datatracker/ietf/mailtrigger
Jennifer Richards 81dc5554a8
test: unpin django-stubs and update mypy (#6901)
* chore: Unpin django-stubs / update mypy

* test: Use "app.model" for ManyToManyField

django-stubs requires "app.model" instead of just "model" for
ManyToManyField lazy model references.

See https://github.com/typeddjango/django-stubs/issues/1802
2024-01-10 09:53:43 -06:00
..
migrations chore: reorder migrations 2023-11-01 11:45:23 -05:00
__init__.py mailtoken becomes mailtrigger 2015-09-17 20:03:45 +00:00
admin.py Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
forms.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
models.py test: unpin django-stubs and update mypy (#6901) 2024-01-10 09:53:43 -06:00
resources.py Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur. 2016-09-25 13:53:22 +00:00
test_utils.py Use temporary directories instead of "real" filesystem for tests. Fixes #3414. Commit ready for merge. 2021-11-05 19:45:57 +00:00
tests.py Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
urls.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
utils.py chore: black 2023-09-15 16:15:47 -05:00
views.py mailtoken becomes mailtrigger 2015-09-17 20:03:45 +00:00