.. |
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 #11862 -- Corrected an error in the Hebrew translation. Thanks to Adam Rimon for the fix.
|
2009-09-13 06:33:49 +00:00 |
contrib
|
[1.1.X] Made the message strings added in r11838 visible to makemessages. Refs #12281.
|
2009-12-14 16:05:28 +00:00 |
core
|
[1.1.X] Fixed #5034 -- honor request.urlconf in reverse and resolve.
|
2009-11-16 01:59:54 +00:00 |
db
|
[1.1.X] Fixed #7977: Fixed admindocs to use docstrings instead of a static array to locate type information. Thanks J. Clifford Dyer.
|
2009-12-12 20:36:31 +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 #10263 -- Added a queryset argument to BaseInlineFormSet, normalizing with BaseModelFormSet, and allowing for custom ordering/subsets in inlines. Thanks to Paulo Scardine for the patch.
|
2009-12-16 14:53:42 +00:00 |
http
|
[1.1.X] Fixed edge case that breaks the test suite on versions of Python > 2.6.4
|
2009-12-12 15:31:14 +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 #10130: you may now delete attributes on `settings`. Thanks, jcassee.
|
2009-12-12 17:53:32 +00:00 |
views
|
Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to rlaager for the report.
|
2009-07-21 01:50:06 +00:00 |
__init__.py
|
[1.1.X] Reset 1.1 branch packaging data post-release.
|
2009-10-09 22:17:43 +00:00 |