summaryrefslogtreecommitdiff
path: root/tests/deprecation/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33518 -- Added RemovedAfterNextVersionWarning.saeedblanchette2022-02-211-0/+6
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-21/+31
* Silenced warnings in deprecation tests.Jon Dufresne2018-07-111-11/+19
* Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert2018-05-091-87/+66
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-4/+4
* Refs #23919 -- Removed reset_warning_registry() workaround for Python < 3.4.2.Tim Graham2017-01-191-2/+0
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-2/+2
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-8/+7
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-12/+6
* Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and St...Tim Graham2015-09-291-1/+16
* Refs #21977 -- Removed SimpleTestCase.urls per deprecation timeline.Tim Graham2015-09-231-27/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-1/+1
* Removed deprecated Chinese language codes; refs #18149.Tim Graham2015-01-171-20/+2
* Removed request.REQUEST per deprecation timeline; refs #18659.Tim Graham2015-01-171-21/+1
* Removed django.utils.functional.memoize per deprecation timeline.Tim Graham2015-01-171-15/+0
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-0/+1
* Refs #23947 -- Worked around a bug in Python that prevents deprecation warnin...Diego GuimarĂ£es2014-12-061-0/+2
* Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.pyTim Graham2014-11-291-0/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-0/+26
* Avoided leaking warning filters.Aymeric Augustin2014-03-091-4/+2
* Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz2014-03-081-0/+1
* Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma2013-11-111-0/+16
* Fixed #18149 -- Changed language codes for ChineseBouke Haarsma2013-11-041-2/+21
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+11
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma2013-10-171-1/+21
* Import test case classes from their public API module.Ramiro Morales2013-08-201-1/+1
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-1/+1
* Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer2013-03-081-0/+158