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
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