django1/django/contrib/admin/views
Jacob Kaplan-Moss abf79841fe Fixed #3397: You can now order by non-DB fields in the admin by telling Django which field to actually order by. Thanks, marcink@elksoft.pl
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4596 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26 05:37:24 +00:00
..
__init__.py Added django.contrib.admin, with a staff_member_required decorator and code from AdminUserRequired middleware. Refs #627 2005-10-18 04:21:07 +00:00
auth.py Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. 2007-02-11 23:50:35 +00:00
decorators.py Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. 2007-02-11 23:50:35 +00:00
doc.py Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. 2007-02-11 23:50:35 +00:00
main.py Fixed #3397: You can now order by non-DB fields in the admin by telling Django which field to actually order by. Thanks, marcink@elksoft.pl 2007-02-26 05:37:24 +00:00
template.py Copied django.forms to django.oldforms and changed all code to reference django.oldforms instead of django.forms. Updated docs/forms.txt to add 'Forwards-compatibility' section that says you should not be using django.oldforms for any new projects. 2006-12-15 18:00:50 +00:00