1
0
mirror of https://github.com/django/django.git synced 2025-03-21 23:00:44 +00:00

23949 Commits

Author SHA1 Message Date
kalombo
a95eba7d98 [1.11.x] Tested EmailMessage(attachments=[MIMEText])
Backport of aedfe0ddd76fc37c83341c35c79ab63330ffded8 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 a354c69055fd818e612ce22eaa2da0576a4b89ee 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 d3cf75ec6fbdd2c1f1bb1e6ccb48d4de1da2952b 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 351835f26234cade43f0bed45441fc144c33a785 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 9f0c82971dff1e40bad63879b5f6fee42dd64953 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 4202ed243710926c3f059d848304145bd6b89225 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 b749c980a066a15b58b236656e57b66073a35a52 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. 1.11 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 389c3ffc04eaa6186ae0bad523995e8fcf7620df 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 002fe076225c2aa6e389481b038f55acb6f807d0 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 7170820b4ed1b348422fa1b9882bf8ffe8412570 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 d4d79d0f200357b28419203557cc61c8168316ab 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 73c30b79c0c022464105b6031236571e2ff1d537 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 0ad7e8f71fbf75def0e48ef59adc2d56a6244b38 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 7b53041420009ad430035116c25f36804e714cd5 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 e487ffd3f0f9931e7c18bfbd47cf1e6b059ddc41 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 7d1e23775344cc3dead03bd4af45f4fdf134b819 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 068d75688f28f9a1530b771ae1d625f41e98cd82 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 b59c0d722d9b498e840feea6e2e88238d3dadf54 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 ea36e7454c267aab933e92481288e1eab636cd62 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 24d53786d414586bb56243758cec41e802e8947d 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 6585ebebaaa58aeef45210a3119dbaa322f8baca 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 db97a8849519a3933bf4abd2184efd68ebc21965.
Backport of 899c42cc8e1820948f4091f815ce7890057c4a81 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 24d40e7e0c52e0262b182abb9d4116157bcfe6a8 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 e643ba8bcf0b1da517cbab689ac157ee031202a3 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 e9149d3eb0ed0ddc8b27b1990eb2b7293c1231cd 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 7e09fa7f519daf2f9c26587c3da5dc044d84b032 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 075f13e44f203ee04f0c3abffc7d7a86c672cfe8 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 7b6524e0ff8e67849dfa2452e4b9052a9ddb0ad3 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 6052b185ca2b4310ea3d02ab61023d0d0fd9a2c2 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 216bb2e8fbc3cb37615bbd70edaa73287acdca81 from master
2017-03-22 08:57:02 -04:00
Tim Graham
da72d0730e [1.11.x] Bumped version for 1.11 release candidate 1. 1.11rc1 2017-03-21 18:42:50 -04:00
seanfagan
b406c3ea28 [1.11.x] Fixed #27945 -- Clarified that RegexValidator searches with the regex.
Backport of 325db2a8c3453a56db5e0df0eed37476eb67802d 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 43380e911073beab401a2fdeca0f25001e170dac 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 7063a85579f40585f2601ba6e6887b0982e7ce43 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 3d19d1428a05b514afb771b52870d1f7c25670d1 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 4224ecb74e536b0fce2afda0f3662520e9a3cff3 from master
2017-03-21 10:51:01 -04:00
Mikkel Munch Mortensen
98f8e800dd [1.11.x] Fixed #27963 -- Removed unneeded docstring example in contributing docs.
Backport of 1e93210f1f622b692dd65e861f0793ac61552d28 from master
2017-03-21 10:46:03 -04:00
Tim Graham
2bd152b46f [1.11.x] Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.
Backport of 075e93c16a82ba7869a0b2d572e99fdbd0724042 and
93d07701045c242f81396016ab4ae15ba63a55d9 from master
2017-03-21 10:38:15 -04:00