Commit Graph

25311 Commits

Author SHA1 Message Date
Asif Saifuddin Auvi a684819193 [2.0.x] Refs #28814 -- Documented Python 3.7 compatibility.
Backport of 2f7cd7f8ec from master
2018-06-28 11:06:38 -04:00
Tim Graham cba51003de [2.0.x] Refs #28814 -- Fixed migrations crash with namespace packages on Python 3.7.
Due to https://bugs.python.org/issue32303.

Backport of 0f0a07ac27 from master
2018-06-28 10:05:46 -04:00
Tim Graham da906ff1ae [2.0.x] Fixed location of a few doc labels.
Backport of 1229687a0a261d05a72e6f189c1a9b0069b302e5 from master
2018-06-28 08:58:36 -04:00
Tim Graham 4b3b9fab08 [2.0.x] Reverted "Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type header."
This reverts commit 8e082a6e0b as it
doesn't qualify for a backport.
2018-06-25 09:43:39 -04:00
Tim Graham 8e082a6e0b [2.0.x] Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type header.
Backport of 7cdeb23ae7 from master
2018-06-22 09:33:05 +02:00
Adam Johnson cba1922742 [2.0.x] Updated a test example to use snake case.
Backport of ae38777698 from master
2018-06-21 17:37:34 -04:00
Tom f8a6488839 [2.0.x] Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.
Backport of 4249076844 from master
2018-06-20 11:01:16 -04:00
Carlton Gibson 243f07bbb3 [2.0.x] Refs #29451 -- Fixed invalid SQL on MySQL in queries tests.
Backport of c4f099de1d from master
2018-06-20 11:00:19 -04:00
Tim Graham 83986af95d [2.0.x] Refs #29428 -- Fixed admin check crash when using a query expression in ModelAdmin.ordering.
Backport of ec2c9c3531 from master
2018-06-15 10:12:44 -04:00
Tim Graham 4bccfac36f [2.0.x] Fixed #29428 -- Fixed admin changelist crash when using a query expression without asc()/desc() in the ordering.
Backport of 0d8e3e608e from master
2018-06-15 10:12:40 -04:00
Tim Graham 9dfb6fcbd5 [2.0.x] Fixed 'invalid escape sequence' warning in GEOSGeometryBase.from_ewkt().
Backport of 7a266e25be from master.
2018-06-12 10:25:17 -04:00
Mariusz Felisiak 1033a8e7bc [2.0.x] Fixed typo in docs/releases/2.0.7.txt.
Backport of e0d0fc0b14 from master
2018-06-08 12:09:14 +02:00
Carlton Gibson 7f163aac3a [2.0.x] Added stub release notes for 2.0.6.
Backport of acae120680 from master
2018-06-08 08:44:29 +02:00
Tim Graham 744a44dfa1 [2.0.x] Refs #28462 -- Fixed 'invalid escape sequence' warning on Python 3.6+.
Backport of e9bd1a3e12 from master
2018-06-06 12:01:10 -04:00
Michael Kiros e072060203 [2.0.x] Fixed typo in docs/topics/auth/customizing.txt.
Backport of b37bac39b3 from master
2018-06-05 21:28:57 -04:00
Tim Graham f4bd168452 [2.0.x] Fixed #29461 -- Fixed ogrinspect test_time_field failure on SpatiaLite.
Backport of 666be7b994 from master
2018-06-02 07:33:20 -04:00
Tim Graham 8f1692923f [2.0.x] Fixed #29462 -- Fixed ogrinspect test failures with GDAL 2.2.
Backport of 55f4eee75d from master
2018-06-01 22:32:31 -04:00
Carlton Gibson 0b39420bf2 [2.0.x] Updated version after release. 2018-06-01 17:38:53 +02:00
Carlton Gibson 3e36ecedff
[2.0.x] Bumped version for 2.0.6 release. 2018-06-01 17:07:43 +02:00
Adam Donaghy 22c7c2db1d [2.0.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.
Regression in 917cc288a3.

Backport of b18650a263 from master
2018-06-01 11:00:34 -04:00
Carlton Gibson b935f112e1 [2.0.x] Added release date for 2.0.6 release.
Backport of e1ebd22558 from master
2018-06-01 12:16:49 +02:00
Dr. Shubham Dipt e9d09f1f0e [2.0.x] Corrected typo in outputting-csv.txt.
Backport of 44441d673b from master
2018-06-01 12:09:24 +02:00
Tim Graham 925f3219f5 [2.0.x] Relaxed a GDAL raster test.
The exact metadata depends on the GDAL version.

Backport of 3dffcb5579 from master
2018-05-31 12:07:03 -04:00
Tim Graham ceeccc51d2 [2.0.x] Fixed #29460 -- Added support for GEOS 3.6.
Backport of f185d929fa from master
2018-05-31 11:36:43 -04:00
Mariusz Felisiak b57ea27d6b [2.0.x] Refs #29416 -- Fixed GeoExpressionsTests.test_multiple_annotation() on MySQL 5.7+.
Failure introduced in b6e48f514e.

Backport of d0ad03cded from master
2018-05-31 10:45:46 -04:00
Tim Graham 904adcc034 [2.0.x] Added stub release notes for 1.11.14.
Backport of 8a6fcfdc77 from master
2018-05-31 10:17:16 -04:00
Mariusz Felisiak 74bbef4ee0 [2.0.x] Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on MySQL when using a RawSQL annotation.
Regression in 1d070d027c.

Backport of 4ab1f559e8 from master
2018-05-27 18:59:35 -04:00
Osaetin Daniel 66b834e73f [2.0.x] Fixed docs typo in HttpResponse.set_signed_cookie() signature.
Backport of cd242d185b from master
2018-05-27 16:51:30 -04:00
Daniel Hepper a5c5e51aa9 [2.0.x] Removed docs for obsolete ExceptionMiddleware.
Backport of a6fb5b1fe0 from master
2018-05-27 13:29:44 -04:00
Xaroth Brook 1adac352d3 [2.0.x] Fixed #29415 -- Fixed detection of custom URL converters in included patterns.
Backport of 39283c8edb from master
2018-05-26 20:52:48 -04:00
Ian Foote 0b1744b66c Fix typo in 2.0 release notes (#9986)
Backport of 257fb0a7d0 from master.
2018-05-26 16:17:50 +02:00
Ryan Rubin c2a1af883e [2.0.x] Fixed #29400 -- Fixed crash in custom template filters that use decorated functions.
Regression in 620e9dd31a.

Backport of a8d12bc280 from master
2018-05-25 11:22:06 -04:00
Philip James 4477d032ac [2.0.x] Fixed #29410 -- Added project_urls to setup.py.
Backport of 437c4b57ac from master
2018-05-16 22:30:59 -04:00
Richard Morrison cffe9a2497 [2.0.x] Added missing word to render_to_response deprecation warning.
Backport of 35b6a348de from master
2018-05-16 05:33:38 -04:00
Mariusz Felisiak 80a53202d4
[2.0.x] Alphabetized imports in various docs.
Follow-up of d97cce3409 and 7d3fe36c62.
Backport of 35319bf12c from master
2018-05-12 19:41:40 +02:00
Hasan Ramezani 840c0ed13d [2.0.x] Alphabetized imports in docs/ref/contrib/postgres/fields.txt.
Backport of 7d3fe36c62 from master
2018-05-07 09:40:02 -04:00
Carlton Gibson 2b0da16d43 [2.0.x] Fixed #29373 -- Added long_description in setup.py.
Backport of 2e1f674897 from master
2018-05-03 10:54:49 -04:00
Kelly Hogan 02114f9c49 [2.0.x] Fixed #29351 -- Doc'd that ModelAdmin.prepopulated_fields removes stop words.
Backport of 9e86185936 from master
2018-05-02 21:32:39 -04:00
CHI Cheng 482ba9246e [2.0.x] Fixed #29375 -- Removed empty action attribute on HTML forms.
Backport of 4660ce5a69 from master
2018-05-02 09:35:26 -04:00
Tim Graham 3003830008 [2.0.x] Added stub release notes for 2.0.6.
Backport of c02953ebbc from master
2018-05-01 22:15:06 -04:00
Tim Graham 8ecf3c752d [2.0.x] Post-release version bump. 2018-05-01 21:37:29 -04:00
Tim Graham 71fc33ac99 [2.0.x] Bumped version for 2.0.5 release. 2018-05-01 21:25:28 -04:00
Tim Graham 3a3b246175 [2.0.x] Added release date for 2.0.5 and 1.11.13.
Backport of 6e6efc6c39 from master
2018-05-01 21:20:32 -04:00
Srinivas Reddy Thatiparthy 670ebccfef [2.0.x] Fixed #29360 -- Removed Fabric examples in docs.
Backport of d0b04c6308 from master
2018-04-29 22:26:06 -04:00
PhrydRhys 4329bd7a8c [2.0.x] Fixed #29369 -- Mentioned the #django-dev IRC channel in contributing index.
Backport of 5d022eae74 from master
2018-04-28 21:02:00 -04:00
Stefan R. Filipek 9f2586b964 [2.0.x] Fixed #29349 -- Doc'd the default behavior of router.allow_relation().
Backport of 9ec77f3d66 from master
2018-04-23 11:45:09 -04:00
adamth f1435bf680 [2.0.x] Fixed typos in docs/topics/auth/passwords.txt.
Backport of acf9d64045 from master
2018-04-23 07:37:42 -04:00
drd0013 f3e1e6d601 [2.0.x] Fixed #29313 -- Doc'd how to use F() to sort null values.
Backport of 5d923f2d8c from master
2018-04-19 20:08:07 -04:00
Nick Pope 61fc315230 [2.0.x] Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirect_authenticated_user.
Backport of df90e462d9 from master
2018-04-19 11:07:53 -04:00
Tim Graham 0d2ec8db48 [2.0.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:50 +02:00