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