summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-25Fix little typo in cache documentationYohan Boniface
2012-09-24Fixed #14861 -- Moved logging config outside of Settings.__init__Claude Paroz
2012-09-22Fixed #18057 - Documented that caches are not cleared after each test; thanks...Tim Graham
2012-09-21Merge pull request #386 from clelland/ticket_15269Tim Graham
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-20Add documentation for get_caches functionIan Clelland
2012-09-19Fixed #14829 - Added references to CBVs in the URLConf docs; thanks Andrew Wi...Tim Graham
2012-09-17Merge pull request #195 from pydanny/ajax-docs-exampleTim Graham
2012-09-17Add example of AJAX form submission.Marc Tamlyn
2012-09-15Fixes docs typoCamilo Nova
2012-09-15Fixed #16929 - Documented how to extend UserAdmin with UserProfile fields; th...Tim Graham
2012-09-15Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the dr...Tim Graham
2012-09-09Replaced backwards-incompatible changes referenceKaren Tracey
2012-09-08Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.Carl Meyer
2012-09-08Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch.Tim Graham
2012-09-08Fix typo: Non -> NoneJames Bennett
2012-09-08Untabify multi-db docs.James Bennett
2012-09-08Ticket 18657: Fix inconsistent DB names in router example.James Bennett
2012-09-08Merge pull request #359 from nmartini/ticket_18832Tim Graham
2012-09-08Fixed a typo in the Python 3 compatibility docs.Michal Petrucha
2012-09-08fixing modelforms example code, ticket #18832Nick Martini
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
2012-09-08Fixed #18365 - Added a reminder of the context processor required for the set...Tim Graham
2012-09-08Fixed #15566 - Documented that update() doesn't honor DateField.auto_nowTim Graham
2012-09-07Small reorganisation of initial parts of URL documentation.Malcolm Tredinnick
2012-09-07Updated install docs to reflect Python 3 status.Aymeric Augustin
2012-09-07Document ``six.assertRaisesRegex``.Alex Gaynor
2012-09-07Merge pull request #331 from davidfischer/masterJames Bennett
2012-09-07[py3] Documented forwards-compatible aliasesAymeric Augustin
2012-09-06Formatting fix for host headers sectionDavid Fischer
2012-09-06Added CSRF with HTTPS/HSTS and forwarding noteDavid Fischer
2012-09-06Added note about Strict Transport Security (HSTS)David Fischer
2012-09-03Changes day to from 2 to 30Matt Stevens
2012-09-03Clarifies day and month in example querysetMatt Stevens
2012-09-01Merge pull request #315 from streeter/auth-docs-cleanup-patchTim Graham
2012-09-01Fixed #18840 - Added a mentioned of the upload_to parameter to the ModelForm ...Tim Graham
2012-09-01Fixed #13608 - Noted that template lookups use literal values.Tim Graham
2012-08-31Clarify some of the password reset docsChris Streeter
2012-08-31Merge pull request #310 from juanpex/masterFlorian Apolloner
2012-08-31Merge pull request #311 from gutworth/py3-docFlorian Apolloner
2012-08-30Fixed #18871 - Fixed typo in multi-db docs.Tim Graham
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-28Indexing bytes is the problem not slicing.Benjamin Peterson
2012-08-27fix documentation testing of Selenium WebDriverWaitjuanpex
2012-08-25Fixed #18804 - Reorganized class based views docs a bit; thanks anthonyb for ...Tim Graham
2012-08-24Fixed #18847 - Updated for media examples to use static.example.com. Thanks J...Tim Graham
2012-08-23Fixed typo in docsCarlos Palol
2012-08-22Merge pull request #297 from mjjohnson/ticket_17069Tim Graham