summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2020-09-22[3.1.x] Fixed #32016 -- Clarified manual logging config docs.Carlton Gibson
Backport of 2a55431a5678af52f669ffe7dff3dd0bd21727f8 from master
2020-09-22[3.1.x] Fixed #32004 -- Clarified docs for when request.FILES is set.János Roden
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Backport of 9e4b1ad33e436e8fe60af756d7e09639ee886ac2 from master
2020-09-17[3.1.x] Doc'd that UpdateCacheMiddleware and cache_page affect downstream ↵David D Lowe
caches. Thanks to Nick Pope for review. Backport of f3901b5899d746dc5b754115d94ce9a045b4db0a from master
2020-09-04[3.1.x] Fixed #31894 -- Added note about using JSONField key lookups with ↵jpribyl
QuerySet.exclude() in docs. Backport of 17407eca59b0572228067cdee51433f49a1e0adb from master
2020-09-03[3.1.x] Refs #31224 -- Made sync_to_async() examples use thread sensitive ↵Mariusz Felisiak
with ORM calls. Backport of 8d59075184f4cd2852b374359850ff7aeb412ec1 from master
2020-08-31[3.1.x] Corrected note about long names in search docs.Abdullah Dursun
Backport of fcad0b132427847d6db2008f00fbe45a7b45cad3 from master
2020-08-20[3.1.x] Improved wording in async views docs.Juan Pedro Fisanotti
Backport of 41725602afebe2ddb018b99afe134384cc3bf69e from master
2020-08-18[3.1.x] Fixed #27679 -- Doc'd that empty formsets display extra + min_num forms.David Smith
Backport of e2e34f4de3b90f3820ee11d49cc369ef573bc2ef from master
2020-08-11[3.1.x] Added note about password updates on argon2 attributes change.Roy Zheng
Backport of 804f2b70244d435c63f7f7c6312a829bc41b2ca4 from master
2020-08-04[3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
It's a transitional setting helpful in migrating multiple instance of the same project to Django 3.1+. Thanks Markus Holtermann for the report and review, Florian Apolloner for the implementation idea and review, and Carlton Gibson for the review. Backport of d907371ef99a1e4ca6bc1660f57d81f265750984 from master.
2020-07-31[3.1.x] Refs #27468 -- Added tests and release notes for ↵Mariusz Felisiak
signing.dumps()/loads() changes. Follow up to 71c4fb7beb8e3293243140e4bd74e53989196440. Backport of 1d6fdca557e674b9a789b51caadca8985e588492 from master
2020-07-31[3.1.x] Corrected signing.dumps()/loads() signatures in docs.Mariusz Felisiak
Backport of 8703680ebee47bfa9e912a30a0509798500bf42a from master
2020-07-29[3.1.x] Refs #30165 -- Removed leftover 'u' prefix.Claude Paroz
Backport of bac5777bff8e8d8189193438b5af52f158a3f2a4 from master
2020-07-28[3.1.x] Fixed #31829 -- Used JSONField __contains lookup on key transforms.sage
Backport of 2d8dcba03aae200aaa103ec1e69f0a0038ec2f85 from master
2020-07-28[3.1.x] Fixed #31836 -- Dropped support for JSONField __contains and ↵Mariusz Felisiak
__contained_by lookups on SQLite. The current implementation works only for basic examples without supporting nested structures and doesn't follow "the general principle that the contained object must match the containing object as to structure and data contents, possibly after discarding some non-matching array elements or object key/value pairs from the containing object". Backport of ba691933cee375195c9c50f333dd4b2a3abbb726 from master.
2020-07-28[3.1.x] Fixed #31835 -- Dropped support for JSONField __contains lookup on ↵Mariusz Felisiak
Oracle. The current implementation works only for basic examples without supporting nested structures and doesn't follow "the general principle that the contained object must match the containing object as to structure and data contents, possibly after discarding some non-matching array elements or object key/value pairs from the containing object". Backport of 02447fb133b53ec7d0ff068cc08f06fdf8817ef7 from master
2020-07-16[3.1.x] Refs #31502 -- Made minor edits to Model._state docs.Adam Johnson
Backport of 5ef6f626347f9ea13915f3cf5b8b045c5b42b102 from master
2020-07-10[3.1.x] Refs #27430 -- Added buffer argument to DiscoverRunner docs.Mariusz Felisiak
Backport of 188f7786bc434a3e5ca7b46d2975a08318fe7452 from master
2020-07-10[3.1.x] Refs #30676 -- Added pdb argument to DiscoverRunner docs.Mariusz Felisiak
Backport of 2c43840dfba42ed02574a270d826fda08e4b50d1 from master
2020-07-08[3.1.x] Fixed #24816 -- Clarified docs about preventing duplicate signals.Jason Held
Backport of 639142e24d41c5e5a508cb1280f32fd7ff159cca from master
2020-07-04[3.1.x] Fixed #29308 -- Clarified how assertQuerysetEqual()'s transform works.Jacob Walls
Backport of 659a73bc0a2df9be856e23fcfc6cc66d0d1a35fd from master
2020-07-03[3.1.x] Adjusted multi-db example to avoid confusion with DATABASES keys.MansurAliKoroglu
Backport of d88952142bff1c0283a929749fb64c53d07ad91e from master
2020-06-24[3.1.x] Refs #31493 -- Replaced var with const/let in documentation JS.Adam Johnson
Backport of 2afa61e7d99b2ff2656dc64b6e28db88baf786a4 from master
2020-06-17[3.1.x] Refs #31670 -- Removed whitelist/blacklist terminology in docs and ↵David Smith
comments. Backport of 10df5b71775d8ee98201acb1367266521b17cc00 from master
2020-06-15[3.1.x] Fixed #31696 -- Updated OWASP links in docs.Hasan Ramezani
Backport of a16080810bee8b3baf9ae7ac7b8433cb7b293e00 from master
2020-06-15[3.1.x] Fixed #31690 -- Added note about fuzzy entries in translation docs.sebashwa
Backport of 3d664a158de18acf72fc8e0671f0f390cbca4b2e from master
2020-06-04[3.1.x] Fixed #30134 -- Ensured unlocalized numbers are string ↵Claude Paroz
representation in templates. Backport of 9e57b1efb5205bd94462e9de35254ec5ea6eb04e from master
2020-06-02[3.1.x] Updated link to Celery.David Smith
Backport of 06c8565a4650b359bdfa59f9707eaa0d1dfd7223 from master
2020-06-02[3.1.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.Jon Dufresne
Backport of 9f4ceee90aaa2a6af8321417d79330f2fdc620ea from master
2020-06-01[3.1.x] Made small improvement to docs/topics/db/multi-db.txt.Nikita Sobolev
Backport of 682b295c6c3f5a2182bdc8192f0b8b65610fe4b1 from master
2020-05-29[3.1.x] Changed some doc links to use intersphinx.Jon Dufresne
Backport of 494ba27b5fe14e42e815edde6bd4a1216b29c935 from master
2020-05-27[3.1.x] Fixed some formatting issues in docs.Mariusz Felisiak
Backport of 803e70b1adb71d86eb5bbb4074ef5ff96ae6e55d from master
2020-05-19[3.1.x] Fixed #31591 -- Clarified "reverse" lookup name in making queries docs.Carlton Gibson
Backport of 5af17babb0f895cf129fdeee92548d2ac12e78e2 from master
2020-05-13[3.1.x] Used :envvar: role and .. envvar:: directive in various docs.Nick Pope
Backport of fbdb032de266ba5f82e061ab204f6c622889d563 from master
2020-05-13[3.1.x] Used :mimetype: role in various docs.Nick Pope
Backport of feb91dbda13974f84eac52dccdc0de1ddb636616 from master
2020-05-13[3.1.x] Used :pep: role in various docs.Nick Pope
Backport of a9337b4add01e50ed8ff8d3ef44099a08cba475c from master
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael Michel for mentoring this Google Summer of Code 2019 project and everyone else who helped with the patch. Special thanks to Mads Jensen, Nick Pope, and Simon Charette for extensive reviews. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-05-04Doc'd country part of locale name with more than 2 characters.QQ喵
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵Adam Johnson
comments.
2020-05-01Doc'd Meta inheritance from abstract parents.Greg Kaleka
2020-04-30Doc'd send_email() behavior when from_email is None.Adrian D'Alessandro
2020-04-30Fixed #25712 -- Reorganized templates docs.David Smith
2020-04-29Fixed #31356 -- Changed IRC links to the Freenode webchat.Hasan Ramezani
2020-04-29Refs #27468 -- Made user sessions use SHA-256 algorithm.Mariusz Felisiak
2020-04-28Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.Hasan Ramezani
2020-04-28Changed django.forms.ValidationError imports to ↵François Freitag
django.core.exceptions.ValidationError. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-04-28Fixed broken links in docs.Mariusz Felisiak
2020-04-28Fixed typo in docs/topics/i18n/translation.txt.Mariusz Felisiak
Thanks durey for the report.
2020-04-27Fixed #31505 -- Doc'd possible email addresses enumeration in PasswordResetView.Mariusz Felisiak
2020-04-24Doc'd PasswordChangeView/PasswordResetView.success_url defaults.Tanmay Vijay