summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2013-07-11[1.4.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
2013-05-28[1.4.x] Fixed #20523 - Incorrect form field for FilePathField.Tim Graham
2013-03-29[1.4.x] Fixed #20150 -- Fixed an error in manager doc exampleNimesh Ghelani
2013-03-26Document password truncation with BCryptPasswordHasherDonald Stufft
2013-03-02[1.4.x] Fixed #19926 -- Fixed a link to code example in queries docsClaude Paroz
2013-02-19[1.4.x] Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
2013-02-19[1.4.x] Added ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-16[1.4.x] Fixed #19719 - Removed misleading example from ModelForm documentationAlex Hunley
2013-02-07[1.4.x] Fixed #19756 - Corrected a ManyToMany example and added some links an...Tim Graham
2012-12-21[1.4.X] Fixed #19506 - Remove 'mysite' prefix in model example.Tim Graham
2012-12-10[1.4.X] Fixed a security issue in get_host.Florian Apolloner
2012-11-02Fixed #19225 -- Typo in shortcuts docs.Aymeric Augustin
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