django1/django/contrib/admindocs
Jannis Leidel ddaca29d3d Fixed a bunch of imports of the email stdlib module now that we are on Python 2.5 to ease the Python 3 port. Thanks, Martin von Löwis.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16731 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-09 16:18:38 +00:00
..
locale Removed deprecated 'no' translation 2011-04-02 08:43:43 +00:00
templates/admin_doc Fixed #2411 -- Fixed some XHTML validation errors in admindocs pages. Thanks to James Wheare for the report and to Simon Greenhill for the patch. 2010-12-16 12:11:20 +00:00
tests Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch. 2010-10-11 12:55:17 +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 a bunch of imports of the email stdlib module now that we are on Python 2.5 to ease the Python 3 port. Thanks, Martin von Löwis. 2011-09-09 16:18:38 +00:00
views.py Fixed #16573 -- Corrected a regression in the admindocs app's view overview introduced in r16405. Thanks, lopopolo. 2011-08-12 14:15:56 +00:00