summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2023-12-15Fixed typos in docs.Mariusz Felisiak
2023-11-29Refs #25778 -- Updated some links and references to HTTPS.Adam Johnson
2023-11-23Fixed #14611 -- Added query_params argument to RequestFactory and Client clas...Tom Carrick
2023-11-17Removed obsolete warnings about asgiref.sync adapters with sensitive variables.Mariusz Felisiak
2023-11-16Refs #32819 -- Used auto_id instead of id_for_label as unique identifier for ...David Smith
2023-11-15Fixed #34970 -- Clarified Password Validation docs regarding the password_cha...Markus Amalthea Magnuson
2023-10-30Refs #30601 -- Fixed typos in docs/topics/db/transactions.txt.Natalia
2023-10-30Refs #15578 -- Made cosmetic edits to fixtures docs.Natalia
2023-10-30Fixed typo in docs/topics/forms/index.txt.Mariusz Felisiak
2023-10-27Fixed #30601 -- Doc'd the need to manually revert all app state on transactio...lufafajoshua
2023-10-27Doc'd writing integration tests for the system check framework.Marc Gibbons
2023-10-26Fixed #15578 -- Stated the processing order of fixtures in the fixtures docs.Leo Suarez
2023-10-25Added missing pycon directives in various docs.Mariusz Felisiak
2023-10-11Fixed #34808 -- Doc'd aggregate function's default argument.lufafajoshua
2023-10-03Fixed #34657 -- Made assert(Not)Contains/assertInHTML display haystacks in er...Chinmoy Chakraborty
2023-10-02Fixed #32602 -- Clarified wording of TestCase class.faishalmanzar
2023-09-29Refs #15667 -- Added resetting default renderer when FORM_RENDERER is changed.Mariusz Felisiak
2023-09-18Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Mariusz Felisiak
2023-09-18Refs #33199 -- Removed support for passing positional arguments to Signer/Tim...Mariusz Felisiak
2023-09-18Refs #33308 -- Removed support for passing encoded JSON string literals to JS...Mariusz Felisiak
2023-09-18Refs #33990 -- Removed TransactionTestCase.assertQuerysetEqual() per deprecat...Mariusz Felisiak
2023-09-18Refs #33990 -- Removed SimpleTestCase.assertFormsetError() per deprecation ti...Mariusz Felisiak
2023-09-18Refs #33764 -- Removed BaseUserManager.make_random_password() per deprecation...Mariusz Felisiak
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
2023-09-14Refs #15619 -- Removed deprecated annotation about logging out via GET requests.Mariusz Felisiak
2023-09-13Fixed #34822 -- Added support for serializing functions decorated with functo...Nick Pope
2023-09-13Refs #34822 -- Added tests for serializing decorated functions in migrations.Nick Pope
2023-09-13Refs #31949 -- Made make_middleware_decorator to work with async functions.Ben Lomax
2023-09-11Fixed #34752 -- Fixed handling ASGI http.disconnect for streaming responses.Sam Toyer
2023-08-31Fixed #34210 -- Added unittest's durations option to the test runner.David Smith
2023-08-30 Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...Nick Pope
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