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 |
Berker Peksag
|
89cb0a451c
|
[1.9.x] Removed redundant backticks in docs/releases/1.8.txt
Backport of 8d095c6378 from master.
|
2017-08-21 12:14:37 +02:00 |
Tim Graham
|
2c3c029ede
|
[1.9.x] Added CVE-2017-7233,4 to the security release archive.
Backport of b749c980a0 from master
|
2017-04-04 21:52:31 -04:00 |
Tim Graham
|
254326cb36
|
[1.9.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.
This is a security fix.
|
2017-04-04 10:00:41 -04:00 |
Tim Graham
|
5f1ffb07af
|
[1.9.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.static.serve().
This is a security fix.
|
2017-04-04 10:00:41 -04:00 |
Tim Graham
|
cb87583c57
|
[1.9.x] Added stub release notes for security releases.
|
2017-04-04 10:00:41 -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 |
Stefano Rivera
|
14d53d78be
|
[1.9.x] Removed unexpected initial attribute in data migration examples.
Inadvertently added in db97a88495 .
Backport of 899c42cc8e from master
|
2017-03-25 16:00:31 -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 |
albertoconnor
|
b9ad6b645d
|
[1.9.x] Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 2863e79a5c from master
|
2017-03-01 15:43:33 -05: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
|
e1b8ac5a37
|
[1.9.x] Removed deprecated html_translator_class sphinx config option.
Backport of bacdfbf3d1 and
e5d3f98abc from master
|
2017-01-23 10:21:36 -05:00 |
Tim Graham
|
29b3bdc25c
|
[1.9.x] Declared Sphinx extensions safe for parallel reading.
Backport of 03306a187e from master
|
2017-01-23 09:50:58 -05:00 |
Tim Graham
|
906b5dfd60
|
[1.9.x] Corrected unrendered versionadded annotation.
|
2017-01-02 10:52:16 -05:00 |
vinay karanam
|
589a091b3b
|
[1.9.x] Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.
Backport of 6128c1736d from master
|
2017-01-02 08:48:45 -05:00 |
Tim Graham
|
9e8bfc5c62
|
[1.9.x] Refs #24154 -- Added check_aggregate_support() to deprecation timeline.
Backport of 2b4bb78f79 from master
|
2016-12-31 14:06:23 -05:00 |
Mariusz Felisiak
|
50830aa1d9
|
[1.9.x] Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.
Backport of 3e5c5e6754 from master
|
2016-12-27 09:32:23 -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 |
Tim Graham
|
0ee4c0f481
|
[1.9.x] Added release dates for 1.9.12, 1.8.17.
Backport of 9ea9686532 from master
|
2016-12-01 17:16:19 -05:00 |
Simon Charette
|
82701c3c68
|
[1.9.x] Refs #25284 -- Corrected an obsolete implicit __in lookup example.
Thanks IRC alias rpkilby for the report.
Backport of 9e4fd3301d from master
|
2016-11-15 08:25:21 -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
|
734ef022a1
|
[1.9.x] Added CVE-2016-9013,14 to the security release archive.
Backport of b8ae2c16cf from master
|
2016-11-01 10:48:49 -04: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
|
2ed85c1873
|
[1.9.x] Added stub release notes for 1.9.11/1.8.16.
|
2016-10-25 13:53:47 -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 |
Alasdair Nicol
|
108613eab7
|
[1.9.x] Fixed 27283 -- Fixed typo in 1.8 release notes.
Backport of 3203171832 from master
|
2016-09-28 06:51:23 -04:00 |
Tim Graham
|
48b1e9fb17
|
[1.9.x] Added CVE-2016-7401 to the security release archive.
Backport of 6fe846a8f0 from master
|
2016-09-26 18:22:19 -04:00 |
Tim Graham
|
4335d121ca
|
[1.9.x] Added a CVE role for Sphinx.
Backport of a46742e738 from master
|
2016-09-26 18:22:19 -04:00 |
Collin Anderson
|
d1bc980db1
|
[1.9.x] Fixed CVE-2016-7401 -- Fixed CSRF protection bypass on a site with Google Analytics.
This is a security fix.
Backport of "refs #26158 -- rewrote http.parse_cookie() to better match
browsers." 93a135d111 from master
|
2016-09-26 12:54:36 -04:00 |
Tim Graham
|
690effbcc3
|
[1.9.x] Fixed #27115 -- Corrected a screenshot in the tutorial.
Backport of b40d24960c from master
|
2016-08-24 09:00:12 -04:00 |
Tim Graham
|
26ccd2ef16
|
[1.9.x] Fixed typo in docs/releases/1.9.txt
Backport of 5eab1f6f83 from master
|
2016-08-12 07:30:10 -04:00 |
Moritz Sichert
|
f0bf535f2b
|
[1.9.x] Refs #23960 -- Documented how to restore absolute redirect URLs.
Backport of 08b8c46971 from master
|
2016-08-11 16:36:29 -04:00 |
Tim Graham
|
f65d432181
|
[1.9.x] Added release date for 1.9.9
Backport of 95b47c009b from master
|
2016-08-01 13:55:45 -04:00 |
Tim Graham
|
3771019de9
|
[1.9.x] Fixed #26657 -- Made GeomValue omit SRID for MySQL.
This fixes some test failures on MySQL 5.7+.
Backport of 9031a4c13b from master
|
2016-07-28 18:03:42 -04:00 |
Kenneth Schnall
|
2255b5f8a7
|
[1.9.x] Removed extra periods in docs/howto/static-files/index.txt headers.
Backport of cd2e4293cb from master
|
2016-07-27 13:50:50 -04:00 |
Naved Khan
|
3ee1751a99
|
[1.9.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.
Backport of 9a5a789da2 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 3aaf6cf0f3 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 348cfccd90 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 b2e54aec58 from master
|
2016-07-24 18:28:55 +02:00 |
Preetham Nosum
|
b0b0a02af5
|
[1.9.x] Fixed #18348 -- Documented SesssionStore.create()
Backport of 32cf01c1c1 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 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 |
Tim Graham
|
57c4db8c69
|
[1.9.x] Added CVE-2016-6186 to the security release archive.
Backport of bc53af13cb 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 3e71f6544f from master.
|
2016-07-14 20:39:58 +02:00 |