summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-14[1.5.x] Fixed #21223 -- Added form.id_for_label to topic guide.Sorcha Bowler
2013-10-14[1.5.x] Fixed #20962 -- Documented that template tag render() may raise excep...Bouke Haarsma
2013-10-14[1.5.x] Fixed #21210 -- Documented when runserver doesn't auto-restart.Bouke Haarsma
2013-10-14[1.5.x] Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma
2013-10-14[1.5.x] Fixed #21027 -- Updated tutorial 5 docs to link to management shell c...Max Vizard
2013-10-13[1.5.x] Fixed #21256 -- Error in datetime_safe.datetime.combine.Aymeric Augustin
2013-10-13Fixed #21261 -- Added missing import in RedirectView docsAymeric Augustin
2013-10-11[1.5.x] Fixed #15582 -- Documented how TransactionTestCase.multi_db affects f...Tim Graham
2013-10-11[1.5.x] Minor edits to docs/topics/db/queries.txt.Cody Scott
2013-10-10[1.5.x] Small improvements to docs/topics/db/models.txtCody Scott
2013-10-09[1.5.x] Fixed #21248 -- Skipped test_bcrypt if no py-bcrypt foundAnssi Kääriäinen
2013-10-09[1.5.x] Fixed #16436 -- defer + annotate + select_related crashTai Lee
2013-10-08[1.5.x] Fix grammatical errors in email documentationDan Loewenherz
2013-10-03[1.5.x] Fixed #21218 -- Typo on docs/howto/upgrade-version.txtTim Graham
2013-10-02[1.5.x] Clarified session replay attack differences with cookie backend.Tim Graham
2013-10-01[1.5.x] Fixed #21203 -- resolve_columns fields misalignmentMichael Manfre
2013-10-01[1.5.x] Fixed #21180 -- Additional deprecation notes for databrowse.Tim Graham
2013-09-30[1.5.x] Fixed #21154 -- Updated TemplateResponse docs to better explain context.Curtis Maloney
2013-09-27[1.5.x] Fix #21185: Added tests for unescape_entities.Baptiste Mispelon
2013-09-27[1.5.x] Updated the bundled version of six to 1.4.0.Aymeric Augustin
2013-09-25[1.5.x] Fixed #21126 -- QuerySet value conversion failureAnssi Kääriäinen
2013-09-25[1.5.X] Fixed wording in unit tests documentation.Baptiste Mispelon
2013-09-24[1.5.x] Fixed #21138 -- Increased the performance of our PBKDF2 implementation.Florian Apolloner
2013-09-24Revert "[1.5.x] Ensure that passwords are never long enough for a DoS."Florian Apolloner
2013-09-24[1.5.x] Fixed #21137 -- Corrected ULRconf include example.Tim Graham
2013-09-23[1.5.x] Removed extra p (topppings->toppings)Brett Koonce
2013-09-23[1.5.x] Removed implication that six is part of Python stdlib.Tim Graham
2013-09-23[1.5.x] Fixed #20830 -- Clarified that Django uses a customized version of six.Daley Chetwynd
2013-09-23[1.5.x] Fixed #21120 -- Added more explicit text on using validators and link...Ben Huckvale
2013-09-23[1.5.x] Fixed #21702 -- Added different bullet styles for nested lists.Tim Garner
2013-09-22[1.5.x] Stopped a test from executing queries at the module level.Florian Apolloner
2013-09-22[1.5.x] Fixed "Address already in use" from liveserver.Florian Apolloner
2013-09-22[1.5.x] Reference Meta.index_together in DB performance guide.Ramiro Morales
2013-09-22[1.5.x] Fixed a couple of typos in GeoDjango docs.Ramiro Morales
2013-09-21[1.5.x] Correct very minor typomlissner
2013-09-21[1.5.x] Fixed #21137 -- Documented best practice for URLconfs with repeated p...Michael DiBernardo
2013-09-21[1.5.x] Fixed #21133 -- Clarifed documentation about strftime formatting.Curtis Maloney
2013-09-19[1.5.x] Added missing "in" in sentence.Markus Amalthea Magnuson
2013-09-19[1.5.x] Added __pycache__ to gitignoreTim Graham
2013-09-19[1.5.x] Fixed #21121: Added archive of security issues.Russell Keith-Magee
2013-09-18Revert "[1.5.x] Silenced last sporadic failure on 1.5."Florian Apolloner
2013-09-18[1.5.x] Fixed #21118 -- Isolated a test that uses the database.Tim Graham
2013-09-17[1.5.x] Silenced last sporadic failure on 1.5.Florian Apolloner
2013-09-17[1.5.x] Final attempt to solve sporadic test failures.Florian Apolloner
2013-09-16[1.5.x] Reworded a paragraph in the logging docs.Ramiro Morales
2013-09-15[1.5.x] Cleaned up 1.5.4/1.4.8 release notesTim Graham
2013-09-15[1.5.x] Bump version post-release.Tim Graham
2013-09-15[1.5.x] (Hopefully) fixed a failure in a selenium test.Florian Apolloner
2013-09-15[1.5.x] Add release notes and bump version numbers for 1.5.4 security release.1.5.4James Bennett
2013-09-15[1.5.x] Ensure that passwords are never long enough for a DoS.Russell Keith-Magee