summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2020-08-19[3.1.x] Fixed #31895 -- Fixed crash when decoding invalid session data.Mariusz Felisiak
2020-08-18[3.1.x] Fixed #27679 -- Doc'd that empty formsets display extra + min_num forms.David Smith
2020-08-18[3.1.x] Refs #17642 -- Doc'd min_num and validate_min arguments in modelforms...Mariusz Felisiak
2020-08-17[3.1.x] Fixed #31892 -- Added backward incompatibility note about Media <scri...Jon Dufresne
2020-08-13[3.1.x] Refs #31863 -- Added release notes for 94ea79be137f3cb30949bf82198e96...Mariusz Felisiak
2020-08-13[3.1.x] Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning.Adam Johnson
2020-08-11[3.1.x] Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_upd...Daniel Hillier
2020-08-11[3.1.x] Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug l...Carlton Gibson
2020-08-11[3.1.x] Added stub release notes for 2.2.16 and 3.0.10.Mariusz Felisiak
2020-08-11[3.1.x] Added note about password updates on argon2 attributes change.Roy Zheng
2020-08-08[3.1.x] Refs #31864 -- Doc'd that DEFAULT_HASHING_ALGORITHM requires 3.1.1+ i...Uri
2020-08-07[3.1.x] Fixed #31864 -- Fixed encoding session data during transition to Djan...Mariusz Felisiak
2020-08-07[3.1.x] Removed unnecessary sentence in QuerySet docs.Adam Alton
2020-08-07[3.1.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.Thomas
2020-08-05[3.1.x] Added Hypercorn to ASGI deployment guide.Phil Jones
2020-08-05[3.1.x] Fixed #29336 -- Doc'd circular template inheritanceDavid Smith
2020-08-05[3.1.x] Fixed #31854 -- Fixed wrapping of long model names in admin's sidebar.Mariusz Felisiak
2020-08-05[3.1.x] Fixed #31853 -- Fixed wrapping of translated action labels in admin s...007gzs
2020-08-04[3.1.x] Added stub release notes for 3.1.1.Mariusz Felisiak
2020-08-04[3.1.x] Finalized release notes for Django 3.1.Mariusz Felisiak
2020-08-04[3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2020-08-03[3.1.x] Moved note about features deprecated in Django 3.1 above their descri...Mariusz Felisiak
2020-08-03[3.1.x] Added release date for 2.2.15 and 3.0.9.Mariusz Felisiak
2020-07-31[3.1.x] Refs #27468 -- Added tests and release notes for signing.dumps()/load...Mariusz Felisiak
2020-07-31[3.1.x] Corrected signing.dumps()/loads() signatures in docs.Mariusz Felisiak
2020-07-29[3.1.x] Corrected admin.register() signature in docs.Andrzej BartosiƄski
2020-07-29[3.1.x] Refs #30165 -- Removed leftover 'u' prefix.Claude Paroz
2020-07-28[3.1.x] Fixed #31829 -- Used JSONField __contains lookup on key transforms.sage
2020-07-28[3.1.x] Fixed #31836 -- Dropped support for JSONField __contains and __contai...Mariusz Felisiak
2020-07-28[3.1.x] Fixed #31835 -- Dropped support for JSONField __contains lookup on Or...Mariusz Felisiak
2020-07-23[3.1.x] Fixed #31821 -- Removed outdated note in FILE_UPLOAD_PERMISSIONS docs.Harpreet Sharma
2020-07-23[3.1.x] Fixed #31816 -- Corrected the expected content type in StreamingHttpR...LincolnPuzey
2020-07-22[3.1.x] Fixed typo in docs/ref/models/querysets.txt.Ramiro Morales
2020-07-22[3.1.x] Fixed #31814 -- Fixed typo in docs/ref/settings.txt.Buk Bukowski
2020-07-22[3.1.x] Doc'd Model.MultipleObjectsReturned docs and improved documentation r...Adam Johnson
2020-07-22[3.1.x] Refs #24763 -- Moved DoesNotExist to Model class docs.Adam Johnson
2020-07-22[3.1.x] Reverted "Fixed #30300 -- Allowed migrations to be loaded from direct...Tim Graham
2020-07-21[3.1.x] Refs #31720 -- Added examples to BoolAnd() and BoolOr() documentation.David Chorpash
2020-07-20[3.1.x] Improved description of USE_THOUSAND_SEPARATOR setting.Adam Johnson
2020-07-20[3.1.x] Fixed #31784 -- Fixed crash when sending emails on Python 3.6.11+, 3....Florian Apolloner
2020-07-17[3.1.x] Pinned asgiref to 3.2 series with minimum version to 3.2.10.Mariusz Felisiak
2020-07-17[3.1.x] Improved ManyToManyField.through docs.Adam Johnson
2020-07-16[3.1.x] Refs #31502 -- Made minor edits to Model._state docs.Adam Johnson
2020-07-16[3.1.x] Refs #31790 -- Removed incorrect item from 2.2.15 and 3.0.9 release n...Mariusz Felisiak
2020-07-16[3.1.x] Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in Ht...Mariusz Felisiak
2020-07-15[3.1.x] FIxed typo in docs/ref/contrib/postgres/forms.txt.Eric Theise
2020-07-14[3.1.x] Added Igbo language.Kelechi Precious Nwachukwu
2020-07-13[3.1.x] Fixed #21528 -- Added note about filtering form field's queryset base...Caio Ariede
2020-07-10[3.1.x] Refs #27430 -- Added buffer argument to DiscoverRunner docs.Mariusz Felisiak
2020-07-10[3.1.x] Refs #30676 -- Added pdb argument to DiscoverRunner docs.Mariusz Felisiak