summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2012-08-21Fixed #18637 - Updated some documentation for aspects of models that are Mode...Tim Graham
2012-08-21Fixed #14885 - Clarified that ModelForm cleaning may not fully complete if th...Tim Graham
2012-08-21Fixed #17069 -- Added log filter example to docs.Michael Johnson
2012-08-20Fixed #18819 -- fixed some typos in the auth docsAlex Gaynor
2012-08-20Made an example more readable in the URLs docs.Aymeric Augustin
2012-08-20Added links in URLs doc for consistency.Aymeric Augustin
2012-08-19Fixed #17180 - Emphasized the need to load the i18n template tag in each temp...Tim Graham
2012-08-19Clarified a sentence in the Python 3 docs.Aymeric Augustin
2012-08-19Fixed indentation in the Python3 docsMarc Tamlyn
2012-08-19[py3] Wrote Django-specific porting tipsAymeric Augustin
2012-08-18[py3] Added compatibility import of thread/_threadAymeric Augustin
2012-08-17Update docs/topics/class-based-views/index.txtPreston Holmes
2012-08-16Fixed #17183 - Added a note regarding LocaleMiddleware at the top of the i18n...Tim Graham
2012-08-13Consistenly use _ as alias for ugettext_lazy in the i18n docs.Florian Apolloner
2012-08-12[py3] Explained @python_2_unicode_compatible usageAymeric Augustin
2012-08-10Fixed #17680 - Clarified when logging is configured.Tim Graham
2012-08-10Fixed #17016 - Added examples for file uploads in views.Tim Graham
2012-08-08[py3] Replaced __nonzero__ by __bool__Claude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-06Fixed #17053 - Added a note about USE_THOUSAND_SEPARATOR setting to localizat...Tim Graham
2012-08-04Merge pull request #153 from webjunkie/patch-1Tim Graham
2012-08-04Merge pull request #244 from mbrochh/masterTim Graham
2012-08-04Fixed #16980 - Misc updates to the auth docs. Thanks Preston Holmes for the p...Tim Graham
2012-08-04Fixed #18700 -- Added URL reversal for i18n set_language view.Simon Meers
2012-08-03Documented the trick used in 9908201d7f.Aymeric Augustin
2012-08-02Update docs/topics/class-based-views/index.txtMartin Brochhaus
2012-08-02Fixed #18472 - Added warning regarding set_language / i18n_patterns.Simon Meers
2012-08-01Fixed #16168 - Added note regarding type requirements when overridng ModelFor...Tim Graham