summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-07[1.3.X] Fixed #17100 -- Typo in the regex for EmailValidator. Backport of r17...Aymeric Augustin
2012-01-07[1.3.X] Fixed #17415 -- Reset database sequence for Site's pk after creating ...Aymeric Augustin
2012-01-04[1.3.X] Clarified deployment docs to avoid giving users the impression that s...Carl Meyer
2011-12-31[1.3.X] Fixed #11986 - Added sudo to Mac OS permissions note in tutorial.Timo Graham
2011-12-31[1.3.X] Fixed #640 - Documented that changing order_with_respect_to requires ...Timo Graham
2011-12-31[1.3.X] Fixed #702 - Documented that ManyToMany fields can't be in unique_tog...Timo Graham
2011-12-30[1.3.X] Fixed #17068 - Documented that documentation fixes will be more freel...Timo Graham
2011-12-30[1.3.X] Fixed #17470 - Broken links in 0.95/0.96 release notes; thanks fastin...Timo Graham
2011-12-11[1.3.X] Fixed #16632 -- Crash on responses without Content-Type with IE. Back...Aymeric Augustin
2011-12-03[1.3.X] Backported the fix for #15852 -- Modified cookie parsing so it can ha...Aymeric Augustin
2011-11-19[1.3.X] Fixed #17028 - Changed diveintopython.org -> diveintopython.netTimo Graham
2011-11-06[1.3.X] Fixed #17171 -- Updated tutorial urls.py code snippets to match start...Carl Meyer
2011-10-27[1.3.X] Fixed #17123 -- corrected the path to admin static assets in 1.3 docs...Carl Meyer
2011-10-18[1.3.X] Refs #16072 -- Corrected blocktrans multiple-argument syntax example ...Carl Meyer
2011-09-22[1.3.X] Fixed #16910 -- Misleading urlpatterns docs regex example.Paul McMillan
2011-09-22[1.3.X] Reverting r16878 (improved admin error message) per advice from jezde...Paul McMillan
2011-09-22[1.3.X] Fixed #11674 -- Clarified docs on excluded fields of ModelForms. Than...Paul McMillan
2011-09-22[1.3.X] Spelling fix for r16879.Paul McMillan
2011-09-22[1.3.X] Fixed #15633 -- Improved docs for post_syncdb signal. Thanks Justin L...Paul McMillan
2011-09-22[1.3.X] Fixed #16837 -- Improved error messages for admin login. Thanks Wim F...Paul McMillan
2011-09-22[1.3.X] backport minor docs fix for GeoIPPaul McMillan
2011-09-21[1.3.X] Fixed #16353 -- don't try to create Site objects on all databases. Re...Carl Meyer
2011-09-21[1.3.X] Fixed #16904 -- Additional clarification regarding contrib.messages i...Simon Meers
2011-09-21[1.3.X] Fixed #16886 -- Memcached socket file documentation. Thanks ddbeck fo...Simon Meers
2011-09-17[1.3.X] Fixed #14648 -- Fixed annotated date querysets when `GeoManager` is u...Justin Bronn
2011-09-16[1.3.X] Fixed #16094 -- Added missing colon in custom permissions docs.Carl Meyer
2011-09-16[1.3.X] Reverted the change in r16684, which, while fixing an alignment issue...Julien Phalip
2011-09-14[1.3.X] Fixed #16839 - Added basic release notes for 1.2.7. Thanks claudep fo...Carl Meyer
2011-09-14[1.3.X] Refs #16839 - Added basic release notes for 1.2.6 and 1.3.1.Carl Meyer
2011-09-11[1.3.X] Fixed #16334: Make it quite clear that cache_page's 'cache' argument ...James Bennett
2011-09-11[1.3.X] Fixed #16094: Added clear example of how to refer to custom permissio...James Bennett
2011-09-11[1.3.X] Fixed #16109: Corrected an inconsistency in URLconf examples for matc...James Bennett
2011-09-11[1.3.X] Fixed #16293: Document a way to return dicts with column names from a...James Bennett
2011-09-11[1.3.X] Fixed #16552: Noted that contrib.sessions is a requirement for the ad...James Bennett
2011-09-11[1.3.X] Fixed #16079: Clarified (for real this time) how handler404 and handl...James Bennett
2011-09-10[1.3.X] Bump docs version number, too.James Bennett
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 #16782 -- Corrected a broken cross-reference to the database en...Gabriel Hurley
2011-09-09[1.3.X] Fixed #16408 -- Fixed conversion of dates, and other problems with th...Justin Bronn
2011-09-09[1.3.X] Fixed #16791 -- Updated a broken URL in the README file. Thanks to pa...Gabriel Hurley
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] Corrected the setup and teardown of the refactored invalid_models tes...Russell Keith-Magee
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 #16681 -- Refactored the invalid_models unit test so that it ca...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