Tim Graham
|
63696982b8
|
[1.10.x] Normalized casing of "custom user model".
Backport of 93a081946d92da010c7de62dc58e697c6c33e5d3 from master
|
2016-11-23 15:17:00 -05:00 |
|
Tim Graham
|
59ea6fd686
|
[1.10.x] Fixed #27511 -- Corrected Field.related_model docs about GenericRelation.
Backport of 55adfc076030fc6be2c8d459c4c0a5c91cd4c94c from master
|
2016-11-21 12:53:35 -05:00 |
|
Jonatas CD
|
02ac92888e
|
[1.10.x] Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().
Backport of b28c6ca7631e13ea29490bf51a367ab10198c74c from master
|
2016-11-17 12:39:56 -05:00 |
|
akki
|
d2fc204694
|
[1.10.x] Replaced "django" with "Django" in spelling_wordlist.
Backport of 74ed20b49ade9f1cbd9af294e35478d8e0f59344 from master
|
2016-11-15 17:32:16 -05:00 |
|
Jonatas CD
|
af0f01558b
|
[1.10.x] Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be unique.
Backport of 9da45ff352db1d1b7c64e5c724e9b0b31822b967 from master
|
2016-11-15 11:21:58 -05:00 |
|
Ian Lee
|
25fe13d6b0
|
[1.10.x] Fixed typo in docs/ref/settings.txt.
Backport of 501c9930101060d63fb5c25c1dc0154a6c23b775 from master
|
2016-11-11 07:02:08 -05:00 |
|
Tim Graham
|
3dc480fcd2
|
[1.10.x] Inlined a note in docs/ref/models/expressions.txt.
Backport of 0d6c7cae7c4bc3ecd12c5a0d929384f3aa3e90d1 from master
|
2016-11-09 08:21:17 -05:00 |
|
Jop Reyntjes
|
89d960121d
|
[1.10.x] Fixed #27414 -- Doc'd that F() expressions on relations return pk values.
Backport of f8fab6f90233c7114d642dfe01a4e6d4cb14ee7d from master
|
2016-11-09 07:13:24 -05:00 |
|
Mariusz Felisiak
|
bc74bc1f35
|
[1.10.x] Fixed #27420 -- Quoted the Oracle test user password in queries.
Backport of c4b04e1598c4325454c808183dce17b284ed9e28 from master
|
2016-11-08 16:34:32 -05:00 |
|
Tim Graham
|
884e113838
|
[1.10.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.
This is a security fix.
|
2016-11-01 09:36:44 -04:00 |
|
Marti Raudsepp
|
34e10720d8
|
[1.10.x] Fixed CVE-2016-9013 -- Generated a random database user password when running tests on Oracle.
This is a security fix.
|
2016-11-01 09:36:44 -04:00 |
|
Tim Graham
|
052578879d
|
[1.10.x] Fixed #27410 -- Clarified when static files is enabled in STATIC_ROOT docs.
Backport of de91c172cfda624451fab9a87be92cc0d32e1fcf from master
|
2016-10-31 15:19:21 -04:00 |
|
Jon Dufresne
|
dda9a5928a
|
[1.10.x] Fixed #27299 -- Documented the Widget.use_required_attribute() method.
Thanks Tim Graham for the review and edits.
Backport of c74378b from master
|
2016-10-26 19:33:25 -07:00 |
|
Thomas Güttler
|
72d174bc4e
|
[1.10.x] Clarified when the post_migrate signal is sent during migrate.
Backport of 7cdc2015e37e7fd9a0e5ff7315a61086c2aad803 from master
|
2016-10-26 11:09:06 -04:00 |
|
Marti Raudsepp
|
ae91fc786c
|
[1.10.x] Updated postgresql.org links to https and made them canonical.
Backport of 51fbe2a60d9c7ff3fe62688ad262ccda648f506d from master
|
2016-10-25 11:43:54 -04:00 |
|
Zach Borboa
|
3f730457d8
|
[1.10.x] Fixed #27361 -- Used "from django import forms" in forms api docs.
Backport of 90c3b11e873a326219a68c14a3b5dca0181e7b3c from master
|
2016-10-19 09:56:13 -04:00 |
|
Riccardo Magliocchetti
|
64e4adbfef
|
[1.10.x] Fixed ModelAdmin.get_max_num() example if obj is None.
Backport of a4e9e834e3dfc8d5a024a78c765f193105d41a48 from master
|
2016-10-17 07:33:59 -04:00 |
|
Tim Graham
|
e781197d1c
|
[1.10.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example.
Backport of 51b83d9e5113ea5b81d04f4d117bd5acd3c1b822 from master
|
2016-10-13 11:03:09 -04:00 |
|
Nick Pope
|
43792137e0
|
[1.10.x] Fixed typo in docs/ref/checks.txt.
Backport of 81463ce0a147dbbc8a0c7d2ae0d5ca02cce97984 from master
|
2016-10-11 10:33:07 -04:00 |
|
Tim Graham
|
be535960b1
|
[1.10.x] Fixed #25475 -- Doc'd how to use a literal % in Func.template.
Backport of c60feb6999f83bfd1fdabff01f0dd4a26d72e158 from master
|
2016-10-07 10:25:07 -04:00 |
|
Adam Chainz
|
27d352800c
|
[1.10.x] Doc'd that model instances with pk=None don't compare equal.
Backport of 224fe22bf1628c1feff110ce993dcb33880bf3a3 from master
|
2016-10-07 09:02:10 -04:00 |
|
Tim Graham
|
c2853807bc
|
[1.10.x] Fixed docs typos in lines ending with a dash.
Backport of e261337eea46b472c92cf1c351b22d62a7045e11 from master
|
2016-10-06 11:01:47 -04:00 |
|
Aymeric Augustin
|
86ebc4e524
|
[1.10.x] Documented AppRegistryNotReady.
Backport of 5d35181de4a9d693c4702680974b30db3035a0c9 from master
|
2016-10-06 10:22:40 -04:00 |
|
aruseni
|
fbd4fa2ec6
|
[1.10.x] Fixed typos in docs/ref/contrib/admin/javascript.txt.
Backport of 9e26a8331dd593c674ac94f2582093da01b070e8 from master
|
2016-10-04 10:18:22 -04:00 |
|
aruseni
|
7979d87e8c
|
[1.10.x] Fixed typo in docs/ref/contrib/admin/javascript.txt.
Backport of 12b9aa279f453f0a41c1153393b6211d8352302c from master
|
2016-10-04 10:13:33 -04:00 |
|
Tim Graham
|
67fd51a54f
|
[1.10.x] Fixed #27307 -- Added missing url names in sitemaps docs.
Backport of fe1aee6b98d2a94ecc983463938135d192ef9afc from master
|
2016-10-03 16:05:42 -04:00 |
|
Tim Graham
|
bade924c03
|
[1.10.x] Confirmed support for PostGIS 2.3.
Backport of 79c91070e5797f647347c2f8bdfc4c7a0f835fb3 from master
|
2016-10-01 09:12:53 -04:00 |
|
Tim Graham
|
f23c03ebc8
|
[1.10.x] Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.
Backport of 87c5e7efebd040aef0f0479ccf86877155bb5cea from master
|
2016-09-30 14:50:15 -04:00 |
|
Tim Graham
|
36c83a0d1e
|
[1.10.x] Updated links to the current version of PostGIS docs.
Backport of cc282fa731dd4a427fb4e2aa6fb0e6763e44a72d from master
|
2016-09-30 09:40:39 -04:00 |
|
Tim Graham
|
c37e170f7a
|
[1.10.x] Updated links to the current version of MySQL docs.
Backport of 98196766769c2ed8816772b60a2e8b79028963a2 from master
|
2016-09-30 09:15:49 -04:00 |
|
Tim Graham
|
85c6a5a8c9
|
[1.10.x] Normalized spelling of "Web server/page" in docs.
Backport of eb4d4376fc0f3958ef8e801434ef2bb61a07b56a from master
|
2016-09-29 19:52:53 -04:00 |
|
Frank Wiles
|
ff7d5e3a0b
|
[1.10.x] Fixed import typos in the docs.
Backport of a09c058918f85949fd4c003e7ae62869f4559bd3 from master
|
2016-09-29 12:07:56 -04:00 |
|
Christian Bundy
|
818d7ba421
|
[1.10.x] Fixed typo in docs/ref/contrib/gis/install/postgis.txt.
Backport of 9c522d2ed8e752932bfff62d6e2940e56dee700b from master
|
2016-09-28 14:25:07 -04:00 |
|
Austin Simmons
|
933ebfad06
|
[1.10.x] Fixed #27076 -- Documented contrib.admin.sites.AdminSite.register().
Backport of 0f6829a68afb91abfdea8489008ebffac3d5220c from master
|
2016-09-27 12:18:52 -04:00 |
|
Berker Peksag
|
a9fefd26dc
|
[1.10.x] Fixed #27053 -- Documented contrib.auth.get_user().
Backport of f7e91cac689b28fc32ca52cdeac258ec0d58b4fc from master
|
2016-09-27 10:42:46 -04:00 |
|
Jonatas CD
|
76155b85e2
|
[1.10.x] Fixed #27276 -- Doc'd how to reverse admin's login view.
Backport of 6d6d1b10017d4f0ade761fb07c78c146e3008d65 from master
|
2016-09-26 10:38:53 -04:00 |
|
Tim Graham
|
0b59ea3343
|
[1.10.x] Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.
Backport of 3507d4e773aa9ff2336e7230ba231c4ba6eb568f from master
|
2016-09-22 13:07:23 -04:00 |
|
zhuanyenan
|
ddd77d5fd3
|
[1.10.x] Corrected docs for return type of Field.formfield().
Backport of 17677d510f65012531a5af57fd056fb15cfe1067 from master
|
2016-09-17 14:28:08 -04:00 |
|
Tim Graham
|
740dde1afc
|
[1.10.x] Fixed typo in docs/ref/settings.txt.
Backport of 43c471e81c27542e4dc392dfa2310c5a52db35d9 from master
|
2016-09-15 19:53:26 -04:00 |
|
Simon Charette
|
23cf7e50d1
|
[1.10.x] Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt.
Thanks Valentin Ignatyev for the report.
Backport of 767ba009764c6640b20ea6a6dc6ee2559cc87800 from master
|
2016-09-12 08:07:43 -04:00 |
|
Tim Graham
|
244c4c06f9
|
[1.10.x] Normalized spelling of ETag.
Backport of ef021412d5e7eb78c89f0b7cf2ec01bcb959a837 from master
|
2016-09-09 11:00:58 -04:00 |
|
Jeff Willette
|
2216cb5303
|
[1.10.x] Fixed #27099 -- Documented list filter's has_output() method.
Backport of bd3dc670b53d1742d317d2a088a9d145ce0083d7 from master
|
2016-09-02 09:42:52 -04:00 |
|
Riccardo Magliocchetti
|
51e5ca4462
|
[1.10.x] Clarified URL regex check message with respect to include().
Backport of 7ed8b98f42cd3a9fa530bbb764d3d79230e0a7a7 from master
|
2016-09-01 14:06:59 -04:00 |
|
Claude Paroz
|
0a81f540c9
|
[1.10.x] Refs #27162 -- Complemented docs related to CreateExtension
Thanks Tim Graham for the review.
Backport of 6b54504e667da3f6bc53b887ffd7e8cc113a94b1 from master
|
2016-09-01 14:06:22 -04:00 |
|
Ed Morley
|
e19490d4b1
|
[1.10.x] Made settings docs link to cache parameters more specific.
Backport of 1d54fb4483f034d2dced86f1b012671c8ee6ef5d from master
|
2016-08-31 12:31:51 -04:00 |
|
Tim Graham
|
f79dce16bc
|
[1.10.x] Fixed #27145 -- Updated Storage.save() docs for refs #18899.
Backport of 3f16e4df494dc9143d110b886c8e8608f9d2b584 from master
|
2016-08-30 21:41:27 -04:00 |
|
Baptiste Mispelon
|
0cb1032982
|
[1.10.x] Fixed incorrect variable name in {% regroup %} docs.
Backport of 7968bb7fada503b79d8b0e8c92aa076d60c17241 from master
|
2016-08-26 16:25:39 -04:00 |
|
Collin Anderson
|
4073780219
|
[1.10.x] Fixed #26998 -- Reverted some admin checks from checking field.many_to_many back to isinstance(field, models.ManyToManyField).
This partially reverts 983c158da7723eb00a376bd31db76709da4d0260
Backport of 384f89f8f843953ac11cf211f85291b5c14baeb9 from master
|
2016-08-23 16:06:41 -04:00 |
|
Abhishek Bera
|
a77d979cbd
|
[1.10.x] Fixed #26987 -- Documented using QuerySet.get() without arguments.
Backport of f3b601f11a7b56777ac1173a390787d176f95fe3 from master
|
2016-08-19 17:17:57 -04:00 |
|
Tim Graham
|
a033b351b5
|
[1.10.x] Refs #25854 -- Completed a RequestContext docs example.
Backport of f8c338ec6a372841559e3134cf4d4329c460f8c7 from master
|
2016-08-18 21:13:47 -04:00 |
|