summaryrefslogtreecommitdiff
path: root/django/utils/deprecation.py
AgeCommit message (Expand)Author
2 daysFixed #37067 -- Added trailing slash in django_file_prefixes().Fashad Ahmed
4 daysRefs #35514 -- Added warn_about_external_use() deprecation utility.Mike Edmunds
2026-03-02Fixed #36961 -- Fixed TypeError in deprecation warnings if Django is imported...Jacob Walls
2026-02-10Fixed #36903 -- Fixed further NameErrors when inspecting functions with defer...93578237
2026-01-31Refs #34118 -- Removed asgiref coroutine detection shims.Jacob Walls
2025-09-17Advanced deprecation warnings for Django 6.1.Jacob Walls
2025-09-12Refs #35667 -- Cached Django file prefixes for warnings.Adam Johnson
2025-07-16Fixed #36477, Refs #36163 -- Added @deprecate_posargs decorator to simplify d...Mike Edmunds
2025-01-15Advanced deprecation warnings for Django 6.0.Sarah Boyce
2024-07-11Refs #25466 -- Removed unused DeprecationInstanceCheck.Adam Johnson
2024-05-22Advanced deprecation warnings for Django 5.2.Natalia
2023-10-23Refs #34118 -- Avoided repeat coroutine checks in MiddlewareMixin.Adam Johnson
2023-09-18Advanced deprecation warnings for Django 5.1.Mariusz Felisiak
2023-01-17Advanced deprecation warnings for Django 5.0.Mariusz Felisiak
2022-12-20Refs #34118 -- Adopted asgiref coroutine detection shims.Carlton Gibson
2022-07-26Refs #27236 -- Reverted "Refs #27236 -- Refactored out DeprecationForHistoric...Mariusz Felisiak
2022-07-07Refs #27236 -- Refactored out DeprecationForHistoricalMigrationMixin.David Wobrock
2022-05-25Renamed wrapped functions to wrapper.Aymeric Augustin
2022-05-17Advanced deprecation warnings for Django 4.2.Carlton Gibson
2022-02-21Fixed #33518 -- Added RemovedAfterNextVersionWarning.saeedblanchette
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-21Optimized MiddlewareMixin coroutine check.Adam Johnson
2021-09-20Advanced deprecation warnings for Django 4.1.Mariusz Felisiak
2021-03-10Refs #24121 -- Added __repr__() to MiddlewareMixin and subclasses.Jonny Park
2021-01-14Advanced deprecation warnings for Django 4.0.Mariusz Felisiak
2021-01-14Refs #26601 -- Made get_response argument required and don't accept None in m...Mariusz Felisiak
2020-08-26Fixed #31905 -- Made MiddlewareMixin call process_request()/process_response(...Michael Galler
2020-05-13Advanced deprecation warnings for Django 3.2.Mariusz Felisiak
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
2020-02-18Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz
2019-09-10Advanced deprecation warnings for Django 3.1.Mariusz Felisiak
2019-01-17Advanced deprecation warnings for Django 3.0.Tim Graham
2018-05-17Advanced deprecation warnings for Django 2.2.Tim Graham
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2017-09-22Advanced deprecation warnings for Django 2.1.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Advanced deprecation warnings for Django 2.0.Tim Graham
2017-01-17Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.Tim Graham
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-10-04Fixed #27309 -- Added CallableBool.__hash__().Reto Aebersold
2016-08-31Fixed #27154 -- Allowed comparing CallableBool with bitwise or.Olexander Yermakov
2016-08-02Fixed #26988 -- Improved/clarified User.is_authenticated/anonymous compatibil...Tim Graham
2016-06-17Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception...Carl Meyer
2016-05-28Added RemovedInDjango21WarningTim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2015-09-29Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and St...Tim Graham
2015-09-23Removed RemovedInDjango110Warning.Tim Graham