django-admin-interface/tests
Éric 19cbeead58
Include date hierarchy in quick removal links (#218)
* Include date hierarchy in quick removal links

* use date field name in removal link

* reduce diff

* tweak some details

* start adding tests

* use mock without spec :(

it's not easy to instantiate ChangeList, and speccing from
the class means that many attributes are not recognized

* more tests

* more tests

* more checks for generated URLs

* better tags and tests

* compat for tox 4
2022-12-11 20:44:31 +01:00
..
__init__.py Added tests 2017-03-29 16:21:41 +02:00
routers.py Fix #208 - do not assume active DB when not specified (#210). 2022-11-26 09:53:33 +01:00
settings.py Add german translation (#222) 2022-12-05 10:13:11 +01:00
test_fixtures.py Drop old Python and Django versions (#220) 2022-12-03 13:49:09 +01:00
test_models.py Replace `str.format` with `f-strings`. 2022-12-06 13:44:32 +01:00
test_multidb.py Drop old Python and Django versions (#220) 2022-12-03 13:49:09 +01:00
test_settings.py Drop old Python and Django versions (#220) 2022-12-03 13:49:09 +01:00
test_templatetags.py Include date hierarchy in quick removal links (#218) 2022-12-11 20:44:31 +01:00
urls.py Drop old Python and Django versions (#220) 2022-12-03 13:49:09 +01:00
urls_without_i18n_patterns.py Drop old Python and Django versions (#220) 2022-12-03 13:49:09 +01:00