summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2012-12-10[1.5.X] Fixed a security issue in get_host.Florian Apolloner
2012-12-08[1.5.x] Removed US localflavor-specific tests from coreClaude Paroz
2012-12-08fix a spelling error in docsVal Neekman
2012-11-30[1.5.X] Fixed #19400 - Typo in docs/topics/auth.txtTim Graham
2012-11-27[1.5.X] Fixed #19352 - Added an example in the QuerySet docs.Tim Graham
2012-11-24[1.5.x] Fixed #19218 -- Added documentation note on limitations of signals wi...Russell Keith-Magee
2012-11-23[1.5.x] Negligible style fix in docs.Aymeric Augustin
2012-11-23[1.5.X] Changed if statement to a slightly cleaner variantWoLpH
2012-11-22[1.5.X] Fixed #18974 - Warned against using models.permalinkTim Graham
2012-11-22[1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware.Aymeric Augustin
2012-11-21[1.5.X] Fixed #19335 - Typo and cleanups in docs/topics/class-based-views/ind...Tim Graham
2012-11-13[1.5.x] fixed a broken link in the docs. Backport of 1e34fd3c03e8f9a9e2b9be35...Alex Gaynor
2012-11-13[1.5.x] Correct link to SentryDavid Cramer
2012-11-13[1.5.x] Fixed #19283 -- Fixed typo in imports in CBV docs.Aymeric Augustin
2012-11-06[1.5.X] Fixed #19161 - Added missing clean_password method in custom user docsTim Graham
2012-11-06[1.5.X] Fixed #19154 - Noted commit_manually requires commit/rollback for readsTim Graham
2012-11-05[1.5.X] Fixed #15591 - Clarified interaction between ModelForm and model vali...Tim Graham
2012-11-03[1.5.x] Fixed #6234 -- Removed obsolete note about json and ensure_asciiClaude Paroz
2012-11-03[1.5.x] Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-11-03[1.5.X] Fixed #19230 -- Extended the handler403 documentation.Markus Zapke-GrĂ¼ndemann
2012-11-02[1.5.X] Fixed #19167 - Added a warning regarding module-level database queriesTim Graham
2012-11-02[1.5.X] Fixed #15361 - Documented performance considerations for QuerySet.get()Tim Graham
2012-11-02[1.5.x] Documented minimal python 3.2 version.Florian Apolloner
2012-11-02Fixed #19225 -- Typo in shortcuts docs.Aymeric Augustin
2012-11-01[1.5.X] Added WizardView.file_storage exception message and docsTim Graham
2012-10-31Fixed #17083 -- Allowed sessions to use non-default cache.Aymeric Augustin
2012-10-30[1.5.x] Fixed #17744 -- Reset default file storage with setting_changed signalClaude Paroz
2012-10-28[1.5.x] Fixed #19061 -- added is_active attribute to AbstractBaseUserPreston Holmes
2012-10-28[1.5.x] Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin
2012-10-28[1.5.x] Added optional kwargs to get_expiry_age/date.Aymeric Augustin
2012-10-27[1.5.x] Fixed #17787 -- Documented reset caches by setting_changed signalClaude Paroz
2012-10-27[1.5.x] Removed a redundant colon in the query docs.Florian Apolloner
2012-10-27[1.5.x] Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin
2012-10-26[1.5.x] Fixed #19191 -- Corrected a typo in CustomUser docsClaude Paroz
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin
2012-10-18Fixed #19132 -- Added example for creating custom lazy functionClaude Paroz
2012-10-17Fixed an error in cookie documentationPreston Holmes
2012-10-16Fixed #18548 - Clarified note regarding reusing model instances when form val...Tim Graham
2012-10-15Fixed #10936 - Tempered recommendation of SQLite - thanks Karen Tracey for th...Tim Graham
2012-10-13Fixed #19067 -- Clarified handling of username in createsuperuser.Russell Keith-Magee
2012-10-13Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...Russell Keith-Magee
2012-10-12Merge pull request #422 from elvard/18996Tim Graham
2012-10-11Fixed #10936 - Noted that using SQLite for development is a good ideaTim Graham
2012-10-11Merge pull request #428 from donspaulding/patch-1Tim Graham
2012-10-11Fixed #16588 - Warned about field names that conflict with the model APITim Graham
2012-10-11More URL reversion docs typo fixes.Ramiro Morales
2012-10-11Merge pull request #437 from dmedvinsky/bug/docs-typo-reversingTim Graham
2012-10-11Fixed #16817 - Added a guide of code coverage to contributing docs.Tim Graham
2012-10-11Fix typo in URLs reversing docsDmitry Medvinsky
2012-10-10Fixed #4501 - Documented how to use coverage.py with Django tests.Tim Graham