.. |
admin
|
Added a get_host() method to HttpRequest. There is still an http.get_host() version in place, so this is fully backwards compatible.
|
2007-09-15 17:46:03 +00:00 |
auth
|
Fixed #3604 -- django.contrib.auth password checking now uses hashlib if it's available. Thanks, Rob Hudson
|
2007-09-15 19:45:33 +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 #2066: session data can now be stored in the cache or on the filesystem. This should be fully backwards-compatible (the database cache store is still the default). A big thanks to John D'Agostino for the bulk of this code.
|
2007-09-15 21:29:14 +00:00 |
sitemaps
|
Merged Unicode branch into trunk (r4952:5608). This should be fully
|
2007-07-04 12:11:04 +00:00 |
sites
|
Added a get_host() method to HttpRequest. There is still an http.get_host() version in place, so this is fully backwards compatible.
|
2007-09-15 17:46:03 +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 |