summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2014-12-19Updated some other external links in the docsClaude Paroz
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-17Fixed display of lists after website redesignMarkus Holtermann
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-12-13Updated advice on six.moves.range/xrange; refs #23812.Tim Graham
2014-12-12Fixed #23982 -- Added doc note on generating Python 2/3 cross-compatible migr...Carl Meyer
2014-12-11Fixed incorrect filter name in docs/topics/i18n/translation.txt.Yohan Boniface
2014-12-06Cleaned up a note in docs/topics/db/sql.txt.wrwrwr
2014-12-05Fixed #23955 -- Corrected formset fields in topic guide.Young Yang
2014-12-05Fixed #23957 -- Started deprecation toward requiring session verification.Tim Graham
2014-12-04Fixed #23911 -- Added support for buffer file uploads in the test clientThomas Tanner
2014-12-03Fixed typo in aggregation docs link.Tim Graham
2014-12-03Fixed a typo in aggregation docs.Benjamin Bach
2014-12-03Documented a current limitation of multiple table annotation; refs #10060.Benjamin Bach
2014-12-03Fixed #20392 -- Added TestCase.setUpTestData()Thomas Chaumeny
2014-11-28Fixed #23910 -- Added reply_to parameter to EmailMessageMartin Blech
2014-11-27Added notes on registering signals in ready() and using dispatch_uid.wrwrwr
2014-11-27Fixed typo in docs/topics/forms/modelforms.txt.wrwrwr
2014-11-27Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode.Berker Peksag
2014-11-27Fixed #23847 -- Improved the email_check example in the auth documentation.Berker Peksag
2014-11-24Fixed #23742 -- Added an option to reverse tests order.wrwrwr
2014-11-24Updated testing documentation following 498ae3a36069e2dThomas Chaumeny
2014-11-24Fixed #23543 -- Added docs on testing management command output.Danilo Bargen
2014-11-23Fixed #23900 -- Added missing imports in code example.Kevin Ndung'u
2014-11-23Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin
2014-11-22Avoided rewrapping Contexts in render_to_response.Aymeric Augustin
2014-11-21Fixed #23778 -- Added a doc section on using the Django runner for reusable a...Stanislas Guerra
2014-11-21Fixed #21753 -- Raised exception when both `form_class` and `fields` are spec...Berker Peksag
2014-11-17Fix malformed note directives.Carl Meyer
2014-11-17Fix link target markupÉric Araujo
2014-11-16Merge pull request #3524 from nmundar/ticket_23690Marc Tamlyn
2014-11-15Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign().Berker Peksag
2014-11-15Added a new GeoJSON serialization format for GeoDjangoClaude Paroz
2014-11-15Fixed #23793 -- Clarified password reset behavior in auth docsYigit Guler
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-11-15Fixed #23690 - fixed examples of manual rendering of form fieldsnmundar
2014-11-15Fixed #22407 -- Added AdminEmailHandler.send_mail().Berker Peksag
2014-11-13Removed thread customizations of six which are now built-in.Tim Graham
2014-11-11Fixed spelling errors in docs.Tim Graham
2014-11-11Fixed #23750 -- Allowed core.checks.register to be used as a functionaverybigant
2014-11-04Added missing docs to DiscoverRunner for keepdb option; refs #20550.Tim Graham
2014-11-04Added a warning about nonexistent FK constraints when unmigrated apps depend ...Tim Graham
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-11-03Fixed #21281 -- Made override_settings act at class level when used as a Test...Thomas Chaumeny
2014-11-03Moved CSRF docs out of contrib.Thomas Chaumeny
2014-11-01Fixed #23744 -- Fixed typo in selenium testing example.Tim Graham
2014-10-31Added a warning about direct settings manipulation in tests.Tim Graham
2014-10-30Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.Simon Charette
2014-10-30Fixed #23735 -- Clarified that admindocs must be enabled to view template tag...Tim Graham
2014-10-30Fixed #23734 -- Replaced striptags in template filter overview since it has s...Tim Graham