django1/django/contrib/admindocs
Malcolm Tredinnick c5772009c1 Fixed id attribute generation in the admin docs page. Patch from simeon.
Fixed #3695. Thanks.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-10 22:37:17 +00:00
..
templates/admin_doc Fixed id attribute generation in the admin docs page. Patch from simeon. 2010-09-10 22:37:17 +00:00
tests Fixed #12385: Made built-in field type descriptions in admindocs translatable again. Many thanks to Ramiro for the problem report and patch. 2009-12-16 18:13:34 +00:00
__init__.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
models.py Fixed #7977: Fixed admindocs to use docstrings instead of a static array to locate type information. 2009-12-12 20:25:41 +00:00
urls.py Fixed #7810: added named URLs for admin docs, and use them in the admin base template. Thanks, MattBowen. 2008-08-29 19:28:53 +00:00
utils.py Fixed #12892 - Fixed unicode related bug in a utility function of the admindocs app that prevented it to be used in non-English environments together with certain versions of docutils. 2010-05-10 11:20:36 +00:00
views.py Fixed #13796 -- Ensure that builtin tags and filters are included in admin documentation views. 2010-08-14 13:41:56 +00:00