Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django

Can I use django.contrib.gis on GAE?

Django 1.2 + South 0.7 + django-annoying's AutoOneToOneField leads to TypeError: 'LegacyConnection' object is not iterable

JavaScript cookie value can't be retrieved in Django

How to transition from PHP to Python Django?

php python django

__init__ method for form with additional arguments

Really weird Cookie header behaviour? - Cookies

"AttributeError: 'module' object has no attribute '__getstate__' " shows up when I use easy_install

python django easy-install

Does deleting a Django Model object with a File field delete the storage used for the file?

python django django-models

Does Django repopulate file fields on form error?

django django-forms

Django, auto generating unique model fields and recursively calling auto generator if not unique

django validation model unique

Query all rows and return most recent of each duplicate

django model filter unique

Django - Include data from foreignkey in admin list_display function

django django-models

Django admin: adding pagination links in list of objects to top

django django-admin

Change filename before save file in Django

How to make optionally read-only fields in django forms?

django django-forms

Django query on decimal field

django django-queryset

Redirecting to last view after login

django redirect

What's the next steps for moving from appengine to full django?

Django: ManagementForm data is missing ... Formset will not validate. Why?

Make Django build-in send_mail function working with html by default

django django-email