Tim Graham
c401ae9a7d
[1.8.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True.
...
This is a security fix.
2016-10-25 15:27:45 -04:00
Marti Raudsepp
70f9995296
[1.8.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:24:11 -04:00
Tim Graham
33bf6220e2
[1.8.x] Added stub release notes for 1.8.16.
2016-10-25 13:56:26 -04:00
Tim Graham
aba8f2b501
[1.8.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example.
...
Backport of 51b83d9e51
from master
2016-10-13 11:03:38 -04:00
Tim Graham
1c4334f793
[1.8.x] Fixed nonexistent tmc.edu domain in GeoIP test.
...
Backport of e1f6eba033
from master
2016-10-11 19:44:09 -04:00
Tim Graham
3141b79d26
[1.8.x] Fixed #27307 -- Added missing url names in sitemaps docs.
...
Backport of fe1aee6b98
from master
2016-10-03 16:05:56 -04:00
Alasdair Nicol
6e24eeef60
[1.8.x] Fixed 27283 -- Fixed typo in 1.8 release notes.
...
Backport of 3203171832
from master
2016-09-28 06:51:42 -04:00
Tim Graham
d5430a5ff9
[1.8.x] Added CVE-2016-7401 to the security release archive.
...
Backport of 6fe846a8f0
from master
2016-09-26 18:30:31 -04:00
Tim Graham
47f5d799b2
[1.8.x] Added a CVE role for Sphinx.
...
Backport of a46742e738
from master
2016-09-26 18:30:16 -04:00
Tim Graham
34da092a19
[1.8.x] Post-release version bump.
2016-09-26 14:24:25 -04:00
Tim Graham
25e416ca0f
[1.8.x] Bumped version for 1.8.15 release.
2016-09-26 13:56:44 -04:00
Collin Anderson
6118ab7d06
[1.8.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-14 13:42:24 -04:00
Tim Graham
717aa88439
[1.8.x] Fixed #26807 -- Documented how to replicate SubfieldBase's assignment behavior.
...
Backport of 518eaf1fa2
from master
2016-08-18 21:09:12 -04:00
Tim Graham
fdd1d247c4
[1.8.x] Fixed a GeoIP test failure with the latest data.
...
Backport of 4a696bbe13
from master
2016-08-03 11:19:21 -04:00
Tim Graham
33939f0183
[1.8.x] Fixed a typo in tests/middleware/test_security.py
...
Backport of 0850236a8c
from master
2016-07-28 22:01:22 -04:00
Naved Khan
7665a52161
[1.8.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.
...
Backport of 9a5a789da2
from master
2016-07-25 07:01:32 -04:00
Raphaël Hertzog
6cf35c666c
[1.8.x] Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.
...
Backport of 8e5cbc884f
from master
2016-07-21 13:01:50 -04:00
Tim Graham
9f8ef7724d
[1.8.x] Fixed a GeoIP test failure with the latest data.
...
Backport of 081fdaf110
from master
2016-07-19 09:28:53 -04:00
Tim Graham
2deed2ea08
[1.8.x] Added CVE-2016-6186 to the security release archive.
...
Backport of bc53af13cb
from master
2016-07-18 15:20:55 -04:00
Tim Graham
128bbf2986
[1.8.x] Post-release version bump.
2016-07-18 14:59:55 -04:00
Tim Graham
9fbdc48c49
[1.8.x] Bumped version for 1.8.14 release.
2016-07-18 13:45:11 -04:00
Tim Graham
f68e5a9916
[1.8.x] Fixed XSS in admin's add/change related popup.
...
This is a security fix.
2016-07-18 13:45:11 -04:00
Marissa Zhou
358ae4a687
[1.8.x] Fixed #24796 -- Moved SecurityMiddleware in MIDDLEWARE_CLASSES docs.
...
Partial backport of 8b1f39a727
from master
2016-07-18 07:57:00 -04:00
Jon Dufresne
8edfdddbc8
[1.8.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field().
...
Backport of 2e4cfcd2b9
from master
2016-07-13 22:15:43 -04:00
Baptiste Mispelon
3e562cf7a2
[1.8.x] Fixed numpy deprecation warning silencing in template_tests.
...
Backport of 418658f453
from master
2016-07-09 10:24:35 -04:00
Romain Garrigues
2a49d8e9b2
[1.8.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:58 -04:00
Taylor Edmiston
787675789c
[1.8.x] Fixed typo in docs/topics/class-based-views/generic-display.txt
...
Backport of 43d0345fe1
from master
2016-07-06 08:49:17 -04:00
Samir Shah
5079cd597c
[1.8.x] Corrected firstof template tag's docstring.
...
Since Django 1.8, firstof escapes its output.
Backport of fff5dbe59c
from master
2016-06-21 08:12:37 -04:00
Krzysztof Jurewicz
be5dfde7c2
[1.8.x] Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin doc
...
Backport of 6dd4d2709b
from master
2016-06-17 14:03:52 +02:00
Tim Graham
4da3684f24
[1.8.x] Fixed flake8 2.6 warnings.
...
Backport of ea34426ae7
from master
2016-06-16 10:37:33 -04:00
Berker Peksag
ba29dfb191
[1.8.x] Fixed #21588 -- Corrected handler initialization in "modifying upload handlers" example.
...
Backport of 8f50ff5b15
from master
2016-06-09 12:52:44 -04:00
Tim Graham
0f12924eb5
[1.8.x] Updated release notes links to prevent warnings with Sphinx 1.4.2.
...
Backport of 149ace94df
from master
2016-06-02 11:50:26 -04:00
Tim Graham
8346d2b633
[1.8.x] Ignored new warnings when building the docs with Sphinx 1.4.
...
Backport of af32737573
from master
2016-06-02 11:30:49 -04:00
Tim Graham
c95487e23d
[1.8.x] Refs #26687 -- Made an i18n test not use a hardcoded path separator.
...
This reverts commit c0a1e1984e
as it doesn't
work on the stable/1.8.x branch and instead uses os.path.join() to fix the
original failure on Windows.
2016-06-01 10:39:27 -04:00
Ramiro Morales
c0a1e1984e
[1.8.x] Fixed #26687 -- Made an i18n test not use a hardcoded path separator.
...
Fixed a failure on Windows.
Backport of e3877c53ed
from master
2016-05-31 12:01:05 -04:00
Florian Apolloner
d4ad28dbdd
[1.8.x] Fixed a typo in the docs.
...
Backport of 62e4f8ec43
from master.
2016-05-31 16:57:31 +02:00
Berker Peksag
4295848868
[1.8.x] Fixed #26503 -- Removed an outdated example from session docs.
...
Backport of 698c8dfc2a
from master
2016-05-31 07:21:23 -04:00
Sergey Fedoseev
17a7ca283f
[1.8.x] Fixed typo in docs/topics/forms/modelforms.txt
...
Backport of 26794f6657
from master
2016-05-27 10:31:57 -04:00
MariKiev
4f50139692
[1.8.x] Added imports to docs/topics/db/aggregation.txt example.
...
Backport of 30d110ef43
from master
2016-05-25 09:57:55 -04:00
Aleksey
141f6e5588
[1.8.x] Added missing quotes in openlayers.html template.
...
Backport of a247c1d789
from master
2016-05-25 09:14:03 -04:00
Tim Graham
72da26af41
[1.8.x] Updated GeoIP test for latest database.
...
Backport of a0a1c4fbde
from master
2016-05-23 20:49:33 -04:00
Tim Graham
e06bbf8fc3
[1.8.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txt
...
Backport of 6d9c5d46e6
from master
2016-05-18 21:39:58 -04:00
vytisb
163972eb61
[1.8.x] Fixed code example in docs/howto/custom-lookups.txt
...
Backport of b3acf35f13
from master
2016-05-06 08:26:27 -04:00
Tim Graham
74a2bbf072
[1.8.x] Post-release version bump.
2016-05-02 18:52:54 -04:00
Tim Graham
4022b2c306
[1.8.x] Bumped version for 1.8.13 release.
2016-05-02 18:39:32 -04:00
Tim Graham
3b2b51712b
[1.8.x] Added release date for 1.8.13.
2016-05-02 18:17:09 -04:00
Alasdair Nicol
0eb6617869
[1.8.x] Added tests for if tag's != operator.
...
Backport of 246020efc5
from master
2016-04-29 12:33:32 -04:00
Joshua Phillips
052e1f17ca
[1.8.x] Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressField.
...
Backport of 4681d65048
from master
2016-04-29 10:17:00 -04:00
Tim Graham
7934695a0f
[1.8.x] Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide.
...
Thanks Ankush Thakur for the report and Simon for the review.
Backport of fe70f280d7
from master
2016-04-27 15:26:14 -04:00
Jon Dufresne
f8b8bcea5d
[1.8.x] Fixed incorrect rendered widget in forms example.
...
Backport of 38ddd4ab55
from master
2016-04-20 21:08:38 -04:00