.. |
bin
|
Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Scott for the report
|
2009-03-14 05:18:02 +00:00 |
conf
|
[1.1.X] Fixed #12220 - Added Serbian Latin to list of languages in global settings. Thanks, Janos Guljas.
|
2010-01-17 22:08:47 +00:00 |
contrib
|
[1.1.X] Fixed #10717 - Escape result of admin_media_prefix template tag.
|
2010-01-17 22:10:19 +00:00 |
core
|
[1.1.X] Fixed #11615 -- Changed test runners to use an exit status code of 1 for any number of failed tests. The previous behavior of using an exit status code equal to the number of failed tests produced incorrect exit status codes when the number of test failures was 256 or greater. Thanks to lamby for the report and patch.
|
2010-01-03 18:57:15 +00:00 |
db
|
[1.1.X] Fixed #12059 - Let TimeField.to_python correctly return a datetime.time object when having a datetime object.
|
2010-01-17 22:09:33 +00:00 |
dispatch
|
Fixed #11134: signals recievers that disconnect during their processing no longer mess things up for other handlers. Thanks, Honza Kral.
|
2009-05-20 16:13:55 +00:00 |
forms
|
[1.1.X] Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to David Gouldin for the patch.
|
2010-01-17 22:11:23 +00:00 |
http
|
[1.1.X] Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Thanks, Jeremy Dunck.
|
2009-12-17 22:11:39 +00:00 |
middleware
|
BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromForwardedFor middleware.
|
2009-07-29 05:35:51 +00:00 |
shortcuts
|
Fixed #10194: added `django.shortcuts.redirect`, a do-what-I-mean redirect shortcut. See the docs at topics/http/shortcuts for details.
|
2009-03-21 13:09:13 +00:00 |
template
|
[1.1.X] Fixed #11972: Corrected title filter handling of numbers followed by letters. Thanks schwank@gmail.com and Randy Barlow.
|
2009-12-12 17:29:46 +00:00 |
templatetags
|
Fixed #11270 -- Modified cache template tag to prevent the creation of very long cache keys. Thanks to 235 for the report and patch.
|
2009-06-18 15:04:00 +00:00 |
test
|
[1.1.X] Fixed #11371: Made `django.test.Client.put()` work for non-form-data PUT (i.e. JSON, etc.). Thanks, phyfus. Backport of [11656] from trunk.
|
2009-10-26 15:04:32 +00:00 |
utils
|
[1.1.X] Fixed #12506 - 'lazy' fails when there are multiple expected classes with the same method
|
2010-01-05 13:20:19 +00:00 |
views
|
[1.1.X] Fixed #11757 - Set mimetype when responding with HttpResponseNotModified in django.server.static.
|
2010-01-17 22:10:37 +00:00 |
__init__.py
|
[1.1.X] Reset 1.1 branch packaging data post-release.
|
2009-10-09 22:17:43 +00:00 |