Aymeric Augustin
a0a6112afc
[1.6.x] Fixed typo. Refs #21836 .
...
Backport of 8e1fc03 from master
2014-01-26 09:30:27 +01:00
Chris Jerdonek
a21fc1c086
[1.6.x] Fixed #21836 -- Improved transaction docs about autocommit mode
...
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-25 21:21:30 +01:00
Baptiste Mispelon
6bf05c0267
[1.6.x] Always use parentheses when documenting a method with no arguments.
...
Backport of 05d36dc06e6d767bb28993c65a54b703f319a386 from master.
2014-01-22 23:00:06 +01:00
Baptiste Mispelon
6bca149af5
[1.6.x] Don't show self
in the list of arguments of a method.
...
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 22:59:55 +01:00
Tim Graham
8eca53f0be
[1.6.x] Fixed #20834 -- Described how caching of user permissions works.
...
Thanks Giggaflop and Jennifer Casavantes.
Backport of 5f9790072d from master
2014-01-22 13:09:44 -05:00
Tim Graham
f7c2852f30
[1.6.x] Fixed #21726 -- Clarified that password should not be included in REQUIRED_FIELDS.
...
Thanks russellm for the report.
Backport of 6f06c749b7 from master
2014-01-22 10:19:02 -05:00
Tim Graham
b63dad3f45
[1.6.x] Fixed #21727 -- Added some links to help clarify topics/auth/default.txt
...
Thanks daGrevis for the suggestion.
Backport of d35f2bfd5b from master
2014-01-16 07:17:42 -05:00
Tim Graham
f8d93f2c71
[1.6.x] Fixed #21747 -- Added {% elif %} to template topics guide.
...
Thanks gcc for the suggestion.
Backport of 9e5033b302 from master
2014-01-16 07:09:15 -05:00
Claude Paroz
5d99cd6877
[1.6.x] Fixed #21730 -- Removed superfluous db_index in custom auth docs
...
Thanks rafalp for the report.
Backport of c717ebbfec from master.
2014-01-04 16:13:21 +01:00
Tim Graham
2206321ff9
[1.6.x] Fixed a sentence in the session security docs; thanks claudep.
...
Backport of 4d27d311f6 from master
2014-01-03 12:04:18 -05:00
Frank Tobia
5dcb287060
[1.6.x] Fixed typos. Changed grammar.
...
Backport of 6dd8631617 from master
2014-01-02 16:25:51 -05:00
Tim Graham
a228545026
[1.6.x] Fixed #21484 -- Documented that SQL logging does not include "framework level" queries.
...
Backport of 4d8d76e7a8 from master
2013-12-31 13:03:25 -05:00
Tim Graham
a05ca51c08
[1.6.x] Fixed #19395 -- Added a simple example logging config.
...
Thanks ken.nelson at maclaren.com.
Backport of 69f0249d7b from master
2013-12-31 10:23:11 -05:00
Tim Graham
f82eb49301
[1.6.x] Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.
...
Thanks cjerdonek for the suggestion.
Backport of 9953e98e6a from master
2013-12-31 08:32:58 -05:00
Tim Graham
2d554d29f2
[1.6.x] Fixed #21708 -- Added some headings to separate unrelated topics.
...
Thanks ashley at ashleymills.com for the suggestion.
Backport of 270f7e2167 from master
2013-12-30 17:57:44 -05:00
Tim Graham
3b79fbabcd
[1.6.x] Fixed #21650 -- Corrected bad advice for plural translation.
...
Thanks nedbatchelder and claudep.
Backport of 85270ef3f5 from master
2013-12-27 10:02:41 -05:00
Tim Graham
f3a9a76123
[1.6.x] Fixed #21582 -- Corrected URL namespace example.
...
Thanks oubiga for the report.
Backport of 025ec2e7fe from master
2013-12-26 20:06:29 -05:00
Tim Graham
62f282a265
[1.6.x] Fixed #21629 -- Added instructions for loading MySQL time zone definitions.
...
Thanks Aymeric for the suggestion.
Backport of d8d83777eb from master
2013-12-26 15:50:49 -05:00
Tim Graham
438f9edff6
[1.6.x] Fixed #21585 -- Updated some links to 3rd party database projects.
...
Thanks graeme.perrow at sap.com for the original report.
Backport of 23d9f517dc from master
2013-12-18 18:50:36 -05:00
Tianyi Wang
60517c9c09
[1.6.x] Fixed #21625 -- incorrect documentation for DiscoverRunner.build_suite
...
Backport of b62031441b2e1cb1eeb7e1d6f254c553643add96 from master.
2013-12-18 14:30:20 +01:00
Baptiste Mispelon
5192713285
[1.6.x] Added internal link to i18n documentation.
...
Backport of e904d421d06bb53fbc9f55bd129b0b213d9908c5 from master.
2013-12-15 01:51:21 +01:00
Alasdair Nicol
15ab4936d7
[1.6.x] Fixed #21539 -- Added example of modelformset_factory's form argument
...
Backport of 1fa681ee11 from master
2013-12-14 16:36:21 -05:00
Chris Jerdonek
ad8a7819f2
[1.6.x] Fixed #21614 -- improved docs on configuring email for development.
...
Backport of d599b590eb from master
2013-12-14 11:21:22 -05:00
johannes-gehrs
eb4079597d
[1.6.x] Fixed #21580 -- Clarified why render() does not return a TemplateResponse object.
...
Backport of f685f94c98 from master
2013-12-13 18:59:27 -05:00
Ben Spaulding
de1d5d5df5
[1.6.x] Fixed #21594 -- Added note about model formsets deleting objects.
...
This behavior has been fixed in 65e03a424e. refs #10284 .
2013-12-11 14:39:29 -05:00
Christian Schmitt
d6d700fc6d
[1.6.x] Fixed #21560 -- Added missing 'slug' field in example code.
...
Backport of 744aac6dac from master
2013-12-10 07:25:43 -05:00
Claude Paroz
ef9832f148
[1.6.x] Updated a bunch of hyperlinks in documentation
...
Backport of 626bdf648 from master.
2013-12-08 18:48:30 +01:00
Ramiro Morales
c8cf49e5c4
[1.6.x] Added link to localized formatting doc from main index.
...
abb04f1f3f from master.
2013-12-04 10:28:43 -03:00
Tim Graham
3f8583a2c8
[1.6.x] Added a warning regarding risks in serving user uploaded media.
...
Thanks Preston Holmes for the draft text.
Backport of df6760f12c from master
2013-12-02 13:49:47 -05:00
Loic Bistuer
a0ab432f2f
[1.6.x] Improved docs for ModelFormSet.clean().
...
Backport of 033b26173b from master
2013-11-22 19:50:46 -05:00
mlissner
4212ae6fef
[1.6.x] Noted that localmem is the default cache.
...
Backport of c456ea4ec8 from master
2013-11-22 19:39:54 -05:00
Aymeric Augustin
1eddca0a52
[1.6.x] Fixed #21487 -- Session cannot store tzinfo instances anymore.
...
Thanks filipp for the report.
2013-11-22 15:32:22 +01:00
Baptiste Mispelon
20e322f4bf
[1.6.x] Added more examples to the get_object_or_404 documentation.
...
Backport of ebfa508fa32b27de6f3e2ca04c81b46408b0506e from master.
2013-11-19 19:56:06 +01:00
Tim Graham
44469af34b
[1.6.x] Fixed typo in topics/http/sessions.txt.
...
Backport of 9348fc5628 from master
2013-11-18 19:11:33 -05:00
Dominic Rodger
a9c50fccf2
[1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs.
...
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-18 16:03:00 +01:00
Tim Graham
e8dea1f35c
[1.6.x] Fixed #21440 -- Typo #2 in topics/http/shortcuts.txt
...
Thanks alasdair.
Backport of d011714002 from master
2013-11-15 10:22:51 -05:00
Tim Graham
f2b5e9d5bb
[1.6.x] Fixed #21440 -- Typo in topics/http/shortcuts.txt
...
Thanks olof.bjarnason at gmail.com for the report.
Backport of 6e9e6ca071 from master
2013-11-15 07:10:47 -05:00
Bernardo Pires
4aed1ee339
[1.6.x] Fixed #21372 -- Corrected docs regarding translating LANGUAGES.
...
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-10 00:02:13 +01:00
Cody Scott
82e756da83
[1.6.x] Noted that .clear() will delete intermediary models
...
Backport of a8e84521c4 from master
2013-11-08 19:25:21 -05:00
Tom Scholl
c9917f4c83
[1.6.x] Fixed docs for EmailMessage extra_headers attribute
...
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 18:39:53 -05:00
Claude Paroz
3c8879f092
[1.6.x] Removed obsolete locale restriction admonition
...
Refs #14461 . Thanks Ramiro Morales for pointing this.
Backport of b780d03d62 from master.
2013-11-08 16:53:12 +01:00
Sylvain Bellemare
b3da4cc092
[1.6.x] Removed no longer relevant word
...
Backport of 3935b0f263 from master
2013-11-07 09:32:26 -05:00
Claude Paroz
66bf6b3f85
[1.6.x] Fixed #21373 -- Typo fixed in i18n docs
...
Thanks rpq at winscores.com for the report.
Backport of 88b9d4ff3a from master.
2013-11-02 19:15:20 +01:00
Tim Graham
33503c57ef
[1.6.x] Fixed spelling ("dependant" -> "dependent")
...
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 21:32:05 -04:00
Sylvain Bellemare
35fd14cf42
[1.6.x] Fixed typo -- "a" user, not "an" user
...
Backport of c7dabe49dd from master
2013-11-01 19:28:19 -04:00
Tim Graham
1cdf7f83ff
[1.6.x] Fixed #21294 -- Clarified the logout next_page argument.
...
Thanks wim at go2people.nl for the report.
Backport of 51e6575472 from master
2013-10-30 09:26:35 -04:00
Antoine Catton
142757c61e
[1.6.x] Documented the limitation on sep argument to Signer
...
Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com>
Backport of e9a356a695 from master
2013-10-30 08:27:19 -04:00
Tim Graham
747f77552a
[1.6.x] Fixed #21325 -- Added missing argument to permission_required decorator.
...
Backport of cc2049cdd7 from master
2013-10-25 17:37:39 -04:00
Tim Graham
4499dc81e2
[1.6.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txt
...
Thanks joao at silvaneves.org for the report.
Backport of 9704c49d59 from master
2013-10-22 12:06:16 -04:00
Tim Graham
86373dc63e
[1.6.x] Added docs for the hasher's iteration count changes.
...
Backport of 28b70425afb2fb8bcbec09d249e37fa786f8a155 from master.
2013-10-21 20:33:27 +02:00