Django suit admin inline pagination
When you have a lot of inline objects, pagination will be a good way to make page of item lighter. You can implement it by
life notes and experience
When you have a lot of inline objects, pagination will be a good way to make page of item lighter. You can implement it by
If you want use field widget from Django 1.3 in Django 1.4 you need patch it
Posted two new repositaries on github yandex and google maps api integration with search by address location
If you have a list of ordered ids and you want to turn them into an ordered result set you can use FIELD() in mysql:
ModelAdmin now has a lookup_allowed method which is used to either allow a lookup or raise a SuspiciousOperation exception.
This traceback happening when you check file to __delete__, but file do not exist on file system
Adds filtering by ranges of dates birth in the admin filter sidebar
Adds filtering by ranges of dates in the admin filter sidebar.
django employs cookies to track the user session. settings.SESSION_COOKIE_AGE defines the session expiration age in seconds. So, the user logs in once and can stay
A subclass of HttpResponse which will transform a QuerySet, or sequence of sequences, into either an Excel spreadsheet or CSV file formatted for Excel, depending