summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2014-01-26[1.6.x] Fixed typo. Refs #21836.Aymeric Augustin
Backport of 8e1fc03 from master
2014-01-25[1.6.x] Fixed #21836 -- Improved transaction docs about autocommit modeChris Jerdonek
Clarified that queries in autocommit mode are committed immediately only if a transaction has not already been started. Added to the main transaction docs that Django's TestCase class implicitly wraps its tests in transactions. Backport of 798fd59f from master.
2014-01-22[1.6.x] Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
Backport of 05d36dc06e6d767bb28993c65a54b703f319a386 from master.
2014-01-22[1.6.x] Don't show `self` in the list of arguments of a method.Baptiste Mispelon
This is consistent with Python's official documentation and it's a sphinx recommendation too[1]. [1] http://sphinx-doc.org/markup/desc.html#dir-method Refs #21855. Backport of 79e1d6ebd70898d514a44b85648e3d24104c4243 from master.
2014-01-22[1.6.x] Fixed #20834 -- Described how caching of user permissions works.Tim Graham
Thanks Giggaflop and Jennifer Casavantes. Backport of 5f9790072d from master
2014-01-22[1.6.x] Fixed #21726 -- Clarified that password should not be included in ↵Tim Graham
REQUIRED_FIELDS. Thanks russellm for the report. Backport of 6f06c749b7 from master
2014-01-16[1.6.x] Fixed #21727 -- Added some links to help clarify topics/auth/default.txtTim Graham
Thanks daGrevis for the suggestion. Backport of d35f2bfd5b from master
2014-01-16[1.6.x] Fixed #21747 -- Added {% elif %} to template topics guide.Tim Graham
Thanks gcc for the suggestion. Backport of 9e5033b302 from master
2014-01-04[1.6.x] Fixed #21730 -- Removed superfluous db_index in custom auth docsClaude Paroz
Thanks rafalp for the report. Backport of c717ebbfec from master.
2014-01-03[1.6.x] Fixed a sentence in the session security docs; thanks claudep.Tim Graham
Backport of 4d27d311f6 from master
2014-01-02[1.6.x] Fixed typos. Changed grammar.Frank Tobia
Backport of 6dd8631617 from master
2013-12-31[1.6.x] Fixed #21484 -- Documented that SQL logging does not include ↵Tim Graham
"framework level" queries. Backport of 4d8d76e7a8 from master
2013-12-31[1.6.x] Fixed #19395 -- Added a simple example logging config.Tim Graham
Thanks ken.nelson at maclaren.com. Backport of 69f0249d7b from master
2013-12-31[1.6.x] Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.Tim Graham
Thanks cjerdonek for the suggestion. Backport of 9953e98e6a from master
2013-12-30[1.6.x] Fixed #21708 -- Added some headings to separate unrelated topics.Tim Graham
Thanks ashley at ashleymills.com for the suggestion. Backport of 270f7e2167 from master
2013-12-27[1.6.x] Fixed #21650 -- Corrected bad advice for plural translation.Tim Graham
Thanks nedbatchelder and claudep. Backport of 85270ef3f5 from master
2013-12-26[1.6.x] Fixed #21582 -- Corrected URL namespace example.Tim Graham
Thanks oubiga for the report. Backport of 025ec2e7fe from master
2013-12-26[1.6.x] Fixed #21629 -- Added instructions for loading MySQL time zone ↵Tim Graham
definitions. Thanks Aymeric for the suggestion. Backport of d8d83777eb from master
2013-12-18[1.6.x] Fixed #21585 -- Updated some links to 3rd party database projects.Tim Graham
Thanks graeme.perrow at sap.com for the original report. Backport of 23d9f517dc from master
2013-12-18[1.6.x] Fixed #21625 -- incorrect documentation for DiscoverRunner.build_suiteTianyi Wang
Backport of b62031441b2e1cb1eeb7e1d6f254c553643add96 from master.
2013-12-15[1.6.x] Added internal link to i18n documentation.Baptiste Mispelon
Backport of e904d421d06bb53fbc9f55bd129b0b213d9908c5 from master.
2013-12-14[1.6.x] Fixed #21539 -- Added example of modelformset_factory's form argumentAlasdair Nicol
Backport of 1fa681ee11 from master
2013-12-14[1.6.x] Fixed #21614 -- improved docs on configuring email for development.Chris Jerdonek
Backport of d599b590eb from master
2013-12-13[1.6.x] Fixed #21580 -- Clarified why render() does not return a ↵johannes-gehrs
TemplateResponse object. Backport of f685f94c98 from master
2013-12-11[1.6.x] Fixed #21594 -- Added note about model formsets deleting objects.Ben Spaulding
This behavior has been fixed in 65e03a424e. refs #10284.
2013-12-10[1.6.x] Fixed #21560 -- Added missing 'slug' field in example code.Christian Schmitt
Backport of 744aac6dac from master
2013-12-08[1.6.x] Updated a bunch of hyperlinks in documentationClaude Paroz
Backport of 626bdf648 from master.
2013-12-04[1.6.x] Added link to localized formatting doc from main index.Ramiro Morales
abb04f1f3f from master.
2013-12-02[1.6.x] Added a warning regarding risks in serving user uploaded media.Tim Graham
Thanks Preston Holmes for the draft text. Backport of df6760f12c from master
2013-11-22[1.6.x] Improved docs for ModelFormSet.clean().Loic Bistuer
Backport of 033b26173b from master
2013-11-22[1.6.x] Noted that localmem is the default cache.mlissner
Backport of c456ea4ec8 from master
2013-11-22[1.6.x] Fixed #21487 -- Session cannot store tzinfo instances anymore.Aymeric Augustin
Thanks filipp for the report.
2013-11-19[1.6.x] Added more examples to the get_object_or_404 documentation.Baptiste Mispelon
Backport of ebfa508fa32b27de6f3e2ca04c81b46408b0506e from master.
2013-11-18[1.6.x] Fixed typo in topics/http/sessions.txt.Tim Graham
Backport of 9348fc5628 from master
2013-11-18[1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
Sphinx generates left single quotes for apostrophes after code markup, when right single quotes are required. The easiest way to fix this is just by inserting the unicode character for a right single quote. Instances of the problem were found by looking for ">‘" in the generated HTML. Backport of c33d1ca1d98003de29cdecb6080b52c5c52139bd from master.
2013-11-15[1.6.x] Fixed #21440 -- Typo #2 in topics/http/shortcuts.txtTim Graham
Thanks alasdair. Backport of d011714002 from master
2013-11-15[1.6.x] Fixed #21440 -- Typo in topics/http/shortcuts.txtTim Graham
Thanks olof.bjarnason at gmail.com for the report. Backport of 6e9e6ca071 from master
2013-11-10[1.6.x] Fixed #21372 -- Corrected docs regarding translating LANGUAGES.Bernardo Pires
Corrected LANGUAGES documentation on how to translate language names. Now using django.utils.translation.ugettext_lazy instead of a dummy gettext() function. Thanks to Salvatore for the report. Backport of 8bc350b38516d8c3a14aed113dd3402b9375b75c from master.
2013-11-08[1.6.x] Noted that .clear() will delete intermediary modelsCody Scott
Backport of a8e84521c4 from master
2013-11-08[1.6.x] Fixed docs for EmailMessage extra_headers attributeTom Scholl
The EmailMessage documentation describes the initialization parameters and states they 'can be set at any time prior to calling the send() method.'. However, the 'headers' parameter's corresponding attribute is called 'extra_headers'. Backport of cab72a439b from master
2013-11-08[1.6.x] Removed obsolete locale restriction admonitionClaude Paroz
Refs #14461. Thanks Ramiro Morales for pointing this. Backport of b780d03d62 from master.
2013-11-07[1.6.x] Removed no longer relevant wordSylvain Bellemare
Backport of 3935b0f263 from master
2013-11-02[1.6.x] Fixed #21373 -- Typo fixed in i18n docsClaude Paroz
Thanks rpq at winscores.com for the report. Backport of 88b9d4ff3a from master.
2013-11-01[1.6.x] Fixed spelling ("dependant" -> "dependent")Tim Graham
Dependent means reliant on. A dependant is a person like a child or spouse. Thanks Andrew Wilcox for the report. Backport of 090315f5df from master
2013-11-01[1.6.x] Fixed typo -- "a" user, not "an" userSylvain Bellemare
Backport of c7dabe49dd from master
2013-10-30[1.6.x] Fixed #21294 -- Clarified the logout next_page argument.Tim Graham
Thanks wim at go2people.nl for the report. Backport of 51e6575472 from master
2013-10-30[1.6.x] Documented the limitation on sep argument to SignerAntoine Catton
Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com> Backport of e9a356a695 from master
2013-10-25[1.6.x] Fixed #21325 -- Added missing argument to permission_required decorator.Tim Graham
Backport of cc2049cdd7 from master
2013-10-22[1.6.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txtTim Graham
Thanks joao at silvaneves.org for the report. Backport of 9704c49d59 from master
2013-10-21[1.6.x] Added docs for the hasher's iteration count changes.Tim Graham
Backport of 28b70425afb2fb8bcbec09d249e37fa786f8a155 from master.