summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2023-08-30Fixed #34757 -- Added support for following redirects to AsyncClient.Olivier Tabone
2023-08-24Avoided counting exceptions in AsyncClient docs.Mariusz Felisiak
2023-08-23Improved formset docs by using a set instead of a list in the custom validati...Luca Allulli
2023-08-10Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle.Jingbei Li
2023-07-24Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts.Olivier Tabone
2023-07-22Fixed formatting typo in docs/topics/forms/index.txt.Carlton Gibson
2023-07-21Added missing backticks in docs.Mariusz Felisiak
2023-07-10Refs #31949 -- Made @vary_on_(cookie/headers) decorators work with async func...Ben Lomax
2023-07-10Refs #31949 -- Mentioned @sensitive_variables/sensitive_post_parameters decor...Mariusz Felisiak
2023-07-10Refs #31949 -- Made @csrf_exempt decorator to work with async functions.Ben Lomax
2023-07-06Fixed #32819 -- Established relationship between form fields and their help t...Gregor Jerše
2023-06-27Fixed #34391 -- Added async-compatible interface to auth functions and relate...Jon Janzen
2023-06-26Refs #34233 -- Bumped minimum supported version of Selenium to 4.8.0.Mariusz Felisiak
2023-06-26Refs #31949 -- Made http decorators to work with async functions.th3nn3ss
2023-06-16Fixed typo in docs/topics/db/fixtures.txt.Ashwin Dharne
2023-06-13Refs #30220 -- Bumped required version of Selenium to 3.8.0.Mariusz Felisiak
2023-06-07Fixed #30355 -- Doc'd interaction between custom managers and prefetch_relate...Akash Kumar Sen
2023-06-03Refs #23528 -- Made cosmetic edits to swappable_dependency() docs.Mariusz Felisiak
2023-06-02Fixed #23528 -- Doc'd django.db.migrations.swappable_dependency().DevilsAutumn
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