Top "Django-1.6" questions

Django 1.6 is a version of the Django framework, released November 2013.

Django import error - no module named django.conf.urls.defaults

I am trying to run statsd/graphite which uses django 1.6. While accessing graphite URL, I get django module error File "/…

python django graphite django-1.6
Setting initial Django form field value in the __init__ method

Django 1.6 I have a working block of code in a Django form class as shown below. The data set from …

python django django-1.6
Django NoReverseMatch

I'm making a simple login app in django 1.6 (and python 2.7) and I get an error at the beggining that is …

python django python-2.7 django-1.6
View permissions in Django

As django admin has three permissions in it's auth : add, change, delete! I want to add view permission in this …

python permissions django-1.6
Reverse for 'index' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []

I'm trying to get django-register to work on my website but I keep getting this error which I do not …

python django python-3.3 django-registration django-1.6
Is "transaction.atomic" same as "transaction.commit_on_success"?

Django 1.6 proposes @transaction.atomic as part of the rehaul in the transaction management from 1.5. I have a function which is …

django transactions django-1.6
How to downgrade from Django 1.7 to Django 1.6

I started a new project a few months back using Django 1.7. The company has decided to settle on using Django 1.6 …

python django django-1.6 django-1.7
What is a good value for CONN_MAX_AGE in Django?

Django 1.6 now supports CONN_MAX_AGE to pool database connections. By default, the value is 0 (no pooling). What is a …

django database-connection django-1.6
Django select_for_update cannot be used outside of a transaction

I was using Django 1.5.1 and upgraded to Django 1.6.6. In Django 1.5.1 I was using select for update to guarantee atomic execution. …

django transactions django-1.5 django-1.6
Django: "Too many values to unpack" when calling user.objects.get()

In Django 1.6, I've defined a custom user model, but for some reason now when I create a superuser and try …

python django django-models django-1.6