summaryrefslogtreecommitdiff
path: root/docs/topics
Commit message (Expand)AuthorAgeFilesLines
* Fixed #31920 -- Made AuthenticationMiddleware add request.auser().Jon Janzen2023-03-071-0/+15
* Fixed #32172 -- Adapted signals to allow async handlers.Jon Janzen2023-03-072-8/+59
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-0154-1674/+2201
* Refs #34140 -- Made minor edits to rst code-blocks.Mariusz Felisiak2023-03-012-4/+10
* Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit2023-02-2817-33/+72
* Refs #32339 -- Doc'd setting a form's template_name is recomended over using ...David Smith2023-02-151-38/+2
* Refs #32339 -- Updated docs to reflect default <div> style form rendering in ...David Smith2023-02-152-45/+45
* Refs #32339 -- Doc'd BaseFormSet.as_div()David Smith2023-02-151-3/+7
* Fixed #34328 -- Added async-only class-based middleware example.Carlton Gibson2023-02-141-0/+19
* Fixed #29994 -- Added warning about performance of FileBasedCache with a larg...Sarah Boyce2023-02-131-0/+8
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-1036-448/+1249
* Fixed #34311 -- Updated serialization docs from unique_together to UniqueCons...Willem Van Onsem2023-02-091-9/+24
* Fixed #34310 -- Added deletion example to one-to-one topic.Marcelo Galigniana2023-02-071-0/+10
* Fixed #34180 -- Added note about resetting language in test tear-downs.Durval Carvalho2023-01-311-0/+8
* Fixed typo in docs/topics/auth/passwords.txt.fschwebel2023-01-301-1/+1
* Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak2023-01-181-2/+1
* Refs #33348 -- Removed support for passing response object and form/formset n...Mariusz Felisiak2023-01-171-12/+0
* Refs #15619 -- Removed support for logging out via GET requests.Mariusz Felisiak2023-01-171-5/+0
* Refs #29708 -- Removed PickleSerializer per deprecation timeline.Mariusz Felisiak2023-01-171-25/+0
* Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak2023-01-171-2/+0
* Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak2023-01-172-21/+7
* Refs #32655 -- Removed extra_tests argument for DiscoverRunner.build_suite()/...Mariusz Felisiak2023-01-171-12/+0
* Refs #32379 -- Changed default USE_TZ to True.Mariusz Felisiak2023-01-171-10/+4
* Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.Mariusz Felisiak2023-01-171-4/+0
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-1712-82/+0
* Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.sarahboyce2023-01-161-1/+3
* Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda2023-01-122-13/+13
* Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda2023-01-122-9/+22
* Fixed #34110 -- Added in-memory file storage.Francesco Panico2023-01-101-0/+9
* Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...David Wobrock2023-01-042-2/+5
* Fixed #25617 -- Added case-insensitive unique username validation in UserCrea...Paul Schilling2022-12-291-2/+13
* Fixed #33735 -- Added async support to StreamingHttpResponse.Carlton Gibson2022-12-221-0/+10
* Refs #34118 -- Adopted asgiref coroutine detection shims.Carlton Gibson2022-12-202-6/+6
* Fixed typo in docs/topics/async.txt.Mariusz Felisiak2022-12-191-1/+1
* Fixed typo in docs/topics/http/sessions.txt.TAKAHASHI Shuuji2022-12-161-2/+2
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-152-4/+6
* Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSi...SirAbhi132022-12-091-3/+11
* Refs #33308 -- Deprecated support for passing encoded JSON string literals to...Simon Charette2022-12-011-3/+14
* Fixed #34187 -- Made UserCreationForm save many-to-many fields.sdolemelipone2022-11-292-0/+10
* Doc's check_password()'s setter and preferred arguments.Mariusz Felisiak2022-11-281-5/+9
* Adjusted BaseFormSet.get_form_kwargs example in docs.Riccardo Magliocchetti2022-11-241-0/+3
* Fixed typo in settings topic doc.KrishnaKumar Thanki2022-11-231-1/+1
* Refs #32873 -- Adjusted formatting note on USE_L10N default.Anders Hovmöller2022-11-231-2/+2
* Refs #34099 -- Doc'd that custom Model.save() should update update_fields kwarg.sarahboyce2022-11-141-0/+27
* Fixed #34074 -- Added headers argument to RequestFactory and Client classes.David Wobrock2022-11-142-38/+97
* Fixed #34154 -- Made mixin headers consistent in auth docs.Tony Lechner2022-11-141-2/+2
* Updated documentation and comments for RFC updates.Nick Pope2022-11-103-19/+19
* Improved readability of string interpolation in frequently used examples in d...Trey Hunner2022-11-106-6/+6
* Improved async request factory and client docs.David Wobrock2022-11-102-1/+10
* Fixed #34135 -- Added async-compatible interface to related managers.Jon Janzen2022-11-091-1/+5