Top "Django-1.8" questions

Django 1.8 is a version of the Django framework, released April 2015.

ldap3 operation: SEARCH seems to fail (search_filter syntax vs RFC4515)

Edit: tl;dr - The search_filter argument used in SEARCH might be non conforming with RFC4515. I've got a …

python-3.4 django-1.8 python-ldap
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
Durationfield django

Difficulty using the new DurationField in Django 1.8 I'm having a bit of trouble with Django's new DurationField for models. I …

python django django-forms django-1.8
ImportError: cannot import name update_all_contenttypes

I upgraded recently to Django 1.8. In previous versions of Django, the following import was fine: from django.contrib.contenttypes.management …

django django-1.8
Upgrading from Django 1.6 (with south) to 1.8 doesn't modify 'last_login' on the user table

I have upgraded from Django 1.6.5 (with south migrations) to Django 1.8. I have followed the instructions here: https://docs.djangoproject.com/…

python mysql django django-south django-1.8
Django 1.8 to 1.9 upgrade: django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet

I have a project currently working on Django 1.8. Since 1.9 just released, I thought I would update via pip install django==1.9. …

python django django-1.8 django-1.9
Django: durationField default value

What's the right way to use Django's DurationField? When I use time_passed = models.DurationField(default=0): Migrations work Form defaults …

python django django-models django-forms django-1.8