Commit Graph

24051 Commits

Author SHA1 Message Date
Paolo Melchiorre fc18b51978 [1.11.x] Fixed typos in docs/topic/db/search.txt.
Backport of eac396a5d0 from master
2017-04-08 07:26:29 -04:00
kalombo 734e6bb2b8 [1.11.x] Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's attachments arg.
Backport of dd00184892 from master
2017-04-07 18:24:09 -04:00
kalombo a95eba7d98 [1.11.x] Tested EmailMessage(attachments=[MIMEText])
Backport of aedfe0ddd7 from master
2017-04-07 18:24:09 -04:00
Simon Charette 5d35e8eb06 [1.11.x] Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.
Reverted 658f1e8 which broke code using __icontains's implicit cast to ::text
on ArrayField.

Thanks Peter J. Farrell for the report.

Backport of a354c69055 from master
2017-04-07 16:51:07 -04:00
Markus Holtermann f9d2a20d7b [1.11.x] Fixed #28051 -- Made migrations respect Index's name argument.
Thanks Marc Tamlyn for the report and Tim Graham for the review.

Backport of d3cf75ec6f from master
2017-04-07 11:48:25 -04:00
Richard Barrell 0cb009aa48 [1.11.x] Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).
Backport of 351835f262 from master
2017-04-06 09:34:11 -04:00
Sudhanshu Mishra 44bf3c6812 [1.11.x] Fixed #28025 -- Fixed typo in docs/ref/models/querysets.txt.
Backport of 9f0c82971d from master
2017-04-05 07:23:59 -04:00
Florian Apolloner 5da14b257e [1.11.x] Back to the future. 2017-04-05 11:16:19 +02:00
Tim Graham 31c303a94c [1.11.x] Added stub release notes for 1.11.1.
Backport of 4202ed2437 from master
2017-04-04 22:24:11 -04:00
Tim Graham 2d656d1fa1 [1.11.x] Added CVE-2017-7233,4 to the security release archive.
Backport of b749c980a0 from master
2017-04-04 21:52:09 -04:00
Tim Graham 0d06cc38f8 [1.11.x] Corrected post-release version bump. 2017-04-04 12:20:37 -04:00
Tim Graham 1b1cbe3824 [1.11.x] Post-release version bump. 2017-04-04 12:14:37 -04:00
Tim Graham 58f02c498b [1.11.x] Bumped version for 1.11 release. 2017-04-04 11:55:10 -04:00
Tim Graham 091fc3248f [1.11.x] Updated man page for Django 1.11. 2017-04-04 11:53:56 -04:00
Tim Graham 97e77b7bc1 [1.11.x] Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.
This is a security fix.
2017-04-04 10:46:50 -04:00
Tim Graham 001ff50808 [1.11.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.static.serve().
This is a security fix.
2017-04-04 10:46:50 -04:00
Tim Graham 839159b67e [1.11.x] Added stub release notes for security releases. 2017-04-04 10:46:48 -04:00
Claude Paroz 427f09ce5e [1.11.x] Updated tests after French translation update
Backport of 389c3ffc04 from master.
2017-04-04 13:09:15 +02:00
Claude Paroz 290b2849f7 [1.11.x] Updated contrib translations from Transifex 2017-04-04 12:36:49 +02:00
Claude Paroz 96ec72e298 [1.11.x] Updated core translations from Transifex 2017-04-04 11:18:06 +02:00
Tim Graham 7f5be2dc84 [1.11.x] Fixed flake8 warning on Python 2. 2017-04-03 22:33:46 -04:00
kapil garg 76b51656e6 [1.11.x] Fixed #27974 -- Kept resolved templates constant during one rendering cycle.
Thanks Florian Apolloner for the initial patch.

Backport of 002fe07622 from master
2017-04-03 22:32:41 -04:00
Aleksej Manaev 8165863a67 [1.11.x] Fixed typos in docs/howto/static-files/index.txt.
Backport of 7170820b4e from master
2017-04-03 08:14:06 -04:00
Tim Graham e34cce79ff [1.11.x] Refs #27025 -- Fixed "invalid escape sequence" warning in auth_tests on Python 3.6.
Backport of d4d79d0f20 from master
2017-04-02 20:03:36 -04:00
Jirka Schäfer 233d0b238e [1.11.x] Clarified meaning of "Optional" in auth.models.User field docs.
Backport of 73c30b79c0 from master
2017-04-01 21:25:57 -04:00
Simon Charette f0bf4bd79c [1.11.x] Fixed #28003 -- Doc'd what an auto-created OneToOneField parent_link looks like.
Backport of 0ad7e8f71f from master
2017-04-01 21:22:19 -04:00
Tim Graham 0a8dbd9c2f [1.11.x] Fixed #28004 -- Doc'd how to create migrations for an app without a migrations directory.
Backport of 7b53041420 from master
2017-04-01 14:43:29 -04:00
Claude Paroz 523a8032c8 [1.11.x] Refs #27866 -- Adapted backport for Python 2 compatibility 2017-04-01 12:29:34 +02:00
Claude Paroz 06d32f689e [1.11.x] Fixed #27866 -- Made ChoiceWidget.format_value() return a list
Thanks Tim Graham for the review.
Backport of e487ffd3f0 from master.
2017-04-01 12:26:49 +02:00
heathervm ff0c6b83e5 [1.11.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
Backport of 7d1e237753 from master
2017-03-31 10:10:30 -04:00
Sergey Fedoseev 8484cf4cd0 [1.11.x] Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least and Greatest.
Backport of 068d75688f from master
2017-03-30 08:47:16 -04:00
Tim Graham d476fa96ac [1.11.x] Refs #18974 -- Added stacklevel for permalink() deprecation.
Backport of b59c0d722d from master
2017-03-28 18:01:21 -04:00
Tim Graham eba34c49c2 [1.11.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.
Backport of ea36e7454c from master
2017-03-28 10:38:23 -04:00
Paolo Melchiorre e8f585440d [1.11.x] Made a few cosmetic updates to "Migrations that add unique fields".
Backport of 24d53786d4 from master
2017-03-27 14:07:35 -04:00
Claude Paroz 28cf32b2cb [1.11.x] Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.
Backport of 6585ebebaa from master
2017-03-27 12:53:17 -04:00
Stefano Rivera 4b00657f24 [1.11.x] Removed unexpected initial attribute in data migration examples.
Inadvertently added in db97a88495.
Backport of 899c42cc8e from master
2017-03-25 16:00:10 -04:00
Sergey Fedoseev 992c929d22 [1.11.x] Removed unused links in docs/internals/contributing/triaging-tickets.txt.
Backport of 24d40e7e0c from master
2017-03-25 13:06:03 -04:00
Tim Graham 8cc2f5aed1 [1.11.x] Fixed #27956 -- Fixed display of errors in an {% extends %} child.
Thanks Ling-Xiao Yang for the report and test, and
Preston Timmons for the fix.

Backport of e643ba8bcf from master
2017-03-25 08:22:31 -04:00
Sergey Fedoseev b6a6787fd8 [1.11.x] Fixed #27603 -- Fixed AsKML when queryset is evaluated more than once.
Backport of e9149d3eb0 from master
2017-03-23 19:31:23 -04:00
Kapil Garg a8c540accc [1.11.x] Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' for fields with choices.
Backport of 7e09fa7f51 from master
2017-03-23 13:56:45 -04:00
Sergey Fedoseev 37b28c9d7a [1.11.x] Refs #27556, #27488 -- Updated support backends docs for isvalid lookup.
Backport of 075f13e44f master
2017-03-23 13:08:46 -04:00
Sergey Fedoseev 04a2fd5e00 [1.11.x] Linked GIS QuerySet API docs to corresponding PostGIS docs.
Backport of 7b6524e0ff from master
2017-03-22 12:22:52 -04:00
Sergey Fedoseev 02bc5563b8 [1.11.x] Clarified backend support of Area GIS function.
Backport of 6052b185ca from master
2017-03-22 09:54:12 -04:00
James Beith 6963564ecc [1.11.x] Fixed #27975 -- Fixed crash if ModelChoiceField's queryset=None.
Regression in 9153d8fbd6385db9f48793662de789fc3d686841.

Backport of 216bb2e8fb from master
2017-03-22 08:57:02 -04:00
Tim Graham da72d0730e [1.11.x] Bumped version for 1.11 release candidate 1. 2017-03-21 18:42:50 -04:00
seanfagan b406c3ea28 [1.11.x] Fixed #27945 -- Clarified that RegexValidator searches with the regex.
Backport of 325db2a8c3 from master
2017-03-21 12:49:46 -04:00
Mariusz Felisiak b06855facd [1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Thanks Tim Graham for the review.

Backport of 43380e9110 from master
2017-03-21 17:40:04 +01:00
Sergey Fedoseev a937785e2a [1.11.x] Fixed #27960 -- Set errcheck=False for GDALAllRegister to prevent crash.
GDALAllRegister returns void so errcheck is not needed.

Backport of 7063a85579 from master
2017-03-21 11:45:41 -04:00
Tim Graham e5880516f9 [1.11.x] Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.
Thanks Markus Holtermann for review.

Backport of 3d19d1428a from master
2017-03-21 11:32:43 -04:00
Tim Graham 5310106ee3 [1.11.x] Fixed #27949 -- Doc'd how OpenLayers 3 widgets work.
Backport of 4224ecb74e from master
2017-03-21 10:51:01 -04:00