django1/django/contrib/admin
Adrian Holovaty 2144a2c23f Fixed #3269 -- Fixed typo in admin change_password.html template. Thanks, ramiro
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-10 22:34:37 +00:00
..
media Fixed #3014 -- Admin 'now' shortcut for DateTimeFields now updates seconds, too. Thanks for the patch, Esdras Beleza 2006-11-20 16:23:48 +00:00
templates Fixed #3269 -- Fixed typo in admin change_password.html template. Thanks, ramiro 2007-01-10 22:34:37 +00:00
templatetags Fixed #2972: prepopulate_from now works with multiple slugs on the same field. Thanks, Archatas. 2006-11-07 02:04:06 +00:00
views Fixed typo in a docstring in django/contrib/admin/views/main.py 2006-12-30 07:48:11 +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
filterspecs.py Fixed #2342 -- Made small fix to DateFieldFilterSpec. Thanks, Alex Dedul 2006-07-20 20:31:59 +00:00
models.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
urls.py Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch, SmileyChris 2006-12-30 07:16:25 +00:00
utils.py Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes. This covers about the first third of the errors. 2006-07-21 17:11:13 +00:00