summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2021-01-28[3.1.x] Modernized custom manager exampleAdam Johnson
2021-01-14[3.1.x] Fixed cross-link in CBV topic documentation.Carles Pina Estany
2020-12-23[3.1.x] Removed forms-MAX_NUM_FORMS POST data in docsJon Dufresne
2020-12-17[3.1.x] Refs #30181 -- Corrected note about storing None in the cache.Nick Pope
2020-12-15[3.1.x] Added backticks to code literals in various docs.Jon Dufresne
2020-12-08[3.1.x] Adjusted formatting of ngettext docs code examples.Matthias Kestenholz
2020-11-17[3.1.x] Fixed #32199 -- Doc'd JSONField in ModelForm field mapping.sage
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-10[3.1.x] Fixed #32176 -- Clarified filesystem cache docs.Carles Pina Estany
2020-11-04[3.1.x] Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.Carlton Gibson
2020-10-29[3.1.x] Fixed #26962 -- Doc'd running migrations in transactions.Caio Ariede
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] Refs #9475 -- Linked through_default docs to related managers methods.Simon Charette
2020-10-18[3.1.x] Fixed typo in docs/topics/testing/tools.txt.Jacob Walls
2020-10-13[3.1.x] Fixed typo in docs/topics/i18n/translation.txt.shivam sharma
2020-10-08[3.1.x] Fixed #32083 -- Added link back to migrating section in multi-db docs...Carlton Gibson
2020-09-22[3.1.x] Fixed #32016 -- Clarified manual logging config docs.Carlton Gibson
2020-09-22[3.1.x] Fixed #32004 -- Clarified docs for when request.FILES is set.János Roden
2020-09-17[3.1.x] Doc'd that UpdateCacheMiddleware and cache_page affect downstream cac...David D Lowe
2020-09-04[3.1.x] Fixed #31894 -- Added note about using JSONField key lookups with Que...jpribyl
2020-09-03[3.1.x] Refs #31224 -- Made sync_to_async() examples use thread sensitive wit...Mariusz Felisiak
2020-08-31[3.1.x] Corrected note about long names in search docs.Abdullah Dursun
2020-08-20[3.1.x] Improved wording in async views docs.Juan Pedro Fisanotti
2020-08-18[3.1.x] Fixed #27679 -- Doc'd that empty formsets display extra + min_num forms.David Smith
2020-08-11[3.1.x] Added note about password updates on argon2 attributes change.Roy Zheng
2020-08-04[3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.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] 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-16[3.1.x] Refs #31502 -- Made minor edits to Model._state docs.Adam Johnson
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
2020-07-08[3.1.x] Fixed #24816 -- Clarified docs about preventing duplicate signals.Jason Held
2020-07-04[3.1.x] Fixed #29308 -- Clarified how assertQuerysetEqual()'s transform works.Jacob Walls
2020-07-03[3.1.x] Adjusted multi-db example to avoid confusion with DATABASES keys.MansurAliKoroglu
2020-06-24[3.1.x] Refs #31493 -- Replaced var with const/let in documentation JS.Adam Johnson
2020-06-17[3.1.x] Refs #31670 -- Removed whitelist/blacklist terminology in docs and co...David Smith
2020-06-15[3.1.x] Fixed #31696 -- Updated OWASP links in docs.Hasan Ramezani
2020-06-15[3.1.x] Fixed #31690 -- Added note about fuzzy entries in translation docs.sebashwa
2020-06-04[3.1.x] Fixed #30134 -- Ensured unlocalized numbers are string representation...Claude Paroz
2020-06-02[3.1.x] Updated link to Celery.David Smith
2020-06-02[3.1.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.Jon Dufresne
2020-06-01[3.1.x] Made small improvement to docs/topics/db/multi-db.txt.Nikita Sobolev
2020-05-29[3.1.x] Changed some doc links to use intersphinx.Jon Dufresne
2020-05-27[3.1.x] Fixed some formatting issues in docs.Mariusz Felisiak