summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2015-03-14[1.7.x] Fixed doc typos.Floris den Hengst
2015-03-13[1.7.x] Fixed #24052 -- Doc'd how to write data migrations with models in mul...Andrei Kulakov
2015-03-13[1.7.x] Refs #23559 -- warned about consequences of letting users edit User m...Remco Kranenburg
2015-03-11[1.7.x] Fixed typo in docs/topics/forms/modelforms.txt.Dan Fellin
2015-03-09[1.7.x] Fixed #24456 -- Added links to topics/forms/modelforms.txt.Psilo Cybin
2015-03-08[1.7.x] Fixed #21661 -- Expanded authentication views documentationRik
2015-03-05[1.7.x] Stressed authentication should be successful before logging in a user.Marten Kenbeek
2015-03-02[1.7.x] Fixed #13015 -- Clarified language about model instances attached to ...Tim Graham
2015-02-22[1.7.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-17[1.7.x] Added an import to docs/topics/testing/advanced.txt example.Tim Graham
2015-02-16[1.7.x] Fixed #24350 -- Freshened up database install topic section.Tim Graham
2015-02-16[1.7.x] Fixed #23892 -- Clarified compatibility policy for migrations.Carl Meyer
2015-02-13[1.7.x] Fixed #24337 - Added stronger documentation warning about automatic f...Carl Meyer
2015-02-12[1.7.x] Clarified timeout=0 in cache docs.Thomas Güttler
2015-02-03[1.7.x] Demoted "Installing a distribution-specific package" in install notes.Tim Graham
2015-02-01[1.7.x] Simplified a versionchanged note for LiveServerTestCase.Tim Graham
2015-01-30[1.7.x] Updated recommendation for testing keyword arg in custom fields.Andrei Kulakov
2015-01-16[1.7.x] Fixed a typo in the test responses docs.Rick Hutcheson
2015-01-16[1.7.x] Fixed #24143 -- Encouraged use of Http404 messages for debugging.Keryn Knight
2015-01-06[1.7.x] Fixed #24083 -- Corrected is_bound nature in forms topic docsClaude Paroz
2015-01-03[1.7.x] Fixed #23749 -- Documented how to use the database alias in RunPython.Alfred Perlstein
2015-01-02[1.7.x] Updated six to 1.9.0.Tim Graham
2015-01-01[1.7.x] Removed doc note about PasswordResetForm requiring an integer PK.Tim Graham
2014-12-27[1.7.x] Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.Tim Graham
2014-12-24[1.7.x] Fixed #24041 -- Documented effect of changing a model instance's prim...Helen Sherwood-Taylor
2014-12-23[1.7.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_...Frankie Robertson
2014-12-22[1.7.x] Fixed #23959 -- Clarified when checks automatically run.Alexander Schulze
2014-12-22[1.7.x] Corrected scoping of savepoint exampleDavid Cramer
2014-12-17[1.7.x] Fixed display of lists after website redesignMarkus Holtermann
2014-12-13[1.7.x] Updated advice on six.moves.range/xrange; refs #23812.Tim Graham
2014-12-12[1.7.x] Fixed #23982 -- Added doc note on generating Python 2/3 cross-compati...Carl Meyer
2014-12-11[1.7.x] Fixed incorrect filter name in docs/topics/i18n/translation.txt.Yohan Boniface
2014-12-06[1.7.x] Cleaned up a note in docs/topics/db/sql.txt.wrwrwr
2014-12-05[1.7.x] Fixed #23955 -- Corrected formset fields in topic guide.Young Yang
2014-12-03[1.7.x] Fixed typo in aggregation docs.Tim Graham
2014-12-03[1.7.x] Documented a current limitation of multiple table annotation; refs #1...Benjamin Bach
2014-11-27[1.7.x] Added notes on registering signals in ready() and using dispatch_uid.wrwrwr
2014-11-27[1.7.x] Fixed typo in docs/topics/forms/modelforms.txt.wrwrwr
2014-11-27[1.7.x] Fixed #23847 -- Improved the email_check example in the auth document...Berker Peksag
2014-11-24[1.7.x] Fixed #23543 -- Added docs on testing management command output.Danilo Bargen
2014-11-23[1.7.x] Fixed #23900 -- Added missing imports in code example.Kevin Ndung'u
2014-11-21[1.7.x] Fixed #23778 -- Added a doc section on using the Django runner for re...Stanislas Guerra
2014-11-17[1.7.x] Fix malformed note directive.Carl Meyer
2014-11-16[1.7.x] Fixed #23690 - fixed examples of manual rendering of form fieldsnmundar
2014-11-15[1.7.x] Fixed #23793 -- Clarified password reset behavior in auth docsErik Romijn
2014-11-13[1.7.x] Removed thread customizations of six which are now built-in.Tim Graham
2014-11-04[1.7.x] Added a warning about nonexistent FK constraints when unmigrated apps...Tim Graham
2014-11-03[1.7.x] Fixed versionchanged indentation in docs/.Berker Peksag
2014-11-01[1.7.x] Fixed #23744 -- Fixed typo in selenium testing example.Tim Graham
2014-10-31[1.7.x] Added a warning about direct settings manipulation in tests.Tim Graham