summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-10-13[3.1.x] Fixed typo in docs/topics/i18n/translation.txt.shivam sharma
2020-10-09[3.1.x] Fixed #32091 -- Fixed admin search bar width on filtered admin page.Tim Schilling
2020-10-09[3.1.x] Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and...Qi Zhao
2020-10-08[3.1.x] Fixed #29356 -- Clarified docs for QueryDict.getlist() default.Paul Grau
2020-10-08[3.1.x] Fixed #32083 -- Added link back to migrating section in multi-db docs...Carlton Gibson
2020-10-08[3.1.x] Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanFi...Jacob Walls
2020-10-07[3.1.x] Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples.Carlton Gibson
2020-10-06[3.1.x] Fixed #32072 -- Fixed admin search bar height.Tom Carrick
2020-10-06[3.1.x] Skipped GetImageDimensionsTests.test_webp when WEBP is not installed.Mariusz Felisiak
2020-10-01[3.1.x] Fixed #32041 -- Doc'd how to modify served files' content types on Wi...Peter Marheine
2020-10-01[3.1.x] Fixed #32057 -- Doc'd HttpResponse.get()/items().MAHANTH-wq
2020-10-01[3.1.x] Added stub release notes for 3.1.3.Mariusz Felisiak
2020-10-01[3.1.x] Post-release version bump.Mariusz Felisiak
2020-10-01[3.1.x] Bumped version for 3.1.2 release.3.1.2Mariusz Felisiak
2020-10-01[3.1.x] Added release date for 3.1.2.Mariusz Felisiak
2020-09-30[3.1.x] Fixed #31986 -- Fixed admin filter sidebar scrolling.Tom Carrick
2020-09-30[3.1.x] Updated translations from Transifex.Claude Paroz
2020-09-30[3.1.x] Bumped minimum isort version to 5.1.0.David Smith
2020-09-29[3.1.x] Updated ASGI uvicorn deployment docs.Thomas Grainger
2020-09-25[3.1.x] Fixed #28009 -- Doc'd empty_value for CharField subclasses.David Smith
2020-09-25[3.1.x] Fixed empty values of forms.JSONField and forms.UUIDField in docs.David Smith
2020-09-25[3.1.x] Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.Mariusz Felisiak
2020-09-25[3.1.x] Refs #32038 -- Added note to ModelAdmin.list_filter docs that Generic...Mariusz Felisiak
2020-09-25[3.1.x] Fixed typo and indentation in docs/ref/forms/fields.txt.Mariusz Felisiak
2020-09-23[3.1.x] Fixed example of QuerySet.explain() with flags in docs.Paweł Zarębski
2020-09-23[3.1.x] Fixed #32012 -- Made test database creation sync apps models when mig...Mariusz Felisiak