django1/django/contrib/admin
Gary Wilson Jr 8a58f2216c Fixed #8078 -- Fixed a Python 2.3 incompatibility in `contrib/admin/options.py`, thanks Karen Tracey.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8192 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-02 05:29:17 +00:00
..
media Fixed #7858 -- Quick CSS fix for right-to-left written languages in inlines. Thanks mksoft for the report and patch. 2008-07-21 04:09:29 +00:00
templates Added a login link to the password reset completion screen. 2008-08-01 16:13:12 +00:00
templatetags Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
views Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien 2008-07-22 03:24:09 +00:00
__init__.py Fixed #8086 -- Removed 2.5 specific keyword argument to __import__. Thanks CHasenpflug for noticing this. 2008-08-02 00:33:21 +00:00
filterspecs.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
options.py Fixed #8078 -- Fixed a Python 2.3 incompatibility in `contrib/admin/options.py`, thanks Karen Tracey. 2008-08-02 05:29:17 +00:00
sites.py Improved admin model registration options: you can now register using register(Model, **options) and even register(Model, ModelAdmin, **options). This isn't documented yet -- a much expanded version of docs/admin.txt is on the way. 2008-07-23 18:58:06 +00:00
util.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
validation.py Fixed #7885 -- Prevent duplicates in fields and fieldsets declarations. Thanks julien and wamberg for the patches. 2008-08-01 18:55:43 +00:00
widgets.py Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien 2008-07-22 03:24:09 +00:00