summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2011-09-10[1.3.X] Bump to 1.3.1 for security release.1.3.1James Bennett
2011-09-10[1.3.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee
2011-09-10[1.3.X] Corrected an issue which could allow attackers to manipulate session ...Russell Keith-Magee
2011-09-10[1.3.X] Added protection against spoofing of X_FORWARDED_HOST headers. A secu...Russell Keith-Magee
2011-09-09[1.3.X] Fixed #16408 -- Fixed conversion of dates, and other problems with th...Justin Bronn
2011-08-25[1.3.X] Fixed a small admin CSS issue where the "Save and continue editing" a...Julien Phalip
2011-08-23[1.3.X] Fixed #16201 -- Ensure that requests with Content-Length=0 don't brea...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #16299 -- Ensure that unicode strings can be used to identify c...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #15499 -- Ensure that cache control headers don't try to set pu...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #10571 -- Factored out the payload encoding code to make sure i...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #14876 -- Ensure that join promotion works correctly when there...Russell Keith-Magee
2011-07-29[1.3.X] Fixed #16531 -- Fixed various instances of "undefined name" issues. T...Jannis Leidel
2011-07-14[1.3.X] Reverted [14563] because it introduced a dependency from core on a co...Ramiro Morales
2011-06-18[1.3.X] Fixed #16292 -- Removed broken link for Swiss localflavor documentati...Jannis Leidel
2011-06-04[1.3.X] Fix #15880: Prevent "stalling" when running dev server in background ...Karen Tracey
2011-06-02[1.3.X] Fixed #16144 - layout of admin changelist broken for RTL languages.Luke Plant
2011-05-30[1.3.X] Fixed #15776 - delete regression in Django 1.3 involving nullable for...Luke Plant
2011-05-25[1.3.X] Fixed #16004 - csrf_protect does not send cookie if view returns Temp...Luke Plant
2011-05-10[1.3.X] Fixed #13648 - '%s' escaping support for sqlite3 regression.Luke Plant
2011-04-23[1.3.X] Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate sea...Carl Meyer
2011-04-22[1.3.X] Fixes regression #15721 -- {% include %} and RequestContext not worki...Chris Beaven
2011-04-22[1.3.X] Fixed #15758 -- Removed stale constants that were missed in r15983.Jannis Leidel
2011-04-22[1.3.X] Fixed #15672 -- Refined changes made in r15918. Thanks, vung.Jannis Leidel
2011-04-22[1.3.X] Fixed #15698 -- Fixed inconsistant handling of context_object_name in...Jannis Leidel
2011-04-21[1.3.X] Refs #15573, #15850: Added a check for whether the sites app is insta...Ian Kelly
2011-04-18[1.3.X] Fixed #15848 -- Fixed regression introduced in [15882] in makemessage...Ramiro Morales
2011-04-17[1.3.X] Ensure stdin is a tty before handing it to termios, so as to prevent ...Karen Tracey
2011-04-16[1.3.X] Fixed #15573: Forced the default site id to be 1 when creating Ian Kelly
2011-04-03[1.3.X] Fixed #15672 -- Fixed bug in core/handlers/wsgi.py where we were refe...Russell Keith-Magee
2011-04-02[1.3.X] Fixed #15739 -- Added support to RedirectView for HEAD, OPTIONS, POST...Russell Keith-Magee
2011-03-31[1.3.X] Fixed #15726 -- Fixed the name of a file of the Mexican Spanish trans...Jannis Leidel
2011-03-30[1.3.X] Fixed `LayerMapping` to support `BigIntegerField`.Justin Bronn
2011-03-30[1.3.X] Fixed integer overflows that occurred when `OFTReal` fields were trea...Justin Bronn
2011-03-28[1.3.X] Fixed #15679 - regression in HttpRequest.POST and raw_post_data access.Luke Plant
2011-03-23Bump everything for 1.3.1.3James Bennett
2011-03-20Copied "Norwegian Bokmål (nb)" translation to old "Norwegian (no)" translati...Jannis Leidel
2011-03-20Pulled translation updates from Transifex again.Jannis Leidel
2011-03-20Fixed #15618 -- Fixed regression introduced in r15848 regarding not properly ...Jannis Leidel
2011-03-19Fixed #15565: Ensure terminal echo is on after reloader reloads (something tu...Karen Tracey
2011-03-19Fixed #15632 -- Ignore unrelated content in template multi-line comment block...Ramiro Morales
2011-03-19Fixed #13686 -- Ensure that memcache handling of unicode values in add() and ...Russell Keith-Magee
2011-03-18Refined exception message to make sure we don't confuse users.Jannis Leidel
2011-03-18Fixed #15368 -- Ensure that raw unittest TestCase instances can be invoked in...Russell Keith-Magee
2011-03-17Fixed plural forms formula for the Croatian (hr) localization by manually ove...Ramiro Morales
2011-03-17Fixed #15621 -- Fixed potentially confusing error message in db backend loadi...Adrian Holovaty
2011-03-17Fixed #15627 -- Use constant time comparison for password checks. Thanks to h...Russell Keith-Magee
2011-03-17Fixed #15628 -- Made the admin error email more useful when there isn't a req...Russell Keith-Magee
2011-03-17Fixed #15622 -- Clear content type cache to avoid problems with subsequence T...Russell Keith-Magee
2011-03-17Fixed #15142 -- Force test views to be non-cached so that projects with cachi...Russell Keith-Magee
2011-03-17Fixed #15623 -- Corrected province codes for Canadian localflavor. Thanks to ...Russell Keith-Magee