.. |
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] Fixed #12101 -- `OGRGeometry` does not need to create a clone of the `SpatialReference` object upon assignment.
|
2009-11-03 06:18:52 +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 #12242 -- Corrected a problem with masking extra selects() in a DateQuerySet. Thanks to Alex Gaynor for his help debugging this one.
|
2009-11-19 04:37:26 +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 #11872 -- Instantiate the correct model in BaseInlineFormSet.__init__ when instance is None. Thanks tobias.
|
2009-10-30 09:12:52 +00:00 |
http
|
Fixed #10687: fixed request parsing when upload_handlers is empty. Thanks, Armin Ronacher.
|
2009-05-08 17:22:34 +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
|
Added a no-op {% csrf_token %} tag to 1.1.X, to ease transition of apps to 1.2
|
2009-10-27 21:50:58 +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 #12060 - equality tests between User and SimpleLazyObject-wrapped User failed.
|
2009-10-20 14:14:27 +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 |