django1/django
Jacob Kaplan-Moss 2b793b1a35 [1.3.X] Fixed #17078: properly invoke IPython 0.12.
Backport of r17379.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17380 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-19 17:39:59 +00:00
..
bin Fixed #14419 -- Enhanced the help text of the makemessages management command. Thanks lsaffre for the report and suggestions and gruszczy for the patch. 2011-01-25 01:39:39 +00:00
conf [1.3.X] Added protection against spoofing of X_FORWARDED_HOST headers. A security announcement will be made shortly. 2011-09-10 01:07:50 +00:00
contrib [1.3.X] Fixed #17415 -- Reset database sequence for Site's pk after creating the default site with an explicit pk. Backport of r17343 from trunk. 2012-01-07 09:05:36 +00:00
core [1.3.X] Fixed #17078: properly invoke IPython 0.12. 2012-01-19 17:39:59 +00:00
db [1.3.X] Fixed #16353 -- don't try to create Site objects on all databases. Refs #15573, #15346. Thanks Aymeric Augustin for the report and the patch. 2011-09-21 22:58:15 +00:00
dispatch Preventing problems possibly introduced by r14662 2010-11-21 17:34:21 +00:00
forms [1.3.X] Fixed #15758 -- Removed stale constants that were missed in r15983. 2011-04-22 12:28:58 +00:00
http [1.3.X] Fixed #16632 -- Crash on responses without Content-Type with IE. Backport of r17196. 2011-12-11 10:09:15 +00:00
middleware Fixed #15617 - CSRF referer checking too strict 2011-03-15 20:37:09 +00:00
shortcuts Fixed #15010 -- Added current_app parameter to close gap between TemplateResponse and render method. Thanks, acdha. 2011-01-05 22:41:43 +00:00
template [1.3.X] Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResponse 2011-05-25 17:31:47 +00:00
templatetags Fixed #15535 -- Stopped the blocktrans template tag from raising a KeyError if an included variable can't be found in the context. Thanks, melinath. 2011-03-02 21:36:41 +00:00
test [1.3.X] Fixed #10571 -- Factored out the payload encoding code to make sure it is used for PUT requests. Thanks to kennu for the report, pterk for the patch, and wildfire for the review comments. 2011-08-23 15:55:22 +00:00
utils [1.3.X] Fixed #15499 -- Ensure that cache control headers don't try to set public and private as a result of multiple calls to patch_cache_control with different arguments. Thanks to AndiDog for the report and patch. 2011-08-23 15:55:48 +00:00
views [1.3.X] Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, Bruno Renié. 2011-07-29 09:48:05 +00:00
__init__.py [1.3.X] Bump to 1.3.1 for security release. 2011-09-10 01:32:14 +00:00