summaryrefslogtreecommitdiff
AgeCommit message (Expand)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
2020-11-30[3.1.x] Fixed #32232 -- Fixed typo in docs/ref/contrib/admin/actions.txt.Hasan Ramezani
2020-11-28[3.1.x] Refs #32230 -- Fixed LayerMapping example in GeoDjango tutorial.Mariusz Felisiak
2020-11-27[3.1.x] Refs #32230 -- Fixed DataSource example in GeoDjango tutorial.Neil Lyons
2020-11-25[3.1.x] Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key tr...sage
2020-11-25[3.1.x] Refs #32203 -- Added tests for QuerySet.values()/values_list() on key...sage
2020-11-25[3.1.x] Fixed #32224 -- Avoided suppressing connection errors in supports_jso...Mariusz Felisiak
2020-11-25[3.1.x] Added test for filtering JSONField key transforms with quoted strings.Mariusz Felisiak
2020-11-19[3.1.x] Fixed #32200 -- Fixed grouping by ExpressionWrapper() with Q objects.Hasan Ramezani
2020-11-19[3.1.x] Fixed #32202 -- Fixed autoreloader argument generation for Windows wi...Carlton Gibson
2020-11-17[3.1.x] Fixed #32199 -- Doc'd JSONField in ModelForm field mapping.sage
2020-11-14[3.1.x] Doc'd that admin site booleans are tri-state.Nick Pope
2020-11-14[3.1.x] Improved examples in ModelAdmin.list_display docs.Nick Pope
2020-11-13[3.1.x] Changed docs and a code comment to use gender-neutral pronouns.Nick Pope
2020-11-12[3.1.x] Fixed #32187 -- Removed unnecessary select_related in queries doc.Hasan Ramezani
2020-11-11[3.1.x] Fixed #31122 -- Clarified that Lookup acts as a query expression.Caio Ariede
2020-11-10[3.1.x] Fixed #32176 -- Clarified filesystem cache docs.Carles Pina Estany
2020-11-10[3.1.x] Fixed #32182 -- Fixed crash of JSONField nested key transforms with s...Hannes Ljungberg
2020-11-06[3.1.x] Fixed #32045 -- Doc'd GenericRelatedObjectManager methods.Craig Smith
2020-11-04[3.1.x] Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.Carlton Gibson
2020-11-03[3.1.x] Fixed #32162 -- Fixed setting Content-Length header in AsyncRequestFa...Patrick Arminio
2020-11-02[3.1.x] Updated {% static %} tag examples in docs to use single quotes where ...Nikita Sobolev
2020-11-02[3.1.x] Fixed #31850 -- Fixed BasicExtractorTests.test_extraction_warning wit...Max Smolens
2020-11-02[3.1.x] Added stub release notes for 3.1.4.Carlton Gibson
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
2020-10-29[3.1.x] Fixed #32152 -- Fixed grouping by subquery aliases.Christian Klus
2020-10-29[3.1.x] Fixed #26962 -- Doc'd running migrations in transactions.Caio Ariede
2020-10-27[3.1.x] Fixed #32127 -- Fixed admin change-form textarea layout for mid-sized...Josh Santos
2020-10-27[3.1.x] Fixed #32128 -- Added asgiref 3.3 compatibility.Carlton Gibson
2020-10-26[3.1.x] Corrected output of rendered formset example in model formsets docs.Jon Dufresne
2020-10-22[3.1.x] Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.Mariusz Felisiak
2020-10-22[3.1.x] Updated release notes following backport of 4047c1602ce5f0b569ae763aa...Mariusz Felisiak
2020-10-22[3.1.x] Refs #9475 -- Linked through_default docs to related managers methods.Simon Charette
2020-10-21[3.1.x] Fixed #32069 -- Fixed admin change-form layout on small screens.Carlton Gibson
2020-10-20[3.1.x] Fixed outdated notes in SchemaEditor docs.Mariusz Felisiak
2020-10-19[3.1.x] Fixed typo in docs/ref/checks.txt.Mariusz Felisiak
2020-10-19[3.1.x] Fixed #32107 -- Fixed ProtectedError.protected_objects and Restricted...Hasan Ramezani
2020-10-18[3.1.x] Fixed typo in docs/topics/testing/tools.txt.Jacob Walls
2020-10-17[3.1.x] Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.Claude Paroz
2020-10-15[3.1.x] Refs #32096 -- Made JSONField check respect Meta.required_db_vendor.Mariusz Felisiak
2020-10-15[3.1.x] Fixed #29988 -- Updated coding style to allow f-strings.Carlton Gibson
2020-10-14[3.1.x] Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key tra...Mariusz Felisiak
2020-10-14[3.1.x] Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key trans...Mariusz Felisiak
2020-10-14[3.1.x] Refs #32096 -- Fixed __in lookup crash against key transforms for JSO...Mariusz Felisiak
2020-10-14[3.1.x] Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with orderi...Mariusz Felisiak
2020-10-14[3.1.x] Refs #32096 -- Added test for ArrayAgg over JSONField key transforms.Mariusz Felisiak
2020-10-13[3.1.x] Refs #31040 -- Doc'd Python 3.9 compatibility.Mariusz Felisiak