1
0
mirror of https://github.com/django/django.git synced 2025-03-15 20:00:46 +00:00

24167 Commits

Author SHA1 Message Date
Bo Marchman
8d66bffbae [1.11.x] Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining.
Thanks Andrew Brown for the test case.

Backport of 9bbb6e2d2536c4ac20dc13a94c1f80494e51f8d9 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 cbb27d603b33192a4bb4bd506747c33084620d1a 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 49017dc13a20ad88c8df2375617287ee445c5d03 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
a9fd740d22bc4fed5fdb280c036618000ee13df1.

Backport of 907580557053085578d8de0e1b7309e0e0ed8755 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 e5bd585c6eb1e13e2f8aac030b33c077b0b70c05 and
15b465c584f49a1d43b6c18796f83521ee4ffc22 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 20a761697fd28c08ab82dec777b4056a5bfaf6a2 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 da3a5cee4f06ed801c6fb42bd8995428ff0b28bf 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 9e2bf65d6a5dc3b53db84f4839652f0d154349ee 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 fb42d0247136249ea81962474e9a6a2faf1755f1 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 3c0b2b80edbe744f45b59fa29219db4997d2a108 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 c0f4c60edd429f5ef57241cfabd159d13e26e5ac 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 330e965cd8d70eb3c169d655aaa88f7f915adb1a 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 f21915bb3ad73001b7d987332b2b4a0ae4ec288d 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 69b7d4b116e3b70b250c77829e11038d5d55c2a8.

Backport of c6a3546093bebae8225a2c5b7e0836a2b0617ee5 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 254fb8d1a4e0525d890a5363a5c08f00bc873f03 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 796fde5b793b6a36b7fc5481994d37ef71da8f58 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 4ead705cb3cf04bb7551ac037d1e11f682b62bcf and
ed77bea58274e11e5a9e4c8b9650f50deb8a2b26 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 8d095c6378666e6d5f6cabc9e485c9db2618ff88 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 6784383e93d582f43f8cb5f7647a05645cbb339b from master
2017-08-16 18:42:41 +02:00
Mathieu Hinderyckx
1214e7c1b1 [1.11.x] Clarified Concat example in docs.
Backport of cf5740fbc8414ab722b938f92b4363ff00d8db88 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 31f133ea08d41907a67f9e3d667f2a09c167a97c 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 abd723c6a010be1bc06687d21e8841e07af6fde3 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 68f0bcb012fefffcf94b25dedd02c061a7544041 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 660d50805b6788d592b4f1fae706b725baf0195c 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 8f6a1a15516629b30e2fa2c48d5e682f7955868c.

Backport of 7104e051c1c53c1348c1ebb630e5074ea49943b7 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 d18227e341ed044980d02a1f65f3874166552ded 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 50a97edc1a01f3d5325f0be1b91e7c77c3ba7dc0 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 78c155cf2e5a27fd2db18c2d46953b1b0fdba829
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 53d2534b3813f46f373bbf751ac3baf21c50d405 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. 1.11.4 2017-08-01 08:12:43 -04:00
Tim Graham
318414ca70 [1.11.x] Added release date for 1.11.4.
Backport of 4c68ef9136c9c32e58ce0273a4e026f17140e2fc 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 14172cf4426de6c867028f1c194011c0a26e662d 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 c362228556bedb4a8a3cdaf91b9e456e459ecda1 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 c7d58c6f43b2d1db5d01f32451bb9ce46d69c5eb 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 27ef04bb5c3118e00d3eda4b3aa3201d18ea1785 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 f9e5f9ae9f83c7ddf5e5d3c369b6bf54a9b80ab5 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 c6986a4ebff8db923f906ce84cf118efc82ec79a 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 d4da39685b5974849c73e4c4dc6e07dfdf21c67a from master
2017-07-19 14:45:59 -04:00
Tomer Chachamu
a5e91ab1fb [1.11.x] Doc'd the need to remove default ordering on Subquery aggregates.
Backport of 62917cee5ac75693aa5d9a3de5d8935da2f011df from master
2017-07-18 13:11:26 -04:00
jmk
308945957c [1.11.x] Fixed 403 link in docs/ref/contrib/gis/install/spatialite.txt.
Backport of 841b4648839ce803b7cd5ca8d689fd488293efbd from master
2017-07-17 12:26:28 -04:00
Florian Apolloner
9350f77c69 [1.11.x] Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and intersection() queries.
Backport of adab280cefb15659c39558ac26ea392b0a1e456c from master
2017-07-15 09:10:42 -04:00
Tim Graham
d9ef8ffb58 [1.11.x] Refs #28174 -- Fixed autoreload test crash on Python 2/non-ASCII path. 2017-07-15 08:48:28 -04:00
Srinivas Reddy Thatiparthy
a3b5df8ed5 [1.11.x] Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.
Backport of 5debbdfcc84266703191e084914998e38f5f52eb from master
2017-07-14 13:27:30 -04:00
Mark Rogaski
fc6b90bdb7 [1.11.x] Fixed #28174 -- Fixed crash in runserver's autoreload with Python 2 on Windows with non-str environment variables. 2017-07-13 13:12:29 -04:00
Sergey Fedoseev
30f334cc58 [1.11.x] Fixed #28389 -- Fixed pickling of LazyObject on Python 2 when wrapped object doesn't have __reduce__().
Partial revert of 35355a4ffedb2aeed52d5fe3034380ffc6a438db.
2017-07-12 09:11:48 -04:00
Irindu Indeera
fe7b456825 [1.11.x] Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.
Backport of babe9e64a6172b09e7f70e8d8f01e67f2cb4176d and
2457c1866ef3586c56bd19aeaa554e78c1ed1875 from master
2017-07-11 14:23:22 -04:00