summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_functional.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34445 -- Fixed string-casting of non-string lazy objects.Ran Benita2023-03-301-0/+4
* Refs #30127 -- Removed name argument for django.utils.functional.cached_prope...Mariusz Felisiak2023-01-171-26/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-24/+33
* Fixed #30127 -- Deprecated name argument of cached_property().mgaligniana2021-12-161-7/+27
* Refs #32508 -- Raised ValueError instead of using "assert" in lazy().Hasan Ramezani2021-03-151-0/+6
* Fixed #32208 -- Allowed adding lazy() objects.Hasan Ramezani2020-12-211-0/+5
* Fixed #30876 -- Moved classproperty() decorator to the django.utils.functional.André Ericson2019-10-211-1/+37
* Fixed #30498 -- Fixed proxy class caching in lazy().Ran Benita2019-05-221-0/+11
* Fixed #30116 -- Dropped support for Python 3.5.Tim Graham2019-01-301-30/+0
* Fixed #29478 -- Added support for mangled names to cached_property.Thomas Grainger2018-11-191-22/+149
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-4/+4
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-4/+3
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-12/+5
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed #27555 -- Removed django.utils.functional.lazy_property.Adam Chainz2016-11-291-20/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-9/+4
* Removed usage of a few deprecated unittest assertions.Ville Skyttä2016-06-141-3/+3
* Fixed #24781 -- Fixed repr() for lazy objects.Chesco Igual2016-06-041-0/+15
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Fixed #25000 -- Fixed cast to string for lazy objects.Marten Kenbeek2015-06-231-0/+24
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23346 -- Fixed lazy() to lookup methods on the real object, not result...Gavin Wahl2014-12-261-0/+14
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-1/+1
* Fixed #23688 -- Updated cached_property to preserve docstring of original fun...John-Scott Atlakson2014-10-201-0/+4
* Fixed #22691 -- Added aliasing to cached_property.Curtis2014-07-011-0/+9
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Merge branch 'master' into schema-alterationAndrew Godwin2013-07-021-1/+2
|\
| * Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* | Add test for new __ne__ method on Promise.Andrew Godwin2013-05-291-0/+12
|/
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+66