Top "Django-1.7" questions

Django 1.7 is the version of the Django framework, released September 2014.

Migration error with Django 1.7.1

I'm getting an error when performing a migration after introducing a new app (django-allauth). I'm not sure what else to …

django django-allauth django-1.7 wagtail
python3 manage.py migrate exceptions

I am new to django 1.7 and python3. I am using OSX. As I was following the django 1.7 documentation online, I …

python django python-3.x python-3.4 django-1.7
Django 1.8 migrate: django_content_type does not exist

I just upgraded my django from 1.7.1 to 1.8.4. I tried to run python manage.py migrate but I got this error: …

django python-2.7 django-1.7 django-migrations django-1.8
Deleting related objects deletes the ForeignKey object

I have the following models: class User(models.Model): user_question = models.ForeignKey(UserQuestion) class Question(models.Model): text = models.…

django python-2.7 django-1.7
Add non-null and unique field with already populated model

I have one model in my app running in a server with a few entries. I need to add a …

django django-1.7 django-migrations
How to combine select_related() and value()? (2016)

I am asking this question again (it was asked back in 2009), We know there is a values() method of QuerySet, …

django python-3.x django-1.7