1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00
Commit Graph

9954 Commits

Author SHA1 Message Date
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
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
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
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
Tomer Chachamu
a5e91ab1fb [1.11.x] Doc'd the need to remove default ordering on Subquery aggregates.
Backport of 62917cee5a 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 841b464883 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 adab280cef from master
2017-07-15 09:10:42 -04:00
Srinivas Reddy Thatiparthy
a3b5df8ed5 [1.11.x] Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.
Backport of 5debbdfcc8 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 35355a4ffe.
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 babe9e64a6 and
2457c1866e from master
2017-07-11 14:23:22 -04:00
Tom
b2ebc47a22 [1.11.x] Updated name of topics/db/queries link on index.
Backport of 719b370b34 from master
2017-07-11 08:15:40 -04:00
Mariusz Felisiak
346b46a274 [1.11.x] Fixed #28378 -- Fixed union() and difference() when combining with a queryset raising EmptyResultSet.
Thanks Jon Dufresne for the report. Thanks Tim Graham and Simon Charette
for the reviews.

Backport of ca74e56350 from master
2017-07-10 20:50:50 +02:00
marton bognar
5b450b84e1 [1.11.x] Fixed #28361 -- Fixed possible time-related failure in was_published_recently() tutorial test.
Regression in 268a646353.

Backport of 8274160520 from master
2017-07-06 18:24:04 -04:00
Tim Graham
81febf4def [1.11.x] Fixed #28355 -- Fixed widget rendering of non-ASCII date/time formats on Python 2. 2017-07-06 07:41:57 -04:00
Tushar Malik
664f5708c8 [1.11.x] Added missing import in docs/topics/db/queries.txt.
Backport of 14251324e6 from master
2017-07-04 20:18:25 -04:00
Tim Graham
eabd967726 [1.11.x] Added stub release notes for 1.11.4.
Backport of 2328f2faf8 from master
2017-07-01 19:41:25 -04:00
Tim Graham
40da4d0490 [1.11.x] Added release date for 1.11.3.
Backport of 25cce597d0 from master
2017-07-01 19:14:02 -04:00
Jon Dufresne
8641489f4d [1.11.x] Fixed #28345 -- Applied limit_choices_to during ModelForm.__init__().
field_for_model() now has an additional keyword argument,
apply_limit_choices_to, allowing it to continue to be used to create
form fields dynamically after ModelForm.__init__() is called.

Thanks Tim Graham for the review.

Backport of a1be12fe19 from master
2017-06-30 21:28:47 -04:00
Simon Charette
c1621d8008 [1.11.x] Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent field.
Thanks Tim for the review.

Backport of 5cbcb36839 from master
2017-06-30 13:12:33 -04:00