django1/django/contrib/admin
Malcolm Tredinnick b1eea1af40 Fixed #3410 -- Edited a few i18n markups for completeness and to remove some
warnings from recent gettext versions. Refs #3704. Thanks, Michael Radziej,
mirrorballu2@gmail.com and baptiste.goupil@gmail.com.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@4704 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-12 08:35:15 +00:00
..
media Reverted [4590] (changes to field label CSS) since it caused more problems than it created. Fixes #3596 and reopens #2205. 2007-02-28 22:22:03 +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 #2869 -- Do not append ADMIN_MEDIA_PREFIX to absolute-path URLs used for 2007-03-09 09:32:39 +00:00
views Fixed #3410 -- Edited a few i18n markups for completeness and to remove some 2007-03-12 08:35:15 +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 Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. 2007-02-11 23:50:35 +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