..
admin
Fixed #11271 -- Added a translation marker for the list_editable save button. Thanks to dc for the report.
2009-06-06 13:43:44 +00:00
admindocs
Fixed #8971 : correctly reverse urls in admindocs reST roles. Thanks, mitsuhiko.
2009-05-07 12:52:02 +00:00
auth
Fixed #10521 -- Modified the Remote User tests so that it isn't dependent on particular deployed URLs. Thanks to Kegan and Ramiro Morales for their contributions.
2009-05-04 07:05:44 +00:00
comments
Fixed #11113 : fixed a couple of issues that slipped through the cracks when comment moderation was added to `django.contrib.comments`.
2009-05-14 15:20:50 +00:00
contenttypes
Fixed #11302 -- Avoid unnesscary (and possibly unintentional) queries/results from generic inline formsets.
2009-06-11 18:59:48 +00:00
csrf
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments. Thanks kaikuehne.
2009-05-17 16:45:28 +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 #10643 : fixed the formtools security hash to handle allowed empty forms or forms without changed data.
2009-05-12 22:02:38 +00:00
gis
Fixed #11245 , #11246 -- Fixed validity check of `GeoIP` pointers and leaking of their references; also clarified initialization, fixed a stale test, added comments about version compatibility, and did some whitespace cleanup.
2009-06-11 02:45:46 +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 #8515 -- Fixed validation of Polish REGON numbers.
2009-04-10 01:03:44 +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
Fixed #8193 : all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett!
2009-03-18 16:55:59 +00:00
sitemaps
Fixed #8574 -- Made Sitemap a new-style class
2008-09-17 04:56:04 +00:00
sites
Invalidate the appropriate SITE_CACHE entry when saving a Site model.
2009-02-27 04:57:33 +00:00
syndication
Fixed #9957 : feeds now respect time zone information provided by the pub date.
2009-04-07 21:20:14 +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