summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2023-01-31Fixed #34180 -- Added note about resetting language in test tear-downs.Durval Carvalho
2023-01-30Fixed typo in docs/topics/auth/passwords.txt.fschwebel
2023-01-18Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak
2023-01-17Refs #33348 -- Removed support for passing response object and form/formset n...Mariusz Felisiak
2023-01-17Refs #15619 -- Removed support for logging out via GET requests.Mariusz Felisiak
2023-01-17Refs #29708 -- Removed PickleSerializer per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #32655 -- Removed extra_tests argument for DiscoverRunner.build_suite()/...Mariusz Felisiak
2023-01-17Refs #32379 -- Changed default USE_TZ to True.Mariusz Felisiak
2023-01-17Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.Mariusz Felisiak
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
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