summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2014-10-30[1.7.x] Fixed #23735 -- Clarified that admindocs must be enabled to view temp...Tim Graham
2014-10-30[1.7.x] Fixed #23734 -- Replaced striptags in template filter overview since ...Tim Graham
2014-10-27[1.7.x] Fixed typo in squashing migrations documentationbahoo
2014-10-27[1.7.x] Fixed documentation of make_password kwargs.Tim Graham
2014-10-24[1.7.x] Fixed versionchanged indentation in topics/testing/advanced.txt.Berker Peksag
2014-10-22[1.7.x] Added a warning about running migrations with DEBUG=True.Tim Graham
2014-10-20[1.7.x] Fixed #20609 -- Added instructions for using AnonymousUser with Reque...Tim Graham
2014-10-16[1.7.x] Fixed some intersphinx references.Tim Graham
2014-10-15[1.7.x] Fixed pep8 in docs/topics/logging.txtIan Lee
2014-10-09[1.7.x] Fixed #23365 -- Added support for timezone-aware datetimes to migrati...Rudy Mutter
2014-10-06[1.7.x] Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMix...Ismail Badawi
2014-10-01[1.7.x] Fixed #23578 -- Changed examples in docs to use patternsAlasdair Nicol
2014-09-29[1.7.x] Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-09-29[1.7.x] Fixed typo in docs/topics/db/managers.txtGreg Brown
2014-09-26[1.7.X] How many is two?Carl Meyer
2014-09-26[1.7.X] Fixed #23561 -- Corrected a security doc example that requires an unq...Carl Meyer
2014-09-25[1.7.x] Replaced input by textarea in forms docsClaude Paroz
2014-09-24[1.7.x] Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
2014-09-24[1.7.x] Fixed #23473 -- Documented that @deconstructible classes need __eq__.Markus Holtermann
2014-09-24[1.7.x] Added SuspiciousOperation to list of caught exceptions in testing docs.Thomas Grainger
2014-09-21[1.7.x] Fixed #23529 -- Replaced comments tag library with humanize in docsOla Sitarska
2014-09-11[1.7.x] Added link to LogRecord attributes in logging.txtGabe Jackson
2014-09-10[1.7.x] Fixed typo in topics/forms/formsets.txtTim Graham
2014-09-10[1.7.x] Fixed an instance of 'an' before a word beginning with a consonant.Iain Dawson
2014-09-09[1.7.x] Note re migrations importing custom fieldsGreg Brown
2014-09-08[1.7.x] Fixed #23307 -- Clarified the way max_num limits the output of formsets.Octowl
2014-09-05[1.7.x] Fixed #22161 -- Documented send() with no recipients won't raise an e...oromero
2014-09-05[1.7.x] Update docs to be more clear about nested classes (refs #23418)Andrew Godwin
2014-09-05[1.7.x] Fixed typo in docs/topics/checks.txt.Sébastien Fievet
2014-09-03[1.7.x] Fixed typo in docs/topics/db/transactions.txt.Corey Farwell
2014-09-02[1.7.x] Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS" to upgrade...Tim Graham
2014-08-31[1.7.x] Removed sentence from docs about migrate prompting to add a superuser.Michael Angeletti
2014-08-28[1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-08-27[1.7.x] Fixed #23075 -- Added documentation on novalidate attribute and made ...Erik Romijn