.. |
admin
|
Fixed #12349: Added missing unquote in admin history view. Thanks for the report guard.
|
2009-12-10 19:58:20 +00:00 |
admindocs
|
Fixed #10061 -- Added namespacing for named URLs - most importantly, for the admin site, where the absence of this facility was causing problems. Thanks to the many people who contributed to and helped review this patch.
|
2009-07-16 16:16:13 +00:00 |
auth
|
Fixed #11010 - Add a foundation for object permissions to authentication backends. Thanks to Florian Apolloner for writing the initial patch.
|
2009-12-10 01:05:35 +00:00 |
comments
|
Moved contrib.csrf.* to core code.
|
2009-10-27 00:36:34 +00:00 |
contenttypes
|
Fixed #12340 -- `BaseGenericInlineFormSet.get_queryset` now returns an ordered queryset.
|
2009-12-09 03:49:25 +00:00 |
csrf
|
Moved contrib.csrf.* to core code.
|
2009-10-27 00:36:34 +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
|
Moved contrib.csrf.* to core code.
|
2009-10-27 00:36:34 +00:00 |
gis
|
Refs #11109 -- Touched some whitespace so Trac will display some files correctly.
|
2009-12-02 00:30:00 +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 #11746 -- Marked a string for translation in the FR localflavor. Thanks to iapain for the report and patch.
|
2009-09-13 04:40:17 +00:00 |
markup
|
Fixed #6387 -- Updated markdown filter to handle markdown-1.7 as well as
|
2008-04-15 02:00:15 +00:00 |
messages
|
Fixed #12362 -- Corrected Python 2.4 incompatibility with hmac constructor in contrib.messages. Thanks to Jeremy Dunck for the report and patch.
|
2009-12-12 05:25:50 +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 |