summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2023-05-23Refs #31949 -- Made @no_append_slash decorator to work with async functions.Ben Lomax
2023-05-22Fixed references to django.core.cache in docs.Sarah Boyce
2023-05-20Refs #31949 -- Made @xframe_options_(deny/sameorigin/exempt) decorators to wo...Ben Lomax
2023-05-18Fixed #34565 -- Added support for async checking of user passwords.HappyDingning
2023-05-03Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validatio...Mariusz Felisiak
2023-05-02Fixed #34530 -- Improved docs when customizing storage for FileField.Ran Benita
2023-04-25Refs #31949 -- Made @never_cache and @cache_control() decorators to work with...Ben Lomax
2023-04-21Added meaningful titles to ..admonition:: directives.Mariusz Felisiak
2023-04-20Improved examples in docs about raw SQL queries.Mariusz Felisiak
2023-04-17Used extlinks for PyPI links.Tim Graham
2023-04-06Fixed #34463 -- Corrected code-block directives in docs.Yahya Ali
2023-04-03Fixed #33738 -- Allowed handling ASGI http.disconnect in long-lived requests.th3nn3ss
2023-03-24Fixed #34077 -- Added form field rendering.David Smith
2023-03-22Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetchall() e...Jesper Olsson
2023-03-22Doc'd use of asgiref.sync adapters with sensitive variables.Carlton Gibson
2023-03-22Fixed typo in docs/topics/class-based-views/mixins.txt.amirsoroush
2023-03-21Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel
2023-03-08Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock
2023-03-07Fixed #31920 -- Made AuthenticationMiddleware add request.auser().Jon Janzen
2023-03-07Fixed #32172 -- Adapted signals to allow async handlers.Jon Janzen
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-03-01Refs #34140 -- Made minor edits to rst code-blocks.Mariusz Felisiak
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2023-02-15Refs #32339 -- Doc'd setting a form's template_name is recomended over using ...David Smith
2023-02-15Refs #32339 -- Updated docs to reflect default <div> style form rendering in ...David Smith
2023-02-15Refs #32339 -- Doc'd BaseFormSet.as_div()David Smith
2023-02-14Fixed #34328 -- Added async-only class-based middleware example.Carlton Gibson
2023-02-13Fixed #29994 -- Added warning about performance of FileBasedCache with a larg...Sarah Boyce
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-02-09Fixed #34311 -- Updated serialization docs from unique_together to UniqueCons...Willem Van Onsem
2023-02-07Fixed #34310 -- Added deletion example to one-to-one topic.Marcelo Galigniana
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