Carlton Gibson
c1e9e2a525
[1.11.x] Added release date for 1.11.16.
...
Backport of d37ed40048
from master
2018-10-01 09:36:13 +02:00
Mariusz Felisiak
006ca978b9
[1.11.x] Refs #29759 -- Doc'd that cx_Oracle < 7 is required.
...
Backport of 7085247e2f
from stable/2.0.x
2018-09-18 10:42:04 +02:00
Tim Graham
ceae3069ec
[1.11.x] Fixed #28540 -- Doc'd a change to file upload permissions in Django 1.11.
...
Behavior changed in f734e2d4b2
(refs #27334 ).
Backport of 89d4d41240
from master
2018-08-04 11:06:37 -04:00
Tim Graham
8a0b905187
[1.11.x] Refs #29499 -- Skipped QuerySet.update_or_create() test that fails on MySQL.
2018-08-03 12:13:06 -04:00
Michael Sanders
2668418d99
[1.11.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().
...
A race condition happened when the object didn't already exist and
another process/thread created the object before update_or_create()
did and then attempted to update the object, also before update_or_create()
saved the object. The update by the other process/thread could be lost.
Backport of 271542dad1
from master
2018-08-02 17:28:23 -04:00
Tim Graham
98c77c5a70
[1.11.x] Added CVE-2018-14574 to the security release archive.
...
Backport of 0006538e53
from master
2018-08-01 11:07:37 -04:00
Tim Graham
08cbca3aeb
[1.11.x] Post-release version bump.
2018-08-01 10:53:21 -04:00
Tim Graham
6010da2fbd
[1.11.x] Bumped version for 1.11.15 release.
2018-08-01 09:40:26 -04:00
Andreas Hug
d6eaee0927
[1.11.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.
2018-07-25 12:13:03 -04:00
Tim Graham
4fd1f6702a
[1.11.x] Added stub release notes for security release.
2018-07-24 19:01:29 -04:00
Carlton Gibson
bce29f10a2
[1.11.x] Post-release version bump.
2018-07-02 11:11:33 +02:00
Carlton Gibson
32009eecc2
[1.11.x] Bumped version for 1.11.14 release.
2018-07-02 10:17:44 +02:00
Carlton Gibson
63a6aa2039
[1.11.x] Added release date for 1.11.14.
...
Backport of 65df375c40
from master
2018-07-02 10:14:51 +02:00
Tim Graham
d46fb4edee
[1.11.x] Fixed location of a few doc labels.
...
Backport of 1229687a0a261d05a72e6f189c1a9b0069b302e5 from master
2018-06-28 08:58:45 -04:00
Adam Donaghy
56c5c1599a
[1.11.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.
...
Regression in 917cc288a3
.
Backport of b18650a263
from master
2018-06-07 10:15:56 -04:00
Tim Graham
b548180605
[1.11.x] Fixed #29461 -- Fixed ogrinspect test_time_field failure on SpatiaLite.
...
Backport of 666be7b994
from master
2018-06-02 07:33:32 -04:00
Tim Graham
d60d7d6d71
[1.11.x] Fixed #29462 -- Fixed ogrinspect test failures with GDAL 2.2.
...
Backport of 55f4eee75d
from master
2018-06-01 22:38:49 -04:00
Claude Paroz
6f171c285e
[1.11.x] Refs #28257 -- Updated a test for GDAL 2.2
...
Partial backport of 2862760894
from master
2018-05-31 17:45:49 -04:00
Tim Graham
5bb00c01d6
[1.11.x] Fixed #29460 -- Added support for GEOS 3.6.
...
Backport of f185d929fa
from master
2018-05-31 12:15:27 -04:00
Tim Graham
212804faed
[1.11.x] Added stub release notes for 1.11.14.
...
Backport of 8a6fcfdc77
from master
2018-05-31 10:18:48 -04:00
Osaetin Daniel
10e6dd718d
[1.11.x] Fixed docs typo in HttpResponse.set_signed_cookie() signature.
...
Backport of cd242d185b
from master
2018-05-27 16:52:11 -04:00
Daniel Hepper
1824656b10
[1.11.x] Removed docs for obsolete ExceptionMiddleware.
...
Backport of a6fb5b1fe0
from master
2018-05-27 13:38:42 -04:00
Tim Graham
999e82313c
[1.11.x] Post-release version bump.
2018-05-01 21:56:43 -04:00
Tim Graham
2b882a4bd9
[1.11.x] Bumped version for 1.11.13 release.
2018-05-01 21:41:00 -04:00
Tim Graham
2d1c914910
[1.11.x] Added release date for 1.11.13.
2018-05-01 21:21:48 -04:00
Carlton Gibson
a5d1fe59c5
Revert "[1.11.x] Fixed #29174 , #29175 -- Doc'd that f-strings and JavaScript template strings can't be translated."
...
This reverts commit 8b4798c8d3
.
2018-04-18 15:03:56 +02:00
Tim Graham
8b4798c8d3
[1.11.x] Fixed #29174 , #29175 -- Doc'd that f-strings and JavaScript template strings can't be translated.
...
Backport of c3437f734d
from master
2018-04-18 14:35:16 +02:00
Tim Graham
800778f7ad
[1.11.x] Fixed a test failure with the latest GeoIP databases.
...
Backport of 7a22d9f751
from master
2018-04-17 21:35:44 -04:00
Tim Graham
4a20aae468
[1.11.x] Added isolated_local_models support to schema tests.
...
Follow up to 46496a542c
, which otherwise
has no effect.
Partial backport of 9f7772e098
from master
2018-04-14 07:18:33 -04:00
Mariusz Felisiak
f89b11b879
[1.11.x] Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_list() after combining an annotated and unannotated queryset with union(), difference(), or intersection().
...
Regression in a0c03c62a8
.
Thanks Tim Graham and Carlton Gibson for reviews.
Backport of 0b66c3b442
from master.
2018-04-13 12:54:32 +02:00
Tim Graham
46496a542c
[1.11.x] Fixed schema test failure when running tests in reverse.
...
Follow up to 003334f8af
.
Backport of 78f8b80f9b
from master
2018-04-12 20:29:30 -04:00
Paul Donohue
979253fce9
[1.11.x] Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.
...
Backport of 33a0b7ac81
from master
2018-04-12 13:28:29 -04:00
Jeremy Bowman
8f76939f54
[1.11.x] Fixed #29193 -- Prevented unnecessary foreign key drops when altering a unique field.
...
Stopped dropping and recreating foreign key constraints on other fields
in the same table as the one which is actually being altered in an
AlterField operation.
Regression in c3e0adcad8
.
Backport of ee17bb8a67
from master
2018-04-11 23:24:42 -04:00
Jeremy Bowman
a1f4e14f99
[1.11.x] Tested altering a unique field when a reverse M2M relation exists.
...
Backport of 003334f8af
from master
2018-04-11 23:23:44 -04:00
Tim Graham
0037cd1fa0
[1.11.x] Refs #28062 -- Doc'd PostgreSQL server-side cursors as a backwards incompatible change.
...
Backport of 2919a08c20
from master
2018-04-10 13:27:13 -04:00
Luoxzhg
4aa097e94e
[1.11.x] Fixed mistakes in docs/topics/db/examples/many_to_one.txt.
...
Backport of 9d7e2c7b44
from master
2018-04-10 12:30:45 -04:00
Tim Graham
d2906d7c17
[1.11.x] Added stub release notes for 1.11.13.
...
Backport of b2678468ae
from master
2018-04-04 09:47:02 -04:00
Daniel Roseman
2e9d9dd6b1
[1.11.x] Fixed reference to nonexistent __between lookup.
...
Backport of e6c21217d3
from master
2018-04-04 09:44:01 -04:00
Tim Graham
668f55fab3
[1.11.x] Post-release version bump.
2018-04-02 22:46:12 -04:00
Tim Graham
8458d4620e
[1.11.x] Bumped version for 1.11.12 release.
2018-04-02 22:41:40 -04:00
Tim Graham
c659625a69
[1.11.x] Added release date for 1.11.12.
...
Backport of 597aba6d67
from master
2018-04-02 21:39:03 -04:00
Tim Graham
4e89bbe4a9
[1.11.x] Fixed typo in docs/releases/1.11.12.txt.
...
Backport of 09c6d01461
from master
2018-04-02 09:39:04 -04:00
Claude Paroz
b25433a225
[1.11.x] Fixed #29273 -- Prevented initial selection of empty choice in multiple choice widgets.
...
Regression in b52c73008a
.
Backport of f3b69f9757
from master.
2018-04-02 09:27:01 -04:00
Tim Graham
a73a9cf60a
[1.11.x] Fixed links to Sphinx docs.
...
Backport of 73cb62a331
from master
2018-03-30 15:02:23 -04:00
Amr Anwar
c5bb472095
[1.11.x] Fixed #29229 -- Fixed column mismatch crash when combining two annotated values_list() querysets with union(), difference(), or intersection().
...
Regression in 7316720603821ebb64dfe8fa592ba6edcef5f3e.
Backport of a0c03c62a8
from master
2018-03-19 21:06:40 -04:00
Tim Graham
cd4275f8d7
[1.11.x] Added stub release notes for 1.11.12.
...
Backport of 8d67c7cffd
from master
2018-03-19 09:53:51 -04:00
ovalseven8
fbae9c0e02
[1.11.x] Fixed #29192 -- Removed inaccurate statement regarding overriding fields from abstract base classes.
...
Partial backport of 22bcd3a1d8
from master
2018-03-13 13:56:50 -04:00
Tim Graham
c8e5c1f420
[1.11.x] Added CVE-2018-7536,7 to the security release archive.
...
Backport of 5bbbdd26d1
from master
2018-03-06 13:04:55 -05:00
Tim Graham
cd8496b3b4
[1.11.x] Post-release version bump.
2018-03-06 09:39:41 -05:00
Tim Graham
1cc5aceac0
[1.11.x] Bumped version for 1.11.11 release.
2018-03-06 09:08:15 -05:00