Django 1.8 is a version of the Django framework, released April 2015.
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-ldapI 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.8Difficulty 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.8I upgraded recently to Django 1.8. In previous versions of Django, the following import was fine: from django.contrib.contenttypes.management …
django django-1.8I 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.8I 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.9What'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