.. |
bin
|
Fixed #3955 -- Added the ability to traverse LOCALE_PATHS when compiling PO files. Thanks, semenov.
|
2007-09-16 03:17:48 +00:00 |
conf
|
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 |
contrib
|
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 |
core
|
Fixed #5516 -- Added the ability for applications to define their own management commands. Pieces of this patch taken from a contribution by Todd O'Bryan. Thanks Todd.
|
2007-09-21 16:19:20 +00:00 |
db
|
Fixed #231: all fields that should take max_length now do. Thanks, Don Spaulding.
|
2007-09-19 23:33:57 +00:00 |
dispatch
|
|
|
forms
|
|
|
http
|
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 |
middleware
|
Fixed #3872, which turns out to not have been a bug in the first place, by reverting [6364].
|
2007-09-20 17:03:14 +00:00 |
newforms
|
Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to neils and the team in the Copenhagen sprint group.
|
2007-09-16 11:38:32 +00:00 |
oldforms
|
Fixed #231: all fields that should take max_length now do. Thanks, Don Spaulding.
|
2007-09-19 23:33:57 +00:00 |
shortcuts
|
Fixed #5483 -- Removed django.shortcuts.load_and_render, which was replaced a long time ago
|
2007-09-15 04:52:48 +00:00 |
template
|
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 |
templatetags
|
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 |
test
|
Cleaned up a couple of mistakes (a handful of bugs in the test client) that I missed in [6333].
|
2007-09-15 21:44:05 +00:00 |
utils
|
Fixed #5540 -- Made __repr__() for MultiValueDict more generic. Thanks, Thomas Guttler
|
2007-09-20 01:56:02 +00:00 |
views
|
Changed set_language() change from [6320] to use request.REQUEST, which is shorter
|
2007-09-15 20:00:14 +00:00 |
__init__.py
|
Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge
|
2007-08-21 03:08:02 +00:00 |