Commit graph

8919 commits

Author SHA1 Message Date
Ville Skyttä
b789d81c95 [1.9.x] Fixed #26754 -- Documented django.template.context_processors.tz
Backport of 7003174fec from master
2016-06-14 12:01:09 +02:00
Berker Peksag
324eaf42f2 [1.9.x] Fixed #21588 -- Corrected handler initialization in "modifying upload handlers" example.
Backport of 8f50ff5b15 from master
2016-06-09 12:52:00 -04:00
John Karahalis
b0e0a62cbf [1.9.x] Fixed typo in docs/intro/tutorial07.txt
Backport of 37b36af6c6 from master
2016-06-09 11:15:55 -04:00
Baylee Feore
4765769b76 [1.9.x] Fixed #26702 -- Documented how to change the base class of a custom field.
Backport of 7767978bee from master
2016-06-08 10:38:54 -04:00
Tommy Beadle
d22bac99b0 [1.9.x] Fixed #26704 -- Documented DjangoJSONEncoder.
Backport of 729b9452b1 from master
2016-06-07 15:04:30 -04:00
Jon Dufresne
df4382341a [1.9.x] Added some links to the TypedChoiceField docs.
Backport of 31a9a965a3 from master
2016-06-06 12:12:27 -04:00
Tom Christie
73d64a020c [1.9.x] Fixed #26713 -- Documented resolving deprecation warnings before upgrade.
Backport of 316395d828 from master
2016-06-06 11:41:39 -04:00
Tim Graham
f78bf50adc [1.9.x] Documented known Python 3.5+ test failures in contributing tutorial.
Backport of 6a316423df from master
2016-06-06 10:50:45 -04:00
Tom Christie
687af656cf [1.9.x] Linked to upgrade guide from release notes.
Backport of da22079c21 from master
2016-06-06 07:33:26 -04:00
Tim Graham
747c546bf5 [1.9.x] Added stub release notes for 1.9.8.
Backport of 01e567864e from master
2016-06-04 19:58:46 -04:00
Tim Graham
492663f595 [1.9.x] Added release date for 1.9.7.
Backport of 1f5eb521a0 from master
2016-06-04 19:27:43 -04:00
Evan Palmer
aa1bdc07a9 [1.9.x] Fixed #25127 -- Documented how to organize models in a package.
Backport of 84d8d1d715 from master
2016-06-04 11:48:24 -04:00
Berker Peksag
fe4453fc49 [1.9.x] Used snippet directive in file upload example.
Backport of b9c04801d4 from master
2016-06-04 09:24:52 -04:00
Tim Graham
d5d8d35e50 [1.9.x] Fixed #26667 -- Fixed a regression in queries on a OneToOneField that has to_field and primary_key=True.
Thanks Simon Charette for review.

Backport of e2296e7f0a from master
2016-06-04 09:15:14 -04:00
Berker Peksag
7407440885 [1.9.x] Fixed #26604 -- Added a multiple file upload example to topics/http/file-uploads.txt.
Backport of 54febdb8be from master
2016-06-03 17:42:17 -04:00
B. J. Potter
16ce7a51ea [1.9.x] Fixed #26596 -- Added Jinja2 {{ csrf_input }} documentation.
Backport of 9c53facc45 from master
2016-06-03 15:25:55 -04:00
B. J. Potter
19cb66a54a [1.9.x] Added syntax highlighting to CSRF example.
Backport of 261738990e from master
2016-06-03 15:19:28 -04:00
mieciu
5d60eb8bd7 [1.9.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name.
Backport of 19ff506878 from master
2016-06-03 12:44:32 -04:00
Ed Henderson
6d0c9f95da [1.9.x] Fixed #26021 -- Applied hanging indentation to docs.
Backport of 4a4d7f980e from master
2016-06-03 11:49:52 -04:00
shaunagm
a0ebfa0c56 [1.9.x] Fixed #26701 -- Replaced /newticket links to Trac with /.
Backport of 44c7e5d374 from master
2016-06-03 08:50:39 -04:00
Holly Becker
cbc8ef6127 [1.9.x] Refs #26628 -- Documented CSRF failure logging.
Backport of ff9198ee0f from master
2016-06-02 20:44:23 -04:00
Chad Shryock
9d52cdfbbc [1.9.x] Fixed #26526 -- Documented QuerySet.latest()'s dependency on database ordering.
Backport of e6c5e68acd from master
2016-06-02 19:43:08 -04:00
Brad Melin
95ed1514f0 [1.9.x] Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashing on non-dict JSON input.
Backport of f6517a5335 from master
2016-06-02 16:29:26 -04:00
Tim Graham
efe89f5760 [1.9.x] Updated release notes links to prevent warnings with Sphinx 1.4.2.
Backport of 149ace94df from master
2016-06-02 11:45:49 -04:00
Tim Graham
da3b6b3f96 [1.9.x] Ignored new warnings when building the docs with Sphinx 1.4.
Backport of af32737573 from master
2016-06-02 11:30:45 -04:00
Tim Graham
84698b89c8 [1.9.x] Fixed #26695 -- Clarified return value of View.options().
Thanks mmoreaux and DheerendraRathor.

Backport of db2a6b6bfa from master
2016-06-01 08:29:34 -04:00
Florian Apolloner
1f7ab35c88 [1.9.x] Fixed a typo in the docs.
Backport of 62e4f8ec43 from master.
2016-05-31 16:56:52 +02:00
Berker Peksag
4dc1bf89cb [1.9.x] Fixed #26503 -- Removed an outdated example from session docs.
Backport of 698c8dfc2a from master
2016-05-31 07:21:20 -04:00
Ketan Bhatt
d4266dcaf1 [1.9.x] Fixed #26679 -- Documented which methods are disabled on RelatedManager if there's an intermediate table.
Backport of 59523c06fe from master
2016-05-31 07:15:19 -04:00
Tim Graham
052f8499b9 [1.9.x] Refs #22634 -- Removed unneeded app_label in custom session engine example.
Backport of cc0d1eaaea from master
2016-05-28 17:33:32 -04:00
Sergey Fedoseev
0f1d5aef9d [1.9.x] Fixed typo in docs/topics/forms/modelforms.txt
Backport of 26794f6657 from master
2016-05-27 10:31:49 -04:00
Nick Smith
db056b2a63 [1.9.x] Fixed typo in docs/ref/models/querysets.txt
Backport of 838386815f from master
2016-05-27 09:13:17 -04:00
MariKiev
8f96859e1e [1.9.x] Added imports to docs/topics/db/aggregation.txt example.
Backport of 30d110ef43 from master
2016-05-25 09:57:48 -04:00
Tim Graham
d1c6e063ff [1.9.x] Fixed #26637 -- Removed obsolete note in docs/internals/contributing/writing-documentation.txt
Backport of 2e1d44e46d from master
2016-05-19 09:12:42 -04:00
Tim Graham
3a7f76a876 [1.9.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txt
Backport of 6d9c5d46e6 from master
2016-05-18 21:39:54 -04:00
Barthelemy Dagenais
47da073cb0 [1.9.x] Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make transactions.
Backport of a5c8072ab1 from master
2016-05-18 09:13:21 -04:00
Tim Graham
ff1eb0a6de [1.9.x] Removed a redundant example in contenttypes docs.
Backport of aa69f36984 from master
2016-05-16 11:26:13 -04:00
Tim Graham
dbd72b850b [1.9.x] Refs #26021 -- Used hanging indentation in some doc examples.
Backport of e475e84970 from master
2016-05-14 19:07:39 -04:00
Tim Graham
936a7df652 [1.9.x] Used 'classmethod' annotation in docs/topics/auth/customizing.txt
Backport of 5238af3257 from master
2016-05-14 18:59:33 -04:00
Tim Graham
04002bfc2f [1.9.x] Fixed typo in docs/topics/db/models.txt
Backport of af69c9113c from master
2016-05-13 15:18:58 -04:00
eltronix
2d68371a65 [1.9.x] Fixed typo in docs/topics/conditional-view-processing.txt
Backport of f4bb2dce79 from master
2016-05-12 20:07:47 -04:00
Alex Simonides
b8db57ed68 [1.9.x] Updated ECMAScript link in docs/ref/request-response.txt
Backport of 0430ac95ab from master
2016-05-12 20:06:48 -04:00
Victor Oliveira da Silva
87fda1a6bb [1.9.x] Fixed typo in docs/ref/contrib/gis/layermapping.txt
Backport of 4065f429f5 from master
2016-05-12 08:16:33 -04:00
Simon Charette
6a67dce9cc
[1.9.x] Fixed #26603 -- Forced lazy template names to text when computing cache key.
Refs #26536.

Thanks Sylvain Fankhauser for the very detailed report.

Backport of 207c5b4acd from master
2016-05-10 10:50:21 -04:00
Tim Graham
145572adb3 [1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Backport of f5ff5010cd from master
2016-05-08 18:09:10 -04:00
Tim Graham
86b346435a [1.9.x] Refs #8898 -- Documented requirement to use SplitDateTimeField with SplitDateTimeWidget.
Backport of 6b5926978b from master
2016-05-07 20:02:23 -04:00
Tobias McNulty
d2dc188652 [1.9.x] Fixed #26508 -- Clarified docs for various FieldFile methods.
Backport of dbd99de6fa from master
2016-05-07 12:22:21 -04:00
Vasiliy Faronov
bb95d409a8 [1.9.x] Fixed #26566 -- Rewrote an incorrect Cache-Control example.
Backport of 101dd787ec from master
2016-05-07 10:50:17 -04:00
Matthias K
1f28b948a7 [1.9.x] Fixed a typo in docs/topics/http/urls.txt
Backport of 8b2fce0f70 from master
2016-05-07 10:43:56 -04:00
shiblystory
219fc1f726 [1.9.x] Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.
Backport of 6ae617dc57 from master
2016-05-07 06:53:29 -04:00