8954 Commits

Author SHA1 Message Date
Naved Khan
3ee1751a99 [1.9.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.
Backport of 9a5a789da2b53a9c19ea47130507ce26839eb008 from master
2016-07-25 07:01:25 -04:00
Tim Graham
bdeec1d2ae [1.9.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs.
Backport of 3aaf6cf0f3288986c4ce56defea26420f8a48534 from master
2016-07-25 06:25:01 -04:00
Jon Dufresne
caec27f87c
[1.9.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the debug page.
Backport of 348cfccd9072f0e08ffe4cfb3946d1dc6a629e86 from master
2016-07-24 18:29:01 +02:00
Jon Dufresne
1152c9b795
[1.9.x] Added stub release notes for 1.9.9.
Backport of b2e54aec58439adbd64fec2427d87f11945ab33c from master
2016-07-24 18:28:55 +02:00
Preetham Nosum
b0b0a02af5 [1.9.x] Fixed #18348 -- Documented SesssionStore.create()
Backport of 32cf01c1c1dcd5fa5d700d0e5117778caf947b74 from master
2016-07-22 17:19:05 -04:00
petedmarsh
8f7008c487 [1.9.x] Fixed #26899 -- Documented why RawSQL params is a required parameter.
Backport of 7bf3ba0d0c700670d13d7683eec7bd3eb3d4dd1f 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 a05d86a69a7f11f00032b8d7846932b139c670e0 from master
2016-07-21 10:07:33 -04:00
Tim Graham
57c4db8c69 [1.9.x] Added CVE-2016-6186 to the security release archive.
Backport of bc53af13cbf09b0cbac945426c2d51d0ca52fff3 from master
2016-07-18 15:20:38 -04:00
Tim Graham
d03bf6fe4e [1.9.x] Fixed XSS in admin's add/change related popup.
This is a security fix.
2016-07-15 09:23:32 -04:00
Claude Paroz
a74adb4c35 [1.9.x] Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII file names
Thanks Tim Graham for the review.
Backport of 3e71f6544feca490211e88db4f449dfdb7acce39 from master.
2016-07-14 20:39:58 +02:00
Tim Graham
5316ae7d4f [1.9.x] Fixed #26894 -- Fixed a typo in docs/faq/admin.txt
Backport of a11719047711d8031dcea6a71cc5972b9ec1d48f from master
2016-07-14 08:04:57 -04:00
Daniel Rice
678d9f5241 [1.9.x] Reworded a sentence in tutorial 7.
Backport of 08c723fbae9d7625599fb84f602b425e82943e15 from master
2016-07-14 07:51:09 -04:00
Jon Dufresne
b6af8b6f2e [1.9.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field().
Backport of 2e4cfcd2b9a0984ad6c4087a5deebbf33413835c from master
2016-07-13 22:03:09 -04:00
Md. Sadaf Noor
e6db727154 [1.9.x] Fixed #26831 -- Documented session data must be JSON encodable for JSONSerializer.
Backport of 1f82b857ceb75f2d7a68e79c6a00c30bfe7f1318 from master
2016-07-12 13:46:52 -04:00
Tim Graham
065d05e798 [1.9.x] Linked "Features removed" release notes to corresponding deprecation notes.
Backport of ee2f0f311a1e84754f30d2586c0bd96f4fd9e8b6 from master
2016-07-11 15:24:00 -04:00
Sean Marlow
d5f1736dbd [1.9.x] Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_name
Backport of 8b9e16ec858c23cb65ea5de95f65a71b31521841 from master
2016-07-08 11:30:30 -04:00
Tim Graham
76ba451d2f [1.9.x] Fixed capitalization of "URL pattern".
Backport of 415ae960bb9f1bdae798023fdce3247d2c938eec from master
2016-07-06 15:32:47 -04:00
Daniel Rice
61da9bb299 [1.9.x] Improved grammar in tutorial01.
Backport of 1f9deba1b312a12c47668724daf70b8fe2d56b17 from master
2016-07-06 15:25:03 -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 8be84e2ac42b2556fd6fa07794b3708b143ef341 from master
2016-07-06 09:28:55 -04:00
Taylor Edmiston
3cd3a1af6d [1.9.x] Fixed typo in docs/topics/class-based-views/generic-display.txt
Backport of 43d0345fe11624d6b4fd960139ff653451b4f147 from master
2016-07-06 08:49:08 -04:00
Jiang Haiyun
0b57016ec7 [1.9.x] Fixed a typo in auth docs.
Backport of 6d61ec0e1a4eb5768be5add9e1c44c89dacbfa7e from master
2016-07-04 11:04:14 -04:00
Leila20
04beab3399 [1.9.x] Fixed #26832 -- Added translated language name on the get_language_info documentation
Backport of de4265e082bcce45ef6fb0929a44205463ba552e from master
2016-07-02 20:51:39 -04:00
Md. Sadaf Noor
bcce93b2c5 [1.9.x] Fixed #26829 -- Simplified version detection command in tutorial
Backport of ed1c15d8fbc17e60621ca56f67340987531e647d from master
2016-07-02 20:34:05 -04:00
Harry Moreno
8af6923e9d [1.9.x] Added parallel test running to "Speeding up the tests" docs.
Backport of 30c65ee8187c7a87d2fc83c5b8966b1ea5e5316b from master
2016-07-01 09:06:19 -04:00
Tim Graham
fe663b3d38 [1.9.x] Fixed #26002 -- Explained ModelAdmin.get_search_results() example.
Backport of c9d0a0f7f47c8496a9d8b0cfda94e2ef118d9ab3 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 fc4b4fd5850989458d6e54de12a29b2e40e94ce8 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 222e1334bf29605925eefa45ff107ca1155e93c0 from master
2016-06-28 12:52:09 -04:00
Ramiro Morales
f40c91cdef [1.9.x] Added missing trailing '$' to url() patterns in docs.
Backport of c962b9104a22505a7d6c57bbec9eda163f486c7d from master
2016-06-27 09:26:13 -04:00
Anderson Resende
4be49ff38a [1.9.x] Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation.txt.
Backport of 2032bcf18280a875a59a39cf85c226da0a310d11 from master
2016-06-27 09:07:21 -04:00
John-Scott Atlakson
41ac92ef52 [1.9.x] Fixed typo in docs/topics/logging.txt
Backport of 9a54face2572d67c7a31dc967bfb66af6e98165c from master
2016-06-22 06:39:08 -04:00
Trey Hunner
d1ada8c93c [1.9.x] Added urlpatterns variable in docs/topics/http/urls.txt.
Backport of 91e9be45ed5ad3b0c3de8890a4fcdbb68836856f from master
2016-06-17 21:02:45 -04:00
Krzysztof Jurewicz
e7087ac503 [1.9.x] Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin doc
Backport of 6dd4d2709bfe427c05842c0269860ef95a0b4f00 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 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 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 e2d6e14662d780383e18066a3182155fb5b7747b.

Backport of db613f4f1250971942f766dcf97c22234a3aa14e 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 abec15ad810d04b59ca745cacf91802c7147c8e6 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 7003174fec188bd5a21e3d62bd5e13e80f6f329c 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 8f50ff5b15a742f345dade0848a3fbbf2aff629d 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 37b36af6c6e169eae2f0b503f4550f798c428a97 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 7767978beec6098baea75d50a191a3b8224e729f from master
2016-06-08 10:38:54 -04:00
Tommy Beadle
d22bac99b0 [1.9.x] Fixed #26704 -- Documented DjangoJSONEncoder.
Backport of 729b9452b19b031d3817821128a115d5b2d5caed 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 31a9a965a36c5ce923692e5dac430ea6a1cbf2a0 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 316395d82874beea6af08a873e91b1880d0b982a 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 6a316423df349e2cbc0a4188c55d0639aa2e15c5 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 da22079c21a02c65e31502dd05720d12c474b257 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 01e567864ef9d9892e7181b62f7c51a1b9f76e37 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 1f5eb521a00450ff83c130ca02a3d83b955ee023 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 84d8d1d7151a4ee70ae35037d37f76a40d18da64 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 b9c04801d4b9ad37bd062cbca1a521eaf4047aa8 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 e2296e7f0acf9c50868ab997ba565c1f47beb45b 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 54febdb8be7c9793caae9c781f4d6b7cbbdcd900 from master
2016-06-03 17:42:17 -04:00