.. |
admin
|
Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from jshaffer.
|
2008-07-08 05:29:23 +00:00 |
auth
|
Fixed a long and complex line by breaking into a for loop, with the added benefit that the method will now exit as soon as a matching
|
2008-07-02 05:05:50 +00:00 |
comments
|
Fixed #6324 -- Fixed `get()` call in `UserFlagManager.flag()`.
|
2008-01-28 05:29:09 +00:00 |
contenttypes
|
Merged the queryset-refactor branch into trunk.
|
2008-04-27 02:50:16 +00:00 |
csrf
|
Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359
|
2007-11-14 12:58:53 +00:00 |
databrowse
|
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
|
2008-02-19 00:08:08 +00:00 |
flatpages
|
Fixed #4081 -- Allow empty content in flatpages.
|
2008-06-30 13:05:47 +00:00 |
formtools
|
Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration of a TestCase. Thanks to Mark Fargas (telenieko) for his work on this patch.
|
2008-06-30 12:34:29 +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 #7554 -- Modified contrib.localflavor to make use of ugettext, rather than ugettext. Thanks to msaelices for the report and patch.
|
2008-06-18 13:10:05 +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
|
Fixed #7329 -- Added list_display Admin options to FlatPage and Redirect models. Also changed list_filter for FlatPage. Thanks for the patch, benspaulding
|
2008-06-16 03:47:38 +00:00 |
sessions
|
Several Django styling fixes in the `contrib.sessions` app.
|
2008-06-23 05:08:07 +00:00 |
sitemaps
|
Fixed #7185 -- Added a "ping_google" management command to
|
2008-07-01 12:25:59 +00:00 |
sites
|
Fixed #7531 -- Modified the sites test so that user-provided initial data doesn't cause breakage when executed from within user applications. Thanks for the report, madkinder@gmail.com.
|
2008-06-25 12:09:18 +00:00 |
syndication
|
Fixed #5107: swapped in RequestContext for Context in syndication feeds. Thanks, peter@mymart.com
|
2008-03-19 22:34:40 +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 |