summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-01[3.1.x] Bumped version for 3.1.4 release.3.1.4Mariusz Felisiak
2020-12-01[3.1.x] Added release date for 3.1.4.Mariusz Felisiak
Backport of 670261b8d6d8196943013ebe9698f99fd9dde43c from master
2020-11-30[3.1.x] Fixed #32232 -- Fixed typo in docs/ref/contrib/admin/actions.txt.Hasan Ramezani
Backport of 55fabc53373a8c7ef31d8c4cffd2a07be0a88c2e from master
2020-11-28[3.1.x] Refs #32230 -- Fixed LayerMapping example in GeoDjango tutorial.Mariusz Felisiak
LayerMapping.data_source doesn't support pathlib.Path(). Regression in 26554cf5d1e96db10d0d5f4b69683a22fb82fdf8. Follow up to e46ca51c249677c52e04db28fc0c60ae1948b3b2.
2020-11-27[3.1.x] Refs #32230 -- Fixed DataSource example in GeoDjango tutorial.Neil Lyons
DataSource.ds_input doesn't support pathlib.Path(). Regression in 26554cf5d1e96db10d0d5f4b69683a22fb82fdf8. Backport of e46ca51c249677c52e04db28fc0c60ae1948b3b2 from master
2020-11-25[3.1.x] Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key ↵sage
transforms with non-string values on SQLite. Thanks Gordon Wrigley for the report. Backport of fe6e5824218bab7cf47dee112d68325b338f9947 from master
2020-11-25[3.1.x] Refs #32203 -- Added tests for QuerySet.values()/values_list() on ↵sage
key transforms with non-trivial values. Backport of 7408c4cd157ae18971302a2baf7aacce7c204a09 from master
2020-11-25[3.1.x] Fixed #32224 -- Avoided suppressing connection errors in ↵Mariusz Felisiak
supports_json_field on SQLite. Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd. Thanks Juan Garcia Alvite for the report. Backport of f5e5aac59ebbcea46b98d37834915de0f43d7cc8 from master
2020-11-25[3.1.x] Added test for filtering JSONField key transforms with quoted strings.Mariusz Felisiak
Backport of bec415b290b68c07adcd9c67631b6573666d76be from master
2020-11-19[3.1.x] Fixed #32200 -- Fixed grouping by ExpressionWrapper() with Q objects.Hasan Ramezani
Thanks Gordon Wrigley for the report. Regression in df32fd42b84cc6dbba173201f244491b0d154a63. Backport of fe9c7ded2996364f853c524b4421274717d89d5f from master
2020-11-19[3.1.x] Fixed #32202 -- Fixed autoreloader argument generation for Windows ↵Carlton Gibson
with Python 3.7-. Backport of ead37dfb580136cc27dbd487a1f1ad90c9235d15 from master
2020-11-17[3.1.x] Fixed #32199 -- Doc'd JSONField in ModelForm field mapping.sage
Backport of 4a412c2e659f9295973434c65b785b03acee7251 from master
2020-11-14[3.1.x] Doc'd that admin site booleans are tri-state.Nick Pope
Backport of 300def5c344c65df4bcf1f5141c886da93c41ed1 from master
2020-11-14[3.1.x] Improved examples in ModelAdmin.list_display docs.Nick Pope
Backport of aa53655e6ebaa356e1fa0b87e5a5d85bac20e982 from master
2020-11-13[3.1.x] Changed docs and a code comment to use gender-neutral pronouns.Nick Pope
Follow up to e1b77238171cc96f4451a06fb4682e2378896238. Backport of 477c800443d091b5f36be9b5f83ce16c85da5879 from master.
2020-11-12[3.1.x] Fixed #32187 -- Removed unnecessary select_related in queries doc.Hasan Ramezani
Backport of c448e614c60cc97c6194c62052363f4f501e0953 from master
2020-11-11[3.1.x] Fixed #31122 -- Clarified that Lookup acts as a query expression.Caio Ariede
Backport of 9a3454f6046b9b7591fd03e21cf6da0b23c57689 from master
2020-11-10[3.1.x] Fixed #32176 -- Clarified filesystem cache docs.Carles Pina Estany
Backport of a43e2f66d76fddd791ff0b88361faba304447ff9 from master
2020-11-10[3.1.x] Fixed #32182 -- Fixed crash of JSONField nested key transforms with ↵Hannes Ljungberg
subquery annotations on PostgreSQL. Backport of 0773837e15bb632afffb6848a58c59a791008fa1 from master
2020-11-06[3.1.x] Fixed #32045 -- Doc'd GenericRelatedObjectManager methods.Craig Smith
This also documents that .remove() and clear() methods delete related objects. Backport of 354c1524b38c9b9f052c1d78dcbfa6ed5559aeb3 from master
2020-11-04[3.1.x] Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.Carlton Gibson
Backport of ebb08d19424c314c75908bc6048ff57c2f872269 from master
2020-11-03[3.1.x] Fixed #32162 -- Fixed setting Content-Length header in ↵Patrick Arminio
AsyncRequestFactory. Backport of 542b4b3ab44d33dfd9b00c22f624ee4aed6f7534 from master
2020-11-02[3.1.x] Updated {% static %} tag examples in docs to use single quotes where ↵Nikita Sobolev
appropriate. Backport of 42f3fafdfab01f6b04b817c45140e8309eecf84c from master
2020-11-02[3.1.x] Fixed #31850 -- Fixed BasicExtractorTests.test_extraction_warning ↵Max Smolens
with xgettext 0.21+. "format string with unnamed arguments cannot be properly localized" warning is not raised in xgettext 0.21+. This patch uses a message that causes an xgettext warning regardless of the version. Backport of 07a30f561661efae1691ff45d10ec6014b395b58 from master
2020-11-02[3.1.x] Added stub release notes for 3.1.4.Carlton Gibson
Backport of c8785b473f99a0dbc76f8a61b88904e2f44998ae from master
2020-11-02[3.1.x] Post-release version bump.Carlton Gibson
2020-11-02[3.1.x] Bumped version for 3.1.3 release.3.1.3Carlton Gibson
2020-11-02[3.1.x] Set release date for 3.1.3, 3.0.11, and 2.2.17.Carlton Gibson
Backport of 7fc07b9b2ba0c5c62a8840325d21b414a099fda0 from master
2020-10-29[3.1.x] Fixed #32152 -- Fixed grouping by subquery aliases.Christian Klus
Regression in 42c08ee46539ef44f8658ebb1cbefb408e0d03fe. Thanks Simon Charette for the review. Backport of 4ac2d4fa42e1659f328c35b6b8d4761b3419c11a from master
2020-10-29[3.1.x] Fixed #26962 -- Doc'd running migrations in transactions.Caio Ariede
Backport of 9ca22c7733efeeb140b75585c6387ef2cb861d19 from master
2020-10-27[3.1.x] Fixed #32127 -- Fixed admin change-form textarea layout for ↵Josh Santos
mid-sized displays. Backport of 36bc47069ce071e80c8129500de3b8664d2058a7 from master
2020-10-27[3.1.x] Fixed #32128 -- Added asgiref 3.3 compatibility.Carlton Gibson
Thread sensitive parameter is True by default from asgiref v3.3.0. Added an explicit thread_sensitive=False to previously implicit uses. Backport of e17ee4468875077b90b70bb6a589ebad7493f757 from master
2020-10-26[3.1.x] Corrected output of rendered formset example in model formsets docs.Jon Dufresne
Backport of 2b56c566532c17dab4916a5a60e4db24a07eaa1a from master
2020-10-22[3.1.x] Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.Mariusz Felisiak
Thanks Gordon Wrigley for the report and implementation idea. Regression in 226ebb17290b604ef29e82fb5c1fbac3594ac163. Backport of 34180922380cf41cd684f846ecf00f92eb289bcf from master
2020-10-22[3.1.x] Updated release notes following backport of ↵Mariusz Felisiak
4047c1602ce5f0b569ae763aa533c5de78cfc0a9.
2020-10-22[3.1.x] Refs #9475 -- Linked through_default docs to related managers methods.Simon Charette
Backport of 284bde3fbe07485d64289e28014a4eada68aef91 from master
2020-10-21[3.1.x] Fixed #32069 -- Fixed admin change-form layout on small screens.Carlton Gibson
Restored flex-wrap CSS declaration to form elements at smallest breakpoint. This was present since the responsive admin was introduced in dc37e8846eeedc3a9100ca21fdc9d579bc534c89. Regression in 8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822, where it was accidentally removed. Backport of 257f8495d6c93e30ab0f52af4c488d7344bcf112 from master
2020-10-20[3.1.x] Fixed outdated notes in SchemaEditor docs.Mariusz Felisiak
Backport of 197b55c53469cf8344d1ba35175236780cb83bd1 from master
2020-10-19[3.1.x] Fixed typo in docs/ref/checks.txt.Mariusz Felisiak
Backport of b3b0be3df3108afe8522036cda2e589187c49e2e from master
2020-10-19[3.1.x] Fixed #32107 -- Fixed ProtectedError.protected_objects and ↵Hasan Ramezani
RestrictedError.restricted_objects. Regression in 4ca5c565f4dc9e97845036e86416abc5cfde766c and ab3cbd8b9a315911248227208630a020cedca08f. Thanks Vitaliy Yelnik for the report. Backport of 3b1746d5194778fab15c15dd14c212e0912ec8f3 from master
2020-10-18[3.1.x] Fixed typo in docs/topics/testing/tools.txt.Jacob Walls
Backport of 4e4db426c5b0a18d1fd4dac6fc1342ab7762b288 from master
2020-10-17[3.1.x] Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.Claude Paroz
Backport of 7f85498eef1d8fcc52e4fb70df8041f5452d405a from master
2020-10-15[3.1.x] Refs #32096 -- Made JSONField check respect Meta.required_db_vendor.Mariusz Felisiak
Thanks Simon Charette for the implementation idea. Backport of 1fb97fb965786a4398a2236e4e619b78a25d5875 from master
2020-10-15[3.1.x] Fixed #29988 -- Updated coding style to allow f-strings.Carlton Gibson
Thanks to Nick Pope for review. Backport of 411cc0ae18aa9c64447eed229e65e092d23f80e6 from master
2020-10-14[3.1.x] Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key ↵Mariusz Felisiak
transforms in expressions. Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd. Backport of ee0abac169c2dcc6818d583247903c2a8ef55f7c from master.
2020-10-14[3.1.x] Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key ↵Mariusz Felisiak
transforms. Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd. Thanks Simon Charette and Igor Jerosimić for the report. Backport of bbd55e58639c33b4c5adff5f41b78deffc915c11 from master
2020-10-14[3.1.x] Refs #32096 -- Fixed __in lookup crash against key transforms for ↵Mariusz Felisiak
JSONField. Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd and 1251772cb83aa4106f526fe00738e51c0eb59122. Thanks Simon Charette and Igor Jerosimić for the report. Backport of 7e1e198494d4fc72cf6e153f9d24fe2493c17dc1 from master
2020-10-14[3.1.x] Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ↵Mariusz Felisiak
ordering over JSONField key transforms. Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd. Thanks Igor Jerosimić for the report. Backport of 1f31027bb3ad460864fbcbbb89eeb328c0a2f184 from master
2020-10-14[3.1.x] Refs #32096 -- Added test for ArrayAgg over JSONField key transforms.Mariusz Felisiak
Backport of 1d650ad019c1ab8e73d1e5b2587bb232c8ab35b6 from master
2020-10-13[3.1.x] Refs #31040 -- Doc'd Python 3.9 compatibility.Mariusz Felisiak
Backport of e18156b6c35908f2a4026287b5225a6a4da8af1a from master.