Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-1.5

Foreign key as required field on Django 1.5 configurable user model, createsuperuser says: AttributeError: 'NoneType' object has no attribute '_state'

django manage.py django-1.5

Displaying both slug and ID in URL, but route by ID only in Django

What is the best way to learn Django 1.5? [closed]

django admin save_model not saving model changes

Django 1.5 is finally insecure?

loading custom tag filters from another app

Django: CBV method form_valid() not called

Django south circular dependency

Custom User Model error

How to fix localflavor deprecation warning in django 1.5?

How to configure Django's "staticfiles" app to list directory contents?

django django-1.5

django countries currency code

Why is "blank" is missing in django.forms.CharField, but present in django.db.models.CharField?

How to use django translation with GAE?

Can I change the USERNAME_FIELD in Django 1.5 without creating a custom user?

django email model django-1.5

Verbose deprecation warnings in Django

Python Tuple to Dict, with additional list of keys

Subclassing django-registration 1.0 forms for django 1.5 custom user models

how to split the string in django template?

Access from django admin list_display, a value from a One-To-One table