.. |
admin
|
Fixed #3453: introduced a new template variable resolution system by Brian Harring (thanks!). The upshot is that variable resolution is about 25% faster, and you should see a measurable performance increase any time you've got long or deeply nested loops.
|
2007-09-21 04:00:32 +00:00 |
auth
|
Fixed #5636 -- Added missing Set import for Python2.3 support. Thanks, wangchun@exoweb.net.
|
2007-09-30 04:11:29 +00:00 |
comments
|
Fixed #3453: introduced a new template variable resolution system by Brian Harring (thanks!). The upshot is that variable resolution is about 25% faster, and you should see a measurable performance increase any time you've got long or deeply nested loops.
|
2007-09-21 04:00:32 +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 #5598 -- Restored needed imports that were removed in [6333]. Thanks, gav.
|
2007-09-25 23:16:11 +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 |