Commit graph

3161 commits

Author SHA1 Message Date
Tim Graham
3df8ccf6fc [1.9.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and joins.
As of ccbba98131, both examples don't use
a join.

Backport of 44a6c27fd4 from master
2017-09-06 19:32:42 -04:00
Tim Graham
80f8d7d196 [1.9.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.
Backport of ea36e7454c from master
2017-03-28 10:38:48 -04:00
lb1c
76508a5119 [1.9.x] Fixed incorrect import in docs/ref/models/expressions.txt.
Backport of 36f2262741 from master
2017-03-15 08:10:28 -04:00
Mariusz Felisiak
f05219a9d3 [1.9.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required.
Thanks Tim Graham for the review.

Backport of 46d602dcea from stable/1.10.x
2017-03-11 22:03:43 +01:00
Arkadiusz Adamski
39fe2713ff [1.9.x] Fixed incorrect namespace in sitemap example.
Backport of 274ca99982 from master
2017-01-30 12:07:55 -05:00
Tim Graham
906b5dfd60 [1.9.x] Corrected unrendered versionadded annotation. 2017-01-02 10:52:16 -05:00
Tim Graham
7418690bf7 [1.9.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example.
Backport of 5e239ae907 from master
2016-12-20 08:30:45 -05:00
Tim Graham
282f27aed5 [1.9.x] Corrected docs claiming AsGML is supported on Oracle.
Backport of ebb85d1e79 from master
2016-12-15 13:03:34 -05:00
Sergey Fedoseev
899f53e5da [1.9.x] Fixed unrendered rows in GIS DB functions table in docs.
Cells in the first column must contain some text.
http://docutils.sourceforge.net/docs/dev/rst/problems.html#tables

Backport of d4822148d0 from master
2016-12-05 17:32:51 -05:00
Mariusz Felisiak
a3fa2c4631 [1.9.x] Fixed #27420 -- Quoted the Oracle test user password in queries.
Backport of c4b04e1598 from master
2016-11-08 16:45:59 -05:00
Tim Graham
45acd6d836 [1.9.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.
This is a security fix.
2016-10-25 15:18:29 -04:00
Marti Raudsepp
4844d86c77 [1.9.x] Fixed CVE-2016-9013 -- Generated a random database user password when running tests on Oracle.
This is a security fix.
2016-10-25 14:31:42 -04:00
Tim Graham
9c956ff2f5 [1.9.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example.
Backport of 51b83d9e51 from master
2016-10-13 11:03:34 -04:00
Tim Graham
69a2d0c5bf [1.9.x] Fixed #27307 -- Added missing url names in sitemaps docs.
Backport of fe1aee6b98 from master
2016-10-03 16:05:52 -04:00
Tim Graham
bdeec1d2ae [1.9.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs.
Backport of 3aaf6cf0f3 from master
2016-07-25 06:25:01 -04:00
petedmarsh
8f7008c487 [1.9.x] Fixed #26899 -- Documented why RawSQL params is a required parameter.
Backport of 7bf3ba0d0c from master
2016-07-21 10:29:18 -04:00
Tim Graham
bc151b692a [1.9.x] Fixed #26918 -- Clarified source of pre/post_save update_fields argument.
Backport of a05d86a69a from master
2016-07-21 10:07:33 -04:00
Sean Marlow
d5f1736dbd [1.9.x] Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_name
Backport of 8b9e16ec85 from master
2016-07-08 11:30:30 -04:00
Tim Graham
76ba451d2f [1.9.x] Fixed capitalization of "URL pattern".
Backport of 415ae960bb from master
2016-07-06 15:32:47 -04:00
Romain Garrigues
ca7b926c85 [1.9.x] Fixed #25461 -- Corrected meta API code examples to account for MTI.
In the case of multiple-table inheritance models, get_all_related_objects() and
get_all_related_objects_with_model() don't return the auto-created
OneToOneField, but the new examples didn't account for this.

Backport of 8be84e2ac4 from master
2016-07-06 09:28:55 -04:00
Tim Graham
fe663b3d38 [1.9.x] Fixed #26002 -- Explained ModelAdmin.get_search_results() example.
Backport of c9d0a0f7f4 from master
2016-06-30 09:00:38 -04:00
Tsering
67c60cce70 [1.9.x] Refs #23386 -- Documented that F() expressions are applied on each model.save()
Backport of fc4b4fd585 from master
2016-06-28 16:27:44 -04:00
Camilo Nova
e1d83c2f3f [1.9.x] Used strict comparison in docs/ref/csrf.txt's JavaScript.
Backport of 222e1334bf from master
2016-06-28 12:52:09 -04:00
Anderson Resende
4be49ff38a [1.9.x] Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation.txt.
Backport of 2032bcf182 from master
2016-06-27 09:07:21 -04:00
Krzysztof Jurewicz
e7087ac503 [1.9.x] Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin doc
Backport of 6dd4d2709b from master
2016-06-17 14:03:00 +02:00
Ville Skyttä
1cfcc02fc3 [1.9.x] Fixed broken links in docs and comments.
Backport of 96f97691ad from master
2016-06-15 21:20:52 -04:00
Sergey Fedoseev
99e51bf168 [1.9.x] Refs #14030 -- Updated docs per "Improved expression support for python values."
Complements e2d6e14662.

Backport of db613f4f12 from master
2016-06-15 10:35:39 -04:00
Tim Graham
ab7a0b5d17 [1.9.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txt
Backport of abec15ad81 from master
2016-06-15 08:32:12 -04:00
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
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
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
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
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
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
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
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
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
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
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
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
Ville Skyttä
fef3f50e31 [1.9.x] Normalized "an SQL" spelling.
Backport of 575a9a791e from master
2016-05-03 19:31:07 -04:00
Vasiliy Faronov
cb33e553ee [1.9.x] Fixed #26567 -- Updated references to obsolete RFC2616.
Didn't touch comments where it wasn't obvious that the code adhered to
the newer standard.

Backport of ac77c55bc5 from master
2016-05-03 11:16:27 -04:00