summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2025-12-02[4.2.x] Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation i...Shai Berger
2025-05-05[4.2.x] Migrated setuptools configuration to pyproject.toml.Claude Paroz
2024-09-03[4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...Natalia
2023-11-15[4.2.x] Fixed #34970 -- Clarified Password Validation docs regarding the pass...Markus Amalthea Magnuson
2023-10-30[4.2.x] Refs #30601 -- Fixed typos in docs/topics/db/transactions.txt.Natalia
2023-10-30[4.2.x] Refs #15578 -- Made cosmetic edits to fixtures docs.Natalia
2023-10-27[4.2.x] Fixed #30601 -- Doc'd the need to manually revert all app state on tr...lufafajoshua
2023-10-26[4.2.x] Fixed #15578 -- Stated the processing order of fixtures in the fixtur...Leo Suarez
2023-10-11[4.2.x] Fixed #34808 -- Doc'd aggregate function's default argument.lufafajoshua
2023-08-24[4.2.x] Avoided counting exceptions in AsyncClient docs.Mariusz Felisiak
2023-08-23[4.2.x] Improved formset docs by using a set instead of a list in the custom ...Luca Allulli
2023-07-21[4.2.x] Added missing backticks in docs.Mariusz Felisiak
2023-06-16[4.2.x] Fixed typo in docs/topics/db/fixtures.txt.Ashwin Dharne
2023-06-13[4.2.x] Refs #30220 -- Bumped required version of Selenium to 3.8.0.Mariusz Felisiak
2023-06-07[4.2.x] Fixed #30355 -- Doc'd interaction between custom managers and prefetc...Akash Kumar Sen
2023-06-03[4.2.x] Refs #23528 -- Made cosmetic edits to swappable_dependency() docs.Mariusz Felisiak
2023-06-02[4.2.x] Fixed #23528 -- Doc'd django.db.migrations.swappable_dependency().DevilsAutumn
2023-05-22[4.2.x] Fixed references to django.core.cache in docs.Sarah Boyce
2023-05-03[4.2.x] Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of v...Mariusz Felisiak
2023-05-02[4.2.x] Fixed #34530 -- Improved docs when customizing storage for FileField.Ran Benita
2023-04-21[4.2.x] Added meaningful titles to ..admonition:: directives.Mariusz Felisiak
2023-04-20[4.2.x] Improved examples in docs about raw SQL queries.Mariusz Felisiak
2023-04-17[4.2.x] Used extlinks for PyPI links.Tim Graham
2023-04-06[4.2.x] Fixed #34463 -- Corrected code-block directives in docs.Yahya Ali
2023-03-22[4.2.x] Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetc...Jesper Olsson
2023-03-22[4.2.x] Doc'd use of asgiref.sync adapters with sensitive variables.Carlton Gibson
2023-03-22[4.2.x] Fixed typo in docs/topics/class-based-views/mixins.txt.amirsoroush
2023-03-08[4.2.x] Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock
2023-03-01[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-03-01[4.2.x] Refs #34140 -- Made minor edits to rst code-blocks.Mariusz Felisiak
2023-02-28[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues...Joseph Victor Zammit
2023-02-15[4.2.x] Refs #32339 -- Doc'd BaseFormSet.as_div()David Smith
2023-02-14[4.2.x] Fixed #34328 -- Added async-only class-based middleware example.Carlton Gibson
2023-02-13[4.2.x] Fixed #29994 -- Added warning about performance of FileBasedCache wit...Sarah Boyce
2023-02-10[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-02-09[4.2.x] Fixed #34311 -- Updated serialization docs from unique_together to Un...Willem Van Onsem
2023-02-07[4.2.x] Fixed #34310 -- Added deletion example to one-to-one topic.Marcelo Galigniana
2023-01-31[4.2.x] Fixed #34180 -- Added note about resetting language in test tear-downs.Durval Carvalho
2023-01-30[4.2.x] Fixed typo in docs/topics/auth/passwords.txt.fschwebel
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