summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2012-10-10Moved F() '&' and '|' to .bitand() and .bitor()Anssi Kääriäinen
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
2012-10-07Added section about URL reversion to URL mapper document.Ramiro Morales
2012-10-06More URL mapping documentation fixes.Ramiro Morales
2012-10-06Refactored URL mapping documentation.Ramiro Morales
2012-10-06Added assertXML[Not]Equal assertionsClaude Paroz
2012-10-06Fixed #17435 - Clarified that QuerySet.update returns the number of rows matchedTim Graham
2012-10-06Fixed #19074 -- Corrected some minor issues with the new custom User docs.Russell Keith-Magee
2012-10-05Fixed format-o in docs/topics/db/queries.txtDon Spaulding
2012-10-04Fixed #18996 - Docs on overriden model methodsTomáš Ehrlich
2012-10-04Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain for the r...Tim Graham
2012-10-01Removed incorrectly reintroduced 1.3 version notesPreston Holmes
2012-09-30Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes
2012-09-30Fixed #18616 -- added user_login_fail signal to contrib.authMichael Farrell
2012-09-30Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz
2012-09-30Fixed #18991 -- Allowed permission lookup by "if in"Anssi Kääriäinen
2012-09-30Fixed #16211 -- Added comparison and negation ops to F() expressionsAnssi Kääriäinen
2012-09-29Fixed #18993 -- 'django' logger logs to console when DEBUG=TrueClaude Paroz
2012-09-29Combined Django DEFAULT_LOGGING with user LOGGING configClaude Paroz
2012-09-27Fixed two broken links introduced in recent commits.Tim Graham
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