summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-11[1.9.x] Refs #25755 -- Unified a couple more spellings of 'website'.pp
2016-01-09[1.9.x] Fixed a typo in BCryptPasswordHasher docstringMatt Robenolt
2016-01-09[1.9.x] Fixed a typo in a modelforms docs example.bmsleight
2016-01-08[1.9.x] Refs #25995 -- Documented that JSONField doesn't handle sophisticated...Tim Graham
2016-01-08[1.9.x] Added a test for adding a UUID pk object using the "Add related" admi...Alexander Gaevsky
2016-01-08[1.9.x] Refs #24980 -- Fixed incorrect timezone handling in admin calendar wi...Alexander Gaevsky
2016-01-08[1.9.x] Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/...Tim Graham
2016-01-08[1.9.x] Added a helper function in schema tests.Tim Graham
2016-01-08[1.9.x] Fixed #25997 -- Removed redundant escaping in admin's edit related mo...Alexander Gaevsky
2016-01-08[1.9.x] Fixed #26055 -- Removed an orphaned phrase in docs/howto/deployment/w...Tim Graham
2016-01-07[1.9.x] Fixed #25928 -- Clarified precendence of USE_THOUSAND_SEPARATOR and l...wingston sharon
2016-01-07[1.9.x] Fixed #24980 -- Fixed day determination in admin calendar widget.Alexander Gaevsky
2016-01-06[1.9.x] Fixed #26046 -- Fixed a crash with translations and Django-unknown la...Claude Paroz
2016-01-06[1.9.x] Fixed #26035 -- Prevented user-tools from appearing on admin logout p...Scott Pashley
2016-01-06[1.9.x] Refs #25878 -- Added the expected return type of CSRF_FAILURE_VIEW.Tim Graham
2016-01-05[1.9.x] Added stub release notes for 1.8.9.Tim Graham
2016-01-05[1.9.x] Skipped a dateformat test on Windows as needed.Tim Graham
2016-01-05[1.9.x] Fixed #25878 -- Documented requirement that handler404 return a 404 r...Tim Graham
2016-01-05[1.9.x] Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag sup...Denis Cornehl
2016-01-04[1.9.x] Fixed #26009 -- Fixed contenttypes_tests isolation.Tim Graham
2016-01-04[1.9.x] Fixed #26032 -- Moved "project root directory" to a separate paragraph.Tim Graham
2016-01-04[1.9.x] Added missing step to transitioning squashed migrations.Jarek Glowacki
2016-01-02[1.9.x] Added a missing import in tutorial 3.Mahendra Yadav
2016-01-02[1.9.x] Added stub release notes for 1.9.2.Tim Graham
2016-01-02[1.9.x] Post-release version bump.Tim Graham
2016-01-02[1.9.x] Bumped version for 1.9.1 release.1.9.1Tim Graham
2016-01-02[1.9.x] Added release date for 1.9.1/1.8.8 releases.Tim Graham
2016-01-02[1.9.x] Fixed #25316 -- Fixed a crash with order_by() and values() after anno...varunnaganathan
2016-01-02[1.9.x] Fixed #26016 -- Restored contrib.auth hashers compatibility with py-b...Tim Graham
2016-01-02[1.9.x] Fixed #26008 -- Added parallel argument to paired_tests and bisect_testsAttila Tovt
2015-12-31[1.9.x] Removed British/Austrialian word: whilist.Tim Graham
2015-12-31[1.9.x] Fixed #26003 -- Added "how the documentation is organized" sections.Tim Graham
2015-12-31[1.9.x] Made cosmetic cleanups in middleware tests.Tim Graham
2015-12-31[1.9.x] Updated translations from TransifexClaude Paroz
2015-12-31[1.9.x] Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.Anssi Kääriäinen
2015-12-31[1.9.x] Refs #21927 -- Added note about include() to tutorial.Marten Kenbeek
2015-12-30[1.9.x] Fixed #25748 -- Added clarification on projects vs. applications.Tim Graham
2015-12-30[1.9.x] Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get...Chris Cogdon
2015-12-30[1.9.x] Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin...Chris Cogdon
2015-12-29[1.9.x] Fixed typo in BaseCache.delete_many() docstring.Matthew Madurski
2015-12-29[1.9.x] Fixed #25465 -- Restored line breaks conversion in admin readonly fie...Alexander Gaevsky
2015-12-29[1.9.x] Fixed typo in test name.knbk
2015-12-29[1.9.x] Fixed #25104 -- Added httpd.conf hyperlink to modwsgi doc.za
2015-12-28[1.9.x] Fixed #23285 -- Fixed non-deterministic admin_views test.Tim Graham
2015-12-28[1.9.x] Removed an unused import.Tim Graham
2015-12-25[1.9.x] Added docs example for manually creating a column with RunSQL.Gen1us2k
2015-12-24[1.9.x] Fixed #25984 -- Corrected RuntimeError message in ModelBase.__new__().Varun Sharma
2015-12-24[1.9.x] Refs #13008 -- Forwardported 1.8.8 release note.Tim Graham
2015-12-24[1.9.x] Fixed #25959 -- Updated logging example to use the django logger.Varun Sharma
2015-12-24[1.9.x] Discouraged use of /tmp with predictable names.Chris Lamb