summaryrefslogtreecommitdiff
path: root/docs/topics
Commit message (Expand)AuthorAgeFilesLines
* Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validatio...Mariusz Felisiak2023-05-031-8/+58
* Fixed #34530 -- Improved docs when customizing storage for FileField.Ran Benita2023-05-021-2/+6
* Refs #31949 -- Made @never_cache and @cache_control() decorators to work with...Ben Lomax2023-04-252-0/+33
* Added meaningful titles to ..admonition:: directives.Mariusz Felisiak2023-04-211-1/+1
* Improved examples in docs about raw SQL queries.Mariusz Felisiak2023-04-201-7/+10
* Used extlinks for PyPI links.Tim Graham2023-04-178-28/+13
* Fixed #34463 -- Corrected code-block directives in docs.Yahya Ali2023-04-062-2/+2
* Fixed #33738 -- Allowed handling ASGI http.disconnect in long-lived requests.th3nn3ss2023-04-031-0/+20
* Fixed #34077 -- Added form field rendering.David Smith2023-03-241-4/+64
* Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetchall() e...Jesper Olsson2023-03-221-2/+11
* Doc'd use of asgiref.sync adapters with sensitive variables.Carlton Gibson2023-03-221-0/+14
* Fixed typo in docs/topics/class-based-views/mixins.txt.amirsoroush2023-03-221-5/+5
* Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel2023-03-211-1/+1
* Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock2023-03-081-0/+7
* 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