summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2012-10-17Fixed an error in the set cookie documentationPreston Holmes
2012-10-16[1.4.x] Fixed a couple links that didn't backport cleanlyTim Graham
2012-10-16[1.4.X] Fixed #18548 - Clarified note regarding reusing model instances when ...Tim Graham
2012-10-15[1.4.X] Fixed #10936 - Tempered recommendation of SQLite - thanks Karen Trace...Tim Graham
2012-10-12[1.4.x] Fixed #18996 - Clarified overriden model methods not called on bulk o...Tim Graham
2012-10-11[1.4.X] Fixed #10936 - Noted that using SQLite for development is a good ideaTim Graham
2012-10-11[1.4.X] Fixed #16588 - Warned about field names that conflict with the model APITim Graham
2012-10-11[1.4.X] Fixed #16817 - Added a guide of code coverage to contributing docs.Tim Graham
2012-10-10[1.4.x] Fixed #4501 - Documented how to use coverage.py with Django tests.Tim Graham
2012-10-06[1.4.X] Fixed #17435 - Clarified that QuerySet.update returns the number of r...Tim Graham
2012-10-04[1.4.X] Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain f...Tim Graham
2012-09-22[1.4.X] Fixed #18057 - Documented that caches are not cleared after each test...Tim Graham
2012-09-19[1.4.X] Fixed #14829 - Added references to CBVs in the URLConf docs; thanks A...Tim Graham
2012-09-15[1.4.x] Fixed #16929 - Documented how to extend UserAdmin with UserProfile fi...Tim Graham
2012-09-15[1.4.x] Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev fo...Tim Graham
2012-09-08[1.4.x] Fixed some broken links in 1.4 docsTim Graham
2012-09-08[1.4.X] Fixed #15566 - Documented that update() doesn't honor DateField.auto_nowTim Graham
2012-09-01[1.4.x] Merge pull request #315 from streeter/auth-docs-cleanup-patchTim Graham
2012-09-01[1.4.X] Fixed #18840 - Added a mentioned of the upload_to parameter to the Mo...Tim Graham
2012-09-01[1.4.x] Fixed #13608 - Noted that template lookups use literal values.Tim Graham
2012-08-30[1.4.x] Updated obsolete links in the documentationClaude Paroz
2012-08-30[1.4.X] Fixed #18871 - Fixed typo in multi-db docs.Tim Graham
2012-08-22[1.4.x] Fixed #17069 -- Added log filter example to docs.Tim Graham
2012-08-21[1.4.x] Fixed #18637 - Updated some documentation for aspects of models that ...Tim Graham
2012-08-21[1.4.x] Fixed #14885 - Clarified that ModelForm cleaning may not fully comple...Tim Graham
2012-08-19[1.4.X] Fixed #17180 - Emphasized the need to load the i18n template tag in e...Tim Graham
2012-08-16[1.4.X] Fixed #17183 - Added a note regarding LocaleMiddleware at the top of ...Tim Graham
2012-08-10[1.4.X] Fixed #17680 - Clarified when logging is configured.Tim Graham
2012-08-10[1.4.X] Fixed #17016 - Added examples for file uploads in views.Tim Graham
2012-08-06[1.4.X] Fixed #17053 - Added a note about USE_THOUSAND_SEPARATOR setting to l...Tim Graham
2012-08-04[1.4.X] Fixed #16980 - Misc updates to the auth docs. Thanks Preston Holmes f...Tim Graham
2012-08-02[1.4.x] Fixed #18472 - Added warning regarding set_language / i18n_patterns.Simon Meers
2012-08-01[1.4.X] Fixed #16168 - Added note regarding type requirements when overridng ...Tim Graham
2012-08-01[1.4.x] Fixed #18122 - Clarified section title regarding applying permissions...Tim Graham
2012-07-30Fixed #17131 - Added per object permission notes to docs.Tim Graham
2012-07-15[1.4.x] Fixed #18614 -- Added imports and changed render_to_response to render.Kevin London
2012-07-08[1.4.X] Fixed #18577 - Clarified middleware initialization.Tim Graham
2012-06-30[1.4.X] Fixed #17168 - Noted TransactionMiddleware only works with "default" ...Tim Graham
2012-06-27[1.4.X] Fixed #18369 - Fixed argument name in render() function; thanks qsolo...Tim Graham
2012-06-08[1.4.x] Added more explicit warnings about unconfigured reStructured Text usa...Luke Plant
2012-06-06[1.4.X] Replaced documentation snippets using "gender" with less sensitive ex...Jacob Kaplan-Moss
2012-06-04[1.4.x] Rewrote security.txt SSL docs, noting SECURE_PROXY_SSL_HEADER.Luke Plant
2012-05-11[1.4.x] Fixed #18301 -- Fixed url name in password reset example.Claude Paroz
2012-05-10Fixed #18270 -- Corrected variable name in password reset example.Claude Paroz
2012-04-16[1.4.X] Fixed #18316 -- Fixed pre-1.3 PermWrapper? location in docs. Thanks A...Claude Paroz
2012-04-13[1.4.X] Fixed #18118 -- Improved documentation for contrib.auth.hashers utili...Claude Paroz
2012-04-10[1.4.X] Fixed #18095 -- Added missing 'cc' mention in EmailMessage recipients...Claude Paroz
2012-03-31[1.4.X] Removed documentation for SMTPConnection, which was removed at r15978...Aymeric Augustin
2012-03-30[1.4.X] Fixed #17999 -- Restored the links to examples from models documentat...Claude Paroz
2012-03-29[1.4.X] Added missing indentation in models topic documentation.Claude Paroz