django-admin-interface/admin_interface
É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
..
fixtures Fixed migration error. 2021-11-25 11:58:00 +01:00
locale Update german translations. 2022-12-05 10:21:39 +01:00
migrations Drop old Python and Django versions (#220) 2022-12-03 13:49:09 +01:00
static Text color on focus (#223) 2022-12-09 11:08:02 +01:00
templates Include date hierarchy in quick removal links (#218) 2022-12-11 20:44:31 +01:00
templatetags Include date hierarchy in quick removal links (#218) 2022-12-11 20:44:31 +01:00
__init__.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00
admin.py Drop old Python and Django versions (#220) 2022-12-03 13:49:09 +01:00
apps.py Remove `post_migrate` signal handler and multi db test. 2022-12-03 14:01:57 +01:00
cache.py Drop old Python and Django versions (#220) 2022-12-03 13:49:09 +01:00
models.py Reformat models module. 2022-12-03 14:04:01 +01:00
settings.py Drop old Python and Django versions (#220) 2022-12-03 13:49:09 +01:00
version.py Drop old Python and Django versions (#220) 2022-12-03 13:49:09 +01:00