Commit Graph

24175 Commits

Author SHA1 Message Date
Zach Liu f8e0557b01 [1.11.x] Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect of positional arguments.
Regression in 78963495d0.
2017-09-03 12:05:18 -04:00
jkrzy f9db06cf08 [1.11.x] Fixed #28367 -- Doc'd how to override management commands.
Backport of 48d92fea67 from master
2017-09-02 16:39:07 -04:00
Jeremy Satterfield e921e98387 [1.11.x] Fixed #28332 -- Fixed diamond inheritence example in docs.
Backport of 473ab4610e from master
2017-09-02 14:33:19 -04:00
Simon Meers 07f73daf6b [1.11.x] Fixed #17985 -- Documented ModelAdmin.lookup_allowed().
Backport of 60443e84b3 from master
2017-09-02 14:09:49 -04:00
Nick Pope ff0b81f3a6 [1.11.x] Fixed typo in ModelAdmin action logging test. 2017-09-02 09:36:51 -04:00
Nick Pope 1739ef7855 [1.11.x] Fixed #28525 -- Documented GDAL and GeoIP exceptions.
Backport of 11f4c52ec7 from master
2017-09-02 09:27:19 -04:00
Berker Peksag b9436d1ba8 [1.11.x] Fixed typos in docs/releases/1.10.txt.
Backport of 90fcf0fce7 from master
2017-09-02 09:09:28 -04:00
Tim Graham d236f30237 [1.11.x] Fixed #28557 -- Fixed ForeignKey/OneToOneField/ManyToManyField argument name in docs.
Backport of 6e4a34580d from master
2017-09-01 21:44:06 -04:00
Bo Marchman 8d66bffbae [1.11.x] Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining.
Thanks Andrew Brown for the test case.

Backport of 9bbb6e2d25 from master
2017-09-01 15:49:33 -04:00
Nick Pope 511dfb336f [1.11.x] Reordered GeoIP docs be consistent with GDAL/GEOS ordering.
Backport of cbb27d603b from master
2017-09-01 09:51:52 -04:00
Nick Pope 6346d64873 [1.11.x] Made GeoIP docs headers consistent with other GIS docs.
Backport of 49017dc13a from master
2017-09-01 09:45:37 -04:00
Tim Graham c51fdda776 [1.11.x] Refs #23276 -- Fixed explanation of how calling views works.
"Importing the view" is no longer applicable after
a9fd740d22.

Backport of 9075805570 from master
2017-08-31 12:00:32 -04:00
Tim Graham 20c03399d8 [1.11.x] Fixed #27998, #28543 -- Restored logging of ManyToManyField changes in admin's object history.
And prevented ManyToManyField initial data in model forms from being affected
by subsequent model changes.

Regression in 56a55566a791a11420fe96f745b7489e756fc931.

Partial backport of e5bd585c6e and
15b465c584 from master
2017-08-31 09:41:04 -04:00
Mark Rogaski 80a0016c49 [1.11.x] Fixed #28487 -- Fixed runserver crash with non-Unicode system encodings on Python 2 + Windows. 2017-08-31 07:33:01 -04:00
jkrzy 046b8c80ce [1.11.x] Fixed #27701 -- Doc'd staticfiles runserver bypasses middleware when serving static files.
Backport of 20a761697f from master
2017-08-30 21:31:09 -04:00
Jkrzy 10b54c8782 [1.11.x] Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.
Backport of da3a5cee4f from master
2017-08-30 06:26:04 -04:00
caleb logan 3bb03df0fc [1.11.x] Fixed #28530 -- Prevented SelectDateWidget from localizing years in output.
Backport of 9e2bf65d6a from master
2017-08-29 14:56:23 -04:00
Mads Jensen c685b8f838 [1.11.x] Refs #25809 -- Omitted pages_per_range from BrinIndex.deconstruct() if it's None.
Backport of fb42d02471 from master
2017-08-26 10:14:20 -04:00
Claude Paroz 503b9ab7ad [1.11.x] Fixed #28532 -- Fixed typo in PostgreSQL field docs
Thanks Andreas Poisel for the report.
Backport of 3c0b2b80ed from master.
2017-08-26 10:22:45 +02:00
hui shang 58aaf13e75 [1.11.x] Fixed #28513 -- Added POST request support to LogoutView.
Backport of c0f4c60edd from master
2017-08-24 09:11:34 -04:00
Mariusz Felisiak 0d21bdd380 [1.11.x] Fixed #28498 -- Added support for cx_Oracle 6.
- Fixed implicit Decimal to float conversion when input_size is not
specified for Decimal parameters.
- Used encoding, nencoding parameters of cx_Oracle.connect() to support
unicode in DSN.

Thanks Tim Graham for the review.
2017-08-23 10:01:49 +02:00
Mariusz Felisiak e6dd785bb7 [1.11.x] Fixed typo in docs/releases/1.11.5.txt.
Backport of 330e965cd8 from master
2017-08-23 08:57:32 +02:00
Kim DoHyeon 1b0e45e4ea [1.11.x] Fixed #27931 -- Clarified the meaning of "django catch-all logger."
Backport of f21915bb3a from master
2017-08-22 17:41:34 -04:00
Kevin Grinberg 90be8cf2a4 [1.11.x] Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger naming.
Regression in 69b7d4b116.

Backport of c6a3546093 from master
2017-08-22 17:41:25 -04:00
Harry Moreno 60f81118f4 [1.11.x] Added "test --keepdb" to testing speedup docs.
Backport of 254fb8d1a4 from master
2017-08-22 10:26:38 -04:00
Nick Pope d72f953e5a [1.11.x] Fixed incorrect indentation in remove_stale_contenttypes.
It's unnecessary for content_type_display to be constructed from
ct_info in every loop iteration.

Backport of 796fde5b79 from master
2017-08-22 09:11:26 -04:00
Claude Paroz dd82f1df55 [1.11.x] Fixed #28502 -- Made stringformat template filter accept tuples.
Backport of 4ead705cb3 and
ed77bea582 from master
2017-08-22 08:57:50 -04:00
Berker Peksag be24b5eaa5 [1.11.x] Removed redundant backticks in docs/releases/1.8.txt
Backport of 8d095c6378 from master.
2017-08-21 09:17:05 +02:00
Mariusz Felisiak 07e34f8bca [1.11.x] Fixed #28498 -- Fixed test database creation with cx_Oracle 6.
Backport of 6784383e93 from master
2017-08-16 18:42:41 +02:00
Mathieu Hinderyckx 1214e7c1b1 [1.11.x] Clarified Concat example in docs.
Backport of cf5740fbc8 from master
2017-08-14 14:57:34 -04:00
Jonatas CD b0ed14644a [1.11.x] Fixed #28252 -- Corrected docs for default file extensions of makemessages.
Backport of 31f133ea08 from master
2017-08-11 15:24:34 -04:00
Tim Graham bca1ffc87a [1.11.x] Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0.
Backport of abd723c6a0 from master
2017-08-11 11:18:09 -04:00
Bryan Helmig 93b53fb942 [1.11.x] Made the @cached_property example more consistent.
Backport of 68f0bcb012 from master
2017-08-11 10:14:08 -04:00
Mariusz Felisiak fe51017efd [1.11.x] Fixed #23766 -- Doc'd CursorWrapper.callproc().
Thanks Tim Graham for the review.
Backport of 660d50805b from master
2017-08-10 22:30:28 +02:00
Raúl Pedro Fernandes Santos 7e7edba64b [1.11.x] Fixed argument name in call_command() docstring.
Follow up to 8f6a1a1551.

Backport of 7104e051c1 from master
2017-08-09 18:05:18 -04:00
Tim Graham 479554f569 [1.11.x] Fixed #28471 -- Clarified that Meta.indexes is preferred to index_together.
Backport of d18227e341 from master
2017-08-08 09:48:21 -04:00
Tim Graham 05a828a1ae [1.11.x] Fixed #28466 -- Clarified the definition of a lazy relationship.
Backport of 50a97edc1a from master
2017-08-07 15:53:44 -04:00
Tim Graham a49764dd9d [1.11.x] Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.
A less invasive backport of 78c155cf2e
from master
2017-08-02 09:46:52 -04:00
Tim Graham 2ec74bfcac [1.11.x] Added stub release notes for 1.11.5.
Backport of 53d2534b38 from master
2017-08-01 08:47:19 -04:00
Tim Graham 55bbfd08b7 [1.11.x] Post-release version bump. 2017-08-01 08:31:30 -04:00
Tim Graham 1a34dfcf79 [1.11.x] Bumped version for 1.11.4 release. 2017-08-01 08:12:43 -04:00
Tim Graham 318414ca70 [1.11.x] Added release date for 1.11.4.
Backport of 4c68ef9136 from master
2017-08-01 08:09:02 -04:00
Tim Graham 020c1c4cc8 [1.11.x] Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValidator accept.
Backport of 14172cf442 from master
2017-07-27 08:45:59 -04:00
Berker Peksag 6e6aa77b3b [1.11.x] Replaced "not A== B" with "A != B" in docs/howto/writing-migrations.txt.
Backport of c362228556 from master
2017-07-26 09:34:31 -04:00
Tim Graham 7386029249 [1.11.x] Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD.
Backport of c7d58c6f43 from master
2017-07-25 15:28:54 -04:00
Emmanuel b6620dee72 [1.11.x] Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS.
Backport of 27ef04bb5c from master
2017-07-24 14:11:32 -04:00
Tobias Schulmann aef117eb2e [1.11.x] Fixed #28420 -- Doc'd 'is' comparison restriction for User.is_authenticated/anonymous. 2017-07-24 13:41:16 -04:00
Rachel Tobin 801b6fb32e [1.11.x] Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy model.
Backport of f9e5f9ae9f from master
2017-07-21 18:26:03 -04:00
Tim Graham b0304428d6 [1.11.x] Refs #17453 -- Fixed broken link to #django IRC logs.
Backport of c6986a4ebf from master
2017-07-21 18:11:02 -04:00
Roman Selivanov 99d5059d76 [1.11.x] Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWidget.
Backport of d4da39685b from master
2017-07-19 14:45:59 -04:00