.. |
admin
|
Fixed regression introduced in r9550
|
2008-12-03 15:47:19 +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 #9572 -- use `opts` argument. Thanks SeanL for bug report and patch.
|
2008-12-06 01:52:14 +00:00 |
humanize
|
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
|
2008-02-19 00:08:08 +00:00 |
localflavor
|
Fixed #9259 -- Fixed a validation error for Spanish identity card numbers.
|
2008-10-05 05:59:04 +00:00 |
markup
|
Fixed #6387 -- Updated markdown filter to handle markdown-1.7 as well as
|
2008-04-15 02:00:15 +00:00 |
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
|
Fixed #6547, added support for GeoRSS feeds in `django.contrib.gis.feeds`; added the `feed_extra_kwargs` and `item_extra_kwargs` to the `Feed` baseclass so that it's possible for subclasses to add dynamic attributes.
|
2008-08-16 20:40:47 +00:00 |
webdesign
|
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
|
2008-02-19 00:08:08 +00:00 |
__init__.py
|
Created django.contrib and moved comments into it
|
2005-07-14 18:20:03 +00:00 |