summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2016-02-01[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.Tim Graham
2016-02-01[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ...Tim Graham
2016-02-01[1.9.x] Unified some doc links to OneToOneField and ManyToManyField.Tim Graham
2016-01-29[1.9.x] Added a missing session setting in docs.Tim Graham
2016-01-27[1.9.x] Fixed #26136 -- Removed URL reversing by dotted path from JavaScript ...Yoong Kang Lim
2016-01-27[1.9.x] Refs #26142 -- Documented that Formset's extra=0 doesn't prevent crea...Tim Graham
2016-01-25[1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
2016-01-25[1.9.x] Fixed Sphinx highlight warnings in docs.Tim Graham
2016-01-25[1.9.x] Fixed #26132 -- Discouraged use of TransactionTestCase.fixtures.Tim Graham
2016-01-22[1.9.x] Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-11[1.9.x] Added missing period to "etc.".pp
2016-01-09[1.9.x] Fixed a typo in a modelforms docs example.bmsleight
2016-01-04[1.9.x] Added missing step to transitioning squashed migrations.Jarek Glowacki
2015-12-31[1.9.x] Removed British/Austrialian word: whilist.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
2015-12-23[1.9.x] Refs #25963 -- Fixed typo in docs/topics/http/shortcuts.txtAlasdair Nicol
2015-12-23[1.9.x] Fixed #25854 -- Removed deprecated usage of template.render() with Re...Alasdair Nicol
2015-12-23[1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs e...Tim Graham
2015-12-23[1.9.x] Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessa...Tim Graham
2015-12-22[1.9.x] Fixed #25936 -- Added showmigrations to migrations topic guide.Mads Jensen
2015-12-22[1.9.x] Fixed #25963 -- Clarified render_to_response() context_instance depre...Tim Graham
2015-12-21[1.9.x] Removed a misleading comment about HTTPS.Alex Gaynor
2015-12-15[1.9.x] Refs #10060 -- Corrected description of multiple annotations bug.Tim Graham
2015-12-11[1.9.x] Refs #25899 -- Improved visibility of TEST database settings in testi...Tim Graham
2015-12-08[1.9.x] Fixed user_passes_test() signature in docs.Gavin Wahl
2015-12-08[1.9.x] Fixed #25895 -- Used a consistent style for UserAdmin overrides.Tim Graham
2015-12-07[1.9.x] Fixed #25860 -- Documented a transaction leak possiblity in TestCase.Tim Graham
2015-12-05[1.9.x] Refs #25584 -- Corrected note about source of SyntaxErrors when insta...Tim Graham
2015-12-05[1.9.x] Removed deprecated usage of url tag from auth docs.Florian Apolloner
2015-12-03[1.9.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-02[1.9.x] Updated link to 1000 common passwords.Eliezer Kanal
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-28[1.9.x] Fixed #25812 -- Restored the ability to use custom formats with the d...Gagaro
2015-11-27[1.9.x] Fixed a typo in the managers docs.James Beith
2015-11-26[1.9.x] Fixed #25807 -- Instructed the migration writer about lazy objects.Simon Charette
2015-11-18[1.9.x] De-emphasized use of NullHandler in logging docs.Neal Todd
2015-11-17[1.9.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov
2015-11-16[1.9.x] Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-11-12[1.9.x] Fixed #25744 -- Corrected reference to User object in auth docs.Anderson Resende
2015-11-12[1.9.x] Fixed #25169 -- Documented stacking of permission_required and login_...Bryan Marty
2015-11-12[1.9.x] Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering.Tim Graham
2015-11-10[1.9.x] Fixed #25727 -- Added a doc link to cached_property.Tim Graham
2015-11-07[1.9.x] Fixed #25473 -- Changed underscores in url() names to dashes in docs.Thijs van Dien
2015-11-07[1.9.x] Fixed #25290 -- Warned against modifying objects created in setUpTest...Tim Graham
2015-11-07[1.9.x] Fixed #25681 -- Added 'default' to DATABASES example.Attila Tovt
2015-11-03[1.9.x] Fixed typo in docs/topics/auth/default.txt.japrogramer
2015-10-31[1.9.x] Fixed typo in docs/topics/db/models.txt.Tomasz Anielak
2015-10-30[1.9.x] Fixed #24212 -- Added example pylibmc CACHES configuration.Bryan Marty
2015-10-30[1.9.x] Added class-based view example to RequestFactory example.bee_keeper