summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2014-06-30Fixed #19489 -- Documented host parameter of assertRedirects().Tim Graham
2014-06-26Fixed and enhanced new HTML form docs.Matt Deacalion Stevens
2014-06-25Fixed typo in revamped forms intro doc.Ramiro Morales
2014-06-24Fixed typo in middleware docs.Peter Kowalczyk
2014-06-24Fixed #22796 -- Added a more basic explanations of forms.Daniele Procida
2014-06-19Fixed #22874: Document that AUTH_USER_MODEL must be in first migrationAndrew Godwin
2014-06-19Fixed #22863: Improve clarity of makemigrations for non-db paramsAndrew Godwin
2014-06-17Fixed #22853: Swapped models are now ignored for migration operations.Andrew Godwin
2014-06-15Fixed #22660: Doc'd you can't have unmigrated apps depend on migratedAndrew Godwin
2014-06-14Converted test management command to argparseClaude Paroz
2014-06-13Fixed #16087 -- Added ResolverMatch instance to test client response.Greg Chapple
2014-06-12Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`.Moayad Mardini
2014-06-10Fixed #22801 -- Added 'www.' to diveintopython.net linksMaxime Turcotte
2014-06-10Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-06-10Fixed #17431 -- Added send_mail() method to PasswordResetForm.Jorge C. Leitão
2014-06-10Corrected some indentation in docs/topics/auth/default.txt.Tim Graham
2014-06-09Doc edits for refs #22487.Tim Graham
2014-06-09Tweaked order of create_test_db arguments for backwards compatibility.Tim Graham
2014-06-08Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-06-07Fixed #22436: More careful checking on method ref'ce serializationAndrew Godwin
2014-06-06Merge pull request #2764 from gchp/ticket-20550Aymeric Augustin
2014-06-05Fixed #20550 -- Added keepdb argument to destroy_test_dbGreg Chapple
2014-06-05Fix missing highlighting in some code examplesÉric Araujo
2014-06-05Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...Anubhav Joshi
2014-06-04Fixed #22747 -- Add backwards compatibility tip for new behavior of formset.s...Tim Graham
2014-06-03Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham
2014-06-02Fixed #11776 -- Added CSS class for non-field/top of form errors.Nick Presta
2014-06-01Fixed #21938 -- Moved documentation for error views to reference guide.Jonathan Lindén
2014-06-01Merge pull request #2726 from gchp/ticket-20550Aymeric Augustin
2014-05-28Fixed #20550 -- Added ability to preserve test db between runsGreg Chapple
2014-05-27Fixed #22601 -- Added a note about model inheritance.Moayad Mardini
2014-05-25Fixed too short title underline in docs.Tim Graham
2014-05-24Fixed #22510 -- Harden field removal to only None.Marc Tamlyn
2014-05-22Fixed #20816 -- Added hints about Django middleware orderingClaude Paroz
2014-05-22Fixed #22667 -- Replaced leader/follower terminology with primary/replicaFlavio Curella
2014-05-21Fixed #22639 -- Added missing imports in docsNiclas Åhdén
2014-05-21Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATHMartin Brochhaus
2014-05-20Merge pull request #2692 from fcurella/patch-5Alex Gaynor
2014-05-20replaced occurrences of master/slave terminology with leader/followerFlavio Curella
2014-05-19Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of mod...Tim Graham
2014-05-19Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules.Martin Brochhaus
2014-05-17Fixed #22647 -- Documented redirect_field_name keyword argument for user_pass...Víðir Valberg Guðmundsson
2014-05-17Fixed #22019 -- Added Model.objects reference documentation.Aliaksandr Semianiuk
2014-05-16Fixed #16245 -- Included traceback in send_robust()'s responseUnai Zalakain
2014-05-16Fixed #15716 - Authentication backends can short-circuit authorization.Jorge C. Leitão
2014-05-16Fixed #22622 -- Added ugettext_lazy import in docsNiclas Åhdén
2014-05-16Simplified an unnecessarily complex paragraph in view docsErik Romijn
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-05-13Fixed typo in transactions.txtHaris Ibrahim K. V
2014-05-13Removed some references to django.contrib.comments which has been removed.Tim Graham