.. |
admin
|
Fixed #1888 -- Fixed small interface inaccuracy when using filter_interface=models.VERTICAL. Thanks, ryankanno, wnielson and SmileyChris
|
2007-09-15 05:01:58 +00:00 |
auth
|
Fixed #5308 -- Redirect from pages that need login and have Unicode URL no longer causes error. Thanks, webjunkie
|
2007-09-14 21:53:15 +00:00 |
comments
|
Fixed #3091 -- django.contrib.comments views now accept extra_context and context_processors arguments. Thanks, Eric Floehr and __hawkeye__
|
2007-09-14 22:36:15 +00:00 |
contenttypes
|
Fixed #5177 -- Changed content type creation to also remove the types for any orphaned entries (so it's now an "update" feature). Thanks, Rob Hudson.
|
2007-09-15 15:06:32 +00:00 |
csrf
|
Fixed #5292 -- Changed CSRF middleware to check for request.method == 'POST' instead of request.POST dictionary not being empty. Thanks, Jakub Wilk
|
2007-09-03 06:18:48 +00:00 |
databrowse
|
Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and variables in cycle values. Thanks to SmileyChris and Chris McAvoy for their work on this.
|
2007-09-14 02:49:21 +00:00 |
flatpages
|
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used.
|
2007-08-05 05:14:46 +00:00 |
formtools
|
Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankanno
|
2007-09-14 23:15:40 +00:00 |
humanize
|
Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pulliainen.
|
2007-08-20 08:50:08 +00:00 |
localflavor
|
Fixed #5462 -- Added Peruvian localflavor. Thanks, xbito.
|
2007-09-15 12:20:35 +00:00 |
markup
|
Merged Unicode branch into trunk (r4952:5608). This should be fully
|
2007-07-04 12:11:04 +00:00 |
redirects
|
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used.
|
2007-08-05 05:14:46 +00:00 |
sessions
|
Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still using it for CPython. Patch from Leo Soto.
|
2007-09-15 09:51:41 +00:00 |
sitemaps
|
Merged Unicode branch into trunk (r4952:5608). This should be fully
|
2007-07-04 12:11:04 +00:00 |
sites
|
Fixed #3766 -- Added in-memory caching for the sites framework. Will speed up all the "current site" lookups. Thanks, Matt Riggott.
|
2007-09-14 08:37:09 +00:00 |
syndication
|
Improved syndication feed framework to use RequestSite if the sites framework is not installed -- i.e., the sites framework is no longer required to use the syndication feed framework. This is backwards incompatible if anybody has subclassed Feed and overridden __init__(), because the second parameter is now expected to be an HttpRequest object instead of request.path
|
2007-07-12 05:29:32 +00:00 |
webdesign
|
Fixed #5478 -- Fixed bug in lorem template tag. Thanks, racter
|
2007-09-14 22:03:47 +00:00 |
__init__.py
|
Created django.contrib and moved comments into it
|
2005-07-14 18:20:03 +00:00 |