1
0
mirror of https://github.com/django/django.git synced 2025-04-07 06:56:40 +00:00

9788 Commits

Author SHA1 Message Date
Tim Graham
91bbe7b1c1 [1.11.x] Fixed #28079 -- Restored "No POST data" (rather than an empty table) in HTML debug page.
Regression in 7b6dccc82fa5b03cf431742c0655e5ac954e228e

Backport of 8c6a3062dda7b51c3f545e625f529ce5c183040d from master
2017-04-15 09:21:54 -04:00
Tim Graham
9a93c1a394 [1.11.x] Fixed #28067 -- Clarified __str__() return type when using python_2_unicode_compatible().
Backport of 83cbb8d080299669de3569941a40789e5d32b009 from master
2017-04-14 08:06:24 -04:00
Claude Paroz
a14af7f1bb [1.11.x] Double quoted HTML attributes in widget docs
Backport of 7741d4e8787809b38df970aa11df8bdad4f22dd8 from master.
2017-04-14 08:48:32 +02:00
Sergey Fedoseev
4401e3be36 [1.11.x] Corrected docs regarding MySQL support of Length GIS function.
Backport of 33421ed10c7d26a7692edf5ba95c98107b6b0a98 from master
2017-04-12 09:17:43 -04:00
Tim Graham
c30cc8d222 [1.11.x] Fixed #28069 -- Moved setup_test_environment() warning in tutorial 5.
Updated for 17e661641ddaf8266e7430d83cfb2039abc55df7.

Backport of 45d65fc3f21d00ff619820c004b612f5c2fa1713 from master
2017-04-12 08:46:05 -04:00
Christoph Schindler
b888fdf79c [1.11.x] Fixed outdated TIME_FORMAT in docs/ref/templates/builtins.txt.
The format changed in 22bfc451467ec6e13044a87a97cf00e9f8a845e4.

Backport of 7060f777b09da2a844820a39f227a420c2c6ff90 from master
2017-04-11 12:31:15 -04:00
Taavi Teska
c3d3aeeafa [1.11.x] Fixed #27947 -- Doc'd that model Field.error_messages often don't propagate to forms.
Backport of 5dbf1c4b23cda915369f4895be293369575238d0 from master
2017-04-10 14:24:55 -04:00
Tim Graham
e5797fef56 [1.11.x] Clarified HStoreField model/form difference in 1.11 release notes.
Backport of d825ac6dfab93c34fef27eb62c382eb7a9dabff8 from master
2017-04-10 12:42:40 -04:00
Tim Graham
8a13cddc26 [1.11.x] Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name of a OneToOneField pk.
Regression in 1bc249c2a67c24fcd28436c85388eff1d826e305.

Backport of fce782710160420d5c963bb33a6646542d91f40c from master
2017-04-10 11:52:10 -04:00
Paolo Melchiorre
fc18b51978 [1.11.x] Fixed typos in docs/topic/db/search.txt.
Backport of eac396a5d08a2c7424cd897b54360531dc0ceae5 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 dd001848920713fe616c03db6946762e8aa7c4e3 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
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
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
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
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
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
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
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
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
Garry Polley
c2e39bcd30 [1.11.x] Removed an obsolete temporal reference in docs/faq/general.txt.
Backport of 88c003c2bd9e0af08740612050c78dd94e317ddd from master
2017-03-21 08:43:09 -04:00
Mariusz Felisiak
3b4947e7ba [1.11.x] Removed extra characters in docs header underlines.
Backport of a3af8c99d94638e0d1fc8a847b74aa6953441d55 from master
2017-03-20 18:31:28 -04:00
Sergey Fedoseev
926b4427d2 [1.11.x] Clarified return value of NumGeometries GIS function.
Backport of 66bbde6819586cc3a75630e12e569dc8ae72f211 from master
2017-03-17 09:03:45 -04:00
Sergey Fedoseev
8ac03edd8d [1.11.x] Removed MySQL (unsupported) from Perimeter docs.
Backport of e32265de1a68361ea078f49877ccb0f742508728 from master
2017-03-17 07:48:37 -04:00
Alasdair Nicol
d8039dfb0a [1.11.x] Removed self from method signatures in docs.
Backport of 757aefc12b79bac1bab730ac465fbfd3f810b61d from master
2017-03-16 20:34:15 -04:00
Sergey Fedoseev
8d5bccfe76 [1.11.x] Linked GIS functions docs to corresponding PostGIS docs.
Backport of 1c3ddc0d27f1fa2ad35168beba52fb19a569278c from master
2017-03-16 14:48:56 -04:00
Tim Graham
4b57fa3746 [1.11.x] Updated postgis.net and gaia-gis.it links to https.
Backport of 5bd7ffc3137745ef67a9393f62a74e862beaeff7 from master
2017-03-16 14:03:52 -04:00
Pavel Kulikov
3c1ed1d336 [1.11.x] Fixed #27918 -- Documented ChoiceWidget.option_template_name
Backport of 0d83052e52ddfe99c214be7ffca348a3c8feaef5 from master
2017-03-15 10:09:26 -04:00
lb1c
70e6064d6b [1.11.x] Fixed incorrect import in docs/ref/models/expressions.txt.
Backport of 36f2262741311159e5c13eb5114fb9e902e2df31 from master
2017-03-15 08:10:09 -04:00
Tobias McNulty
4188b20e3a [1.11.x] Replaced docs/internals/team.txt with DSF teams page.
Backport of 3f64fd2f75342fa061338d75916c08b98f0c7797 from master
2017-03-14 16:37:04 -04:00