summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2015-03-31[1.8.x] Fixed typo in docs/topics/cache.txtKostochko Dmitriy
Backport of d026eb63666a34382912cf68af75492fc583b9db from master
2015-03-31[1.8.x] Documented jinja2 install requirement.Tim Graham
Backport of 56286542dbb7d1cca253b25de0eb3eb4392ff271 from master
2015-03-30[1.8.x] Fixed #15590 -- Documented how the path of a FileField can be changed.Jorge Barata González
Thanks simon29 for report, and freakboy3742, floledermann, jacob, claudep and collinanderson for discussing the task. Backport of 931a340f1feca05b7a9f95efb9a3ba62b93b37f9 from master
2015-03-29[1.8.x] Fixed #24281 -- Improved docs for timezone handling for auto_now and ↵Christopher Luc
auto_now_add Thanks djbug for the report and Aymeric Augustin and Carl Meyer for the review. Backport of 8119876d4a533fbc2ba4d1c30eaddbcc28119488 from master
2015-03-28[1.8.x] Fixed #24541 -- Clarified ModelFormSet's handling of initial data.Tim Graham
Backport of 6de3a1e2c34ae5bfcdec3ebbf3d682aa578ecae0 from master
2015-03-28[1.8.x] Fixed syntax highlighting in docs/topics/auth/default.txtTim Graham
Backport of 3e132406e3a95b3fe54e75129013e10bf3e9e86a from master
2015-03-28[1.8.x] Fixed typo in docs/topics/forms/modelforms.txtSaeX
Backport of 19e41a9799079ddae3ba94f95d25577ab4232037 from master
2015-03-25[1.8.x] Corrected typo in documentationDavid Seddon
Backport of 0f6f80c2e7736ec4e2aa40287fe8c37ffff0a783 from master
2015-03-24[1.8.x] Fixed #24361 -- Clarified docs on reconfiguring logging.Tim Graham
Thanks Tuttle for the report and draft patch, and Carl Meyer for help and review. Backport of c633667da3605208ea5fc137f5322c599f48da69 from master
2015-03-24[1.8.x] Fixed #24501 -- Improved auth.decorators.user_passes_test() example.Matt Seymour
Backport of fca14cd3f27a01f7ba1fe32ea9587fa75b85713a from master
2015-03-23[1.8.x] Fixed #13525 -- Added tests and docs for nested parameters in URL ↵Bas Peschier
patterns. When reversing, only outer parameters are used if captured parameters are nested. Added tests to check the edge cases and documentation for the behavior with an example to avoid it. Backport of 23a5d64f40b0f4a3fbfef7427ca793cb1df1034e from master
2015-03-22[1.8.x] Fixed #23814 -- Pointed localflavor documentation to external packageIacopo Spalletti
Edited localflavor doc to point to the external package documentation, leaving just the 'How to migrate' section in Django. Backport of 87fed9444033533ad7105c4b1e4ffc5d7854a2c6 from master.
2015-03-20[1.8.x] Refs #14645 -- Documented bug with exclude() and multi-value relationsDavid Seddon
Backport of 6770b7ecd208a0746f181e54202fb829460c6490 from master
2015-03-20[1.8.x] Fixed #23520 -- Explained that custom plural forms should be avoidedClaude Paroz
Thanks aruseni for the report. Backport of 556eb67701 from master.
2015-03-18[1.8.x] Fixed #24495 -- Allowed unsaved model instance assignment check to ↵Karl Hobley
be bypassed. Backport of 81e1a35c364e5353d2bf99368ad30a4184fbb653 from master
2015-03-16[1.8.x] Fixed allow_migrate() signature in router examples.Adrian Andreias
Backport of 937643a1f215d7d2063b256269d757a2ee316f07 from master
2015-03-14[1.8.x] Fixed doc typos.Floris den Hengst
Backport of e42a720ba22a51c68d2316d425234a197eaff467 from master
2015-03-13[1.8.x] Fixed #24052 -- Doc'd how to write data migrations with models in ↵Andrei Kulakov
multiple apps. Backport of b089759d6025582f36fbea3c4be3855c50b82462 from master
2015-03-13[1.8.x] Refs #23559 -- warned about consequences of letting users edit User ↵Remco Kranenburg
model in admin. Backport of f6b09a7f85c3b67b2011553838b079788c413432 from master
2015-03-11[1.8.x] Fixed typo in docs/topics/forms/modelforms.txt.Dan Fellin
Backport of 6ff826e12ea99c0eb871716cfedc2c8e199695f3 from master
2015-03-09[1.8.x] Fixed #24456 -- Added links to topics/forms/modelforms.txt.Psilo Cybin
Backport of 866e71140f9612e45087b8acafefa2e51ffc4a29 from master
2015-03-08[1.8.x] Fixed #21661 -- Expanded authentication views documentationRik
Backport of eb9b7abb833a6d317e355265552d47e0d8f24af8 from master.
2015-03-05[1.8.x] Stressed authentication should be successful before logging in a user.Marten Kenbeek
Backport of 8e744fa1507b6d425860c54e7673e603279367eb from master
2015-03-02[1.8.x] Fixed #13015 -- Clarified language about model instances attached to ↵Tim Graham
forms. Backport of a40a34a4b2d79dbf798df538c26222148d42b17c from master
2015-02-22[1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
Backport of eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 from master
2015-02-20[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
The new signature enables better support for routing RunPython and RunSQL operations, especially w.r.t. reusable and third-party apps. This commit also takes advantage of the deprecation cycle for the old signature to remove the backward incompatibility introduced in #22583; RunPython and RunSQL won't call allow_migrate() when when the router has the old signature. Thanks Aymeric Augustin and Tim Graham for helping shape up the patch. Refs 22583. Conflicts: django/db/utils.py Backport of bed504d70bede3431a213203c13a33905d6dbf77 from master
2015-02-17[1.8.x] Added an import to docs/topics/testing/advanced.txt example.Tim Graham
Backport of 32b67b3fd1d252566f60cf38fe1459bb83de2ce2 from master
2015-02-16[1.8.x] Fixed #24350 -- Freshened up database install topic section.Tim Graham
Backport of 35f0cae19de226d9d7771304fc8dd2619e644998 from master
2015-02-16[1.8.x] Fixed #23892 -- Clarified compatibility policy for migrations.Carl Meyer
Backport of e35c70bef44805d47f6a4ae692be878184c4fe1f from master
2015-02-15[1.8.x] Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
Backport of 15b711b from master.
2015-02-15[1.8.x] Documented how to set up the Jinja2 environment.Aymeric Augustin
This may also help with "Why do context processors not work in Jinja2 templates?" etc. Backport of 9fbd302 from master
2015-02-13[1.8.x] Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann
Previously Django only checked for the table name in CreateModel operations in initial migrations and faked the migration automatically. This led to various errors and unexpected behavior. The newly introduced --fake-initial flag to the migrate command must be passed to get the same behavior again. With this change Django will bail out in with a "duplicate relation / table" error instead. Thanks Carl Meyer and Tim Graham for the documentation update, report and review. Backport of f287bec5833d75750fa6368bc2802741b7924533 from master
2015-02-12[1.8.x] Clarified timeout=0 in cache docs.Thomas Güttler
Backport of e519ee1d352e0e36fcb8edc9d33ec2845f663d3a from master
2015-02-06[1.8.x] Removed inaccurate sentence about PO files in translation docs.minusf
Backport of aea103b6a599a5e4c71a355b2cac237f067be13b from master
2015-02-03[1.8.x] Demoted "Installing a distribution-specific package" in install notes.Tim Graham
Backport of 281fc03474ac18c8281ed4cf289128c87bda2030 from master
2015-02-03[1.8.x] Added a "Writing migrations" how-to.Tim Graham
Backport of 570912a97d5051fa3aeacd9d16c3be9afcf92198 from master
2015-02-03[1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
Specifically in rendering shortcuts, template responses, and class-based views that return template responses. Also added a test for render_to_response(status=...) which was missing from fdbfc980. Thanks Tim and Carl for the review. Backport of 2133f31 from master. Conflicts: docs/topics/http/shortcuts.txt tests/generic_views/test_base.py
2015-02-02[1.8.x] Fixed #24255 -- Specifed 'fields' parameter in modelformset_factory ↵Matt Westcott
/ inlineformset_factory examples. Backport of 8d64aae883f7721c33f88276e7c999844085659f from master
2015-02-01[1.8.x] Simplified a versionchanged notes for LiveServerTestCase.Tim Graham
2015-01-30[1.8.x] Updated recommendation for testing keyword arg in custom fields.Andrei Kulakov
Backport of dbabf43920bfd99f0e720c7c20228c17128a2af8 from master
2015-01-16[1.8.x] Fixed a typo in the test responses docs.Rick Hutcheson
Backport of 996292d6498d25c6b3e84435e82edeff5aaa0257 from master
2015-01-16Fixed #24143 -- Encouraged use of Http404 messages for debugging.Keryn Knight
2015-01-12Fixed #24124 -- Changed context_processors in the default settings.pyCollin Anderson
2015-01-12Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn
Added a --debug-sql option for tests and runtests.py which outputs the SQL logger for failing tests. When combined with --verbosity=2, it also outputs the SQL for passing tests. Thanks to Berker, Tim, Markus, Shai, Josh and Anssi for review and discussion.
2015-01-10Wrote main documentation for templates.Aymeric Augustin
2015-01-10Moved doc on the DTL's syntax to the ref/ section.Aymeric Augustin
This makes room for a more general introduction about templating. Updated some links to point to the new location, but kept those that didn't talk specifically about the DTL.
2015-01-10Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer
Thanks Markus Holtermann and Tim Graham for the review.
2015-01-06Fixed #24083 -- Corrected is_bound nature in forms topic docsClaude Paroz
Thanks ajenhl Trac user for the report.
2015-01-05Fixed #23861 -- Added an API to deprecate model fields.Tim Graham
Thanks Markus Holterman and Berker Peksag for review.
2015-01-03Fixed #23749 -- Documented how to use the database alias in RunPython.Alfred Perlstein
Thanks Markus Holtermann for review and feedback.