.. |
admin
|
Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use the same object collection scheme as the actual deletion. This ensures that all objects that may be deleted are actually deleted, and that cyclic display problems are avoided. Thanks to carljm for the patch.
|
2010-02-26 13:17:43 +00:00 |
admindocs
|
Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks to Øyvind Satvik and Andrew Badr for their work on this patch.
|
2010-01-26 01:38:50 +00:00 |
auth
|
Fixed #12729 -- Replaced a hard-coded SQL statement with an ORM query so that the contrib.auth ModelBackend will work on a routed multi-db setup. Thanks to dhageman for the report.
|
2010-02-23 12:02:41 +00:00 |
comments
|
Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #12403 -- Modified the syndication framework to use class-based views. Thanks to Ben Firshman for his work on this patch.
|
2010-01-28 13:46:18 +00:00 |
contenttypes
|
Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.
|
2010-02-23 17:14:50 +00:00 |
csrf
|
Moved contrib.csrf.* to core code.
|
2009-10-27 00:36:34 +00:00 |
databrowse
|
Fixed #12443 - Don't use thousand separators on year numbers.
|
2010-01-01 21:40:19 +00:00 |
flatpages
|
Fixed #12358 - csrf_token template tag does not work with flatpages.
|
2010-02-04 21:47:19 +00:00 |
formtools
|
Fixed #9147 -- Added `FormPreview.process_preview` customization hook. Thanks, bthomas and thalin.
|
2010-02-22 05:00:36 +00:00 |
gis
|
Fixed #11353 -- `GeometryProxy` descriptor no longer chokes when accessed from a class rather than an instance, thanks yml and Tobu; removed unnecessary imports from `types` and cleaned up whitespace.
|
2010-02-24 21:20:02 +00:00 |
humanize
|
Fixed #11783 -- ordinal template tag now catches TypeError. Thanks, realpolitik and punteney
|
2010-01-10 21:37:20 +00:00 |
localflavor
|
Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion
|
2010-01-10 18:36:20 +00:00 |
markup
|
Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion
|
2010-01-10 18:36:20 +00:00 |
messages
|
Small optimization on r12285
|
2010-01-25 18:14:30 +00:00 |
redirects
|
Cleaned up a bunch of minor doc stuff:
|
2008-09-02 16:42:13 +00:00 |
sessions
|
Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion
|
2010-01-10 18:36:20 +00:00 |
sitemaps
|
Fixed #8574 -- Made Sitemap a new-style class
|
2008-09-17 04:56:04 +00:00 |
sites
|
Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion
|
2010-01-10 18:36:20 +00:00 |
syndication
|
Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #12403 -- Modified the syndication framework to use class-based views. Thanks to Ben Firshman for his work on this patch.
|
2010-01-28 13:46:18 +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 |