summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-25[1.9.x] Fixed Sphinx highlight warnings in docs.Tim Graham
2016-01-25[1.9.x] Refs #26034 -- Added another case fixed by this ticket to release notes.Tim Graham
2016-01-25[1.9.x] Fixed #26132 -- Discouraged use of TransactionTestCase.fixtures.Tim Graham
2016-01-24[1.9.x] Added Django version trove classifier to reusable apps tutorial.Tim Graham
2016-01-23[1.9.x] Updated Python trove classifiers in reusable apps tutorial.Tim Graham
2016-01-23[1.9.x] Fixed typos in test comments.Mingun Pak
2016-01-23[1.9.x] Fixed typo in django/db/backends/sqlite3/operations.py.seungkwon
2016-01-22[1.9.x] Fixed #26116 -- Corrected schema's test_alter_implicit_id_to_explicit.Tim Graham
2016-01-22[1.9.x] Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-22[1.9.x] Fixed #26121 -- Updated MySQL storage engine example.Tim Graham
2016-01-21[1.9.x] Changed `action="."` to `action=""` in tests and docs.Luke Plant
2016-01-21[1.9.x] Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin....Alexander Gaevsky
2016-01-21[1.9.x] Refs #26092 -- Added @skipUnlessDBFeature to a test.Tim Graham
2016-01-21[1.9.x] Fixed #26063 -- Crash when passing > 2000 params.Aymeric Augustin
2016-01-20[1.9.x] Fixed #26092 -- Fixed QuerySet.order_by() regression with an M2M thro...Anssi Kääriäinen
2016-01-20[1.9.x] Fixed #26094 -- Fixed CSRF behind a proxy (settings.USE_X_FORWARDED_P...chemary
2016-01-19[1.9.x] Fixed #26096, refs #25196 -- Fixed incorrect argument order in test d...Tim Graham
2016-01-18[1.9.x] Fixed typo in docs/index.txt.auvipy
2016-01-15[1.9.x] Added docs about configuring CSRF support in AngularJS.Danilo Bargen
2016-01-14[1.9.x] Fixed a typo in the 1.9.2 release notes.Simon Charette
2016-01-14[1.9.x] Fixed #26078 -- Clarified "old vs. new" in model._meta upgrade guide.Tim Graham
2016-01-13[1.9.x] Refs #26071 -- Added test for __in lookup in a Case expression.Alberto Avila
2016-01-12[1.9.x] Removed an unncessary docs cross-reference for call_command().Tim Graham
2016-01-12[1.9.x] Made CommandError use the exception directive in docs.Tim Graham
2016-01-12[1.9.x] Corrected a few typos in Signal.send() docstring.Jarek Glowacki
2016-01-11[1.9.x] Added missing period to "etc.".pp
2016-01-11[1.9.x] Fixed #25858 -- Bound abstract model application relative relationships.Simon Charette
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