django/django/contrib
Justin Bronn bde736cc5a Fixed a Python 2.4 incompatibility in `compress_kml`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9607 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-08 14:50:06 +00:00
..
admin The second part of fixing "related inherited models" display. Handle raw_id values for child models in the admin. Fixed #9461. 2008-12-08 08:16:26 +00:00
admindocs Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse, admindocs, etc.) to remove unnecessary 'escape' filters, given autoescaping. Also removed unnecessary {% if %} tags and shortened some {% if %}/{% else %} tags to use {% firstof %}. Thanks for the patch, benspaulding 2008-09-08 05:19:28 +00:00
auth Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors and labels when outputing them as HTML. 2008-11-06 19:49:24 +00:00
comments Fixed #8963 -- Use the require_POST decorator instead of doing things manually in one of the comment views. Thanks, zgoda. 2008-10-05 05:10:35 +00:00
contenttypes Refs #8248 - GenericRelations descriptors now return self when accessed via class 2008-12-03 15:45:19 +00:00
csrf Added some explanatory comments in CsrfMiddleware 2008-12-03 13:23:23 +00:00
databrowse Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse, admindocs, etc.) to remove unnecessary 'escape' filters, given autoescaping. Also removed unnecessary {% if %} tags and shortened some {% if %}/{% else %} tags to use {% firstof %}. Thanks for the patch, benspaulding 2008-09-08 05:19:28 +00:00
flatpages Cleaned up a bunch of minor doc stuff: 2008-09-02 16:42:13 +00:00
formtools Fixed #8570: Corrected some code that was using 8-space tabs for some reason. Thanks to Manuel Saelices for the report. 2008-09-14 07:04:40 +00:00
gis Fixed a Python 2.4 incompatibility in `compress_kml`. 2008-12-08 14:50:06 +00:00
humanize
localflavor Fixed #9259 -- Fixed a validation error for Spanish identity card numbers. 2008-10-05 05:59:04 +00:00
markup
redirects Cleaned up a bunch of minor doc stuff: 2008-09-02 16:42:13 +00:00
sessions More be-nice-to-the-buildbot: be better about cleaning up files created by the cache/session tests. 2008-10-10 21:41:12 +00:00
sitemaps Fixed #8574 -- Made Sitemap a new-style class 2008-09-17 04:56:04 +00:00
sites Fixed #8710: removed a few stray tabs. Thanks, gkelly. 2008-08-30 19:25:40 +00:00
syndication
webdesign
__init__.py