1
0
mirror of https://github.com/django/django.git synced 2025-04-06 14:36:41 +00:00

9377 Commits

Author SHA1 Message Date
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
87595c92f3 [1.10.x] Doc'd the need to provide initial for formset submissions.
Backport of 80f5a4d87a6068efe7c04bd9436f0293fbbb4db3 from master
2016-10-10 15:36:33 -04:00
Tim Graham
1c47c7e6f1 [1.10.x] Added template syntax highlighting in docs/topics/i18n/timezones.txt.
Backport of 19a140a1b37471e7e99f1fbb5e717b0d605a1895 from master
2016-10-08 08:08:18 -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
Markus Holtermann
08650ab741 [1.10.x] Updated security team roster.
Backport of f8deed7199ff35434d668d8d917a7ceed52023e7 from master
2016-10-07 10:14:48 -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
Jonatas CD
fbf59a2967 [1.10.x] Refs #11078 -- Doc'd Meta inheritance in proxy models.
Backport of e8728f03f0bfbdb555be0a663d1608e1991d10a6 from master
2016-10-04 19:54:13 -04:00
Corey Farwell
26fd712128 [1.10.x] Documented render_to_string()'s using parameter.
Backport of 24da355686372f03ab48e2e916de48962fd7881f from master
2016-10-04 18:59:41 -04:00
Tim Graham
7652f97a5c [1.10.x] Fixed #27292 -- Removed unnecessary password assignment in auth backend example.
Backport of e262f002311735869a5d8b0a8f788708322db595 from master
2016-10-04 14:03:41 -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
Simon Charette
b12228759c [1.10.x] Fixed #27279 -- Fixed a migration performance regression related to RenameModel operations.
Thanks Trac alias mtomiyoshi for the report, Marten Kenbeek for the initial
patch and Tim for the review.

Backport of 040bd7c9387cfbf70a543c507b3b9eeb8f2725dc from master
2016-10-04 08:46:13 -04:00
Reto Aebersold
c473235bf6 [1.10.x] Fixed #27309 -- Added CallableBool.__hash__().
Backport of 3ab55c1a8a58ae6d6791cafbcefaf224d01ff314 from master
2016-10-04 07:44:39 -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
f4a79d3d0c [1.10.x] Added stub release notes for 1.10.3.
Backport of bae1160c3f70a6156b36792ad4fb59e9d0b82540 from master
2016-10-01 16:13:18 -04:00
Claude Paroz
062b8ba37e [1.10.x] Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field detection
Thanks Ramiro Morales for the report and Tim Graham for the review.
Backport of 67eee5e4fa08f4404445ebf4f54b686e68a8530c from master.
2016-10-01 20:16:41 +02:00
Tim Graham
63d9ffe0d6 [1.10.x] Added release date for 1.10.2.
Backport of aa7dc2dc39e5d7911839030bd2d14feb0efa6429 from master
2016-10-01 11:49:17 -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
Lewis Cowles
fb9f396275 [1.10.x] Fixed #27294 -- Documented UserCreationForm's fields.
Backport of 1d25eb9688f1a245737490dccf8ba54b6c907052 from master
2016-09-30 14:02:26 -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
Laurent
ec38aa818c [1.10.x] Fixed typos in docs/howto/deployment/checklist.txt.
Backport of bceade84a7337b1f27c3bf7ec158051128f3324b from master
2016-09-29 20:00:05 -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
Tim Graham
131098b9c7 [1.10.x] Fixed #27289 -- Corrected View.as_view() explanation.
Thanks Graham Wideman for the report.

Backport of f2ff1b2fabbe26d5e61d690c4c5a47f9582f9300 from master
2016-09-28 11:49:49 -04:00
Alasdair Nicol
63af78bbe0 [1.10.x] Fixed 27283 -- Fixed typo in 1.8 release notes.
Backport of 32031718320e1b4d708b15d8c67738e4c77c9bc7 from master
2016-09-28 06:51:11 -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
Sergey Fursov
bcdd13de93 [1.10.x] Fixed #27271 -- Fixed a crash in runserver logging.
Allowed ServerFormatter to handle simple string messages or messages with
formatting arguments. The formatter will set the server_time variable on
the log record if it's required by the format string but wasn't passed in
extra parameters.

Backport of 6709ea4ae91b906742506ac0c42a3a272991001f from master
2016-09-27 09:48:08 -04:00
Tim Graham
a1c2b2095f [1.10.x] Added CVE-2016-7401 to the security release archive.
Backport of 6fe846a8f08dc959003f298b5407e321c6fe3735 from master
2016-09-26 18:22:14 -04:00
Tim Graham
550fa7b892 [1.10.x] Added a CVE role for Sphinx.
Backport of a46742e738b91f79dd7b2e6ecba6dd1604e14d05 from master
2016-09-26 18:22:14 -04:00
Tim Graham
8fec24f7c3 [1.10.x] Fixed #27278 -- Fixed an anchor in docs/topics/forms/formsets.txt.
Backport of 8d233a2132c20d85f4e863a3eb62168f667c45df from master
2016-09-26 13:58:37 -04:00
Tim Graham
5731342dbc [1.10.x] Added release notes for 1.9.10 and 1.8.15 releases. 2016-09-26 12:57:18 -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
dec77af525 [1.10.x] Fixed #27270 -- Clarified a paragraph in docs/topics/forms/formsets.txt.
Thanks Kifsif for the suggestion.

Backport of 8110673aafd48e9345c17458638c10fb12ab4f2a from master
2016-09-26 09:55:23 -04:00
Berker Peksag
69839e97b9 [1.10.x] Simplified has_perm() example in topics/auth/customizing.txt.
Backport of 0a6ed6b1d9dadd0916e887ff9026cf206be36a5c from master
2016-09-23 15:28:47 -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
Alasdair Nicol
190cd0e49f [1.10.x] Fixed #27238 -- Disabled check_pattern_startswith_slash if settings.APPEND_SLASH=False.
Thanks strycore for the report and timgraham for suggesting the
solution.

Backport of 911d9f4ed1a39f945769b7198a419850378f9824 from master
2016-09-19 21:01:09 -04:00
aruseni
9c3f864305 [1.10.x] Fixed a typo in docs/topics/auth/default.txt.
Backport of cdde2eac5b4653ef113b892e0a7279cf79ac70c2 from master
2016-09-17 20:09:38 -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
Michael Scott
416004c043 [1.10.x] Fixed #15143 -- Doc'd how to set the language for the test client.
Backport of 3c447b108ac70757001171f7a4791f493880bf5b from master
2016-09-14 20:14:29 -04:00
Tim Graham
1701fd3d3c [1.10.x] Fixed #27212 -- Fixed typo in docs/howto/static-files/index.txt.
Backport of c2e94bd8df9703b4565af7e180bcc043ae339055 from master
2016-09-12 16:05:53 -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
Nicola Jordan
1f3c66fe9f [1.10.x] Fixed #27143 -- Allowed combining SearchQuery with more than one & or | operators.
Backport of 978a00e39fee25cfa99065285b0de88366710fad from master
2016-09-07 15:28:59 -04:00