summaryrefslogtreecommitdiff
path: root/django/utils/deprecation.py
AgeCommit message (Expand)Author
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
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-15Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham
2015-01-19Advanced deprecation warnings for Django 1.9.Tim Graham
2014-03-27Corrected deprecation warnings.Tim Graham
2014-03-22Advanced deprecation warnings for 1.8.Aymeric Augustin
2014-03-08Avoided changing raw DeprecationWarning filter behaviorClaude Paroz
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer