index
:
chango.git
devmain
fix-31295
initial-branch
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
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
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-15
Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham
2015-01-19
Advanced deprecation warnings for Django 1.9.
Tim Graham
2014-03-27
Corrected deprecation warnings.
Tim Graham
2014-03-22
Advanced deprecation warnings for 1.8.
Aymeric Augustin
2014-03-08
Avoided changing raw DeprecationWarning filter behavior
Claude Paroz
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer