summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2023-03-08[4.2.x] Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock
2023-03-01[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-03-01[4.2.x] Refs #34140 -- Made minor edits to rst code-blocks.Mariusz Felisiak
2023-02-28[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues...Joseph Victor Zammit
2023-02-15[4.2.x] Refs #32339 -- Doc'd BaseFormSet.as_div()David Smith
2023-02-14[4.2.x] Fixed #34328 -- Added async-only class-based middleware example.Carlton Gibson
2023-02-13[4.2.x] Fixed #29994 -- Added warning about performance of FileBasedCache wit...Sarah Boyce
2023-02-10[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-02-09[4.2.x] Fixed #34311 -- Updated serialization docs from unique_together to Un...Willem Van Onsem
2023-02-07[4.2.x] Fixed #34310 -- Added deletion example to one-to-one topic.Marcelo Galigniana
2023-01-31[4.2.x] Fixed #34180 -- Added note about resetting language in test tear-downs.Durval Carvalho
2023-01-30[4.2.x] Fixed typo in docs/topics/auth/passwords.txt.fschwebel
2023-01-16Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.sarahboyce
2023-01-12Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda
2023-01-12Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda
2023-01-10Fixed #34110 -- Added in-memory file storage.Francesco Panico
2023-01-04Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...David Wobrock
2022-12-29Fixed #25617 -- Added case-insensitive unique username validation in UserCrea...Paul Schilling
2022-12-22Fixed #33735 -- Added async support to StreamingHttpResponse.Carlton Gibson
2022-12-20Refs #34118 -- Adopted asgiref coroutine detection shims.Carlton Gibson
2022-12-19Fixed typo in docs/topics/async.txt.Mariusz Felisiak
2022-12-16Fixed typo in docs/topics/http/sessions.txt.TAKAHASHI Shuuji
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-12-09Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSi...SirAbhi13
2022-12-01Refs #33308 -- Deprecated support for passing encoded JSON string literals to...Simon Charette
2022-11-29Fixed #34187 -- Made UserCreationForm save many-to-many fields.sdolemelipone
2022-11-28Doc's check_password()'s setter and preferred arguments.Mariusz Felisiak
2022-11-24Adjusted BaseFormSet.get_form_kwargs example in docs.Riccardo Magliocchetti
2022-11-23Fixed typo in settings topic doc.KrishnaKumar Thanki
2022-11-23Refs #32873 -- Adjusted formatting note on USE_L10N default.Anders Hovmöller
2022-11-14Refs #34099 -- Doc'd that custom Model.save() should update update_fields kwarg.sarahboyce
2022-11-14Fixed #34074 -- Added headers argument to RequestFactory and Client classes.David Wobrock
2022-11-14Fixed #34154 -- Made mixin headers consistent in auth docs.Tony Lechner
2022-11-10Updated documentation and comments for RFC updates.Nick Pope
2022-11-10Improved readability of string interpolation in frequently used examples in d...Trey Hunner
2022-11-10Improved async request factory and client docs.David Wobrock
2022-11-09Fixed #34135 -- Added async-compatible interface to related managers.Jon Janzen
2022-11-04Refs #33939 -- Improved transaction.on_commit() docs.Adam Johnson
2022-11-02Fixed #30801 -- Improved guidance for making good use of signals.Joseph Victor Zammit
2022-11-02Fixed #34112 -- Added async-compatible interface to Model methods.DevilsAutumn
2022-11-02Fixed #34054 -- Created a new fixtures topic.Filip Lajszczak
2022-10-29Removed obsolete doc reference to asyncio.iscoroutinefunction.Nick Pope
2022-10-10Fixed #25996 -- Revised performance section in URLs topic docs.Ralph Reid
2022-10-08Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner
2022-10-07Refs #33990 -- Renamed SimpleTestCase.assertFormsetError() to assertFormSetEr...Gregor Gärtner
2022-10-07Fixed #33797 -- Prioritized cached database backend for cached sessions in docs.J.V. Zammit
2022-09-29Fixed #33026 -- Mentioned RequestFactory in testing tools docs.Chris Wedgwood
2022-09-28Fixed #34056 -- Updated the list of common passwords for CommonPasswordValida...Paolo Melchiorre
2022-09-17Fixed #34017 -- Doc'd that Argon2id variant is used by Argon2PasswordHasher.Ritik Soni
2022-09-17Fixed #34019 -- Removed obsolete references to "model design considerations" ...DevilsAutumn