datatracker/ietf/dbtemplate
Lars Eggert 220be21998
chore: Use codespell to fix typos in code. (#4797)
* chore: Use codespell to fix typos in code.

Second part of replacement of #4651

@rjsparks, I probably need to revert some things here, and I also
still need to add that new migration - how do I do that?

* Revert migrations

* Migrate "Whitelisted" to "Allowlisted"

* TEST_COVERAGE_MASTER_FILE -> TEST_COVERAGE_MAIN_FILE

* Fix permissions

* Add suggestions from @jennifer-richards
2022-12-07 15:10:35 -06:00
..
fixtures chore: Use codespell to fix typos in code. (#4797) 2022-12-07 15:10:35 -06:00
migrations Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
resources Application to store templates in database. Fixes #908 2012-11-27 12:02:43 +00:00
templates/dbtemplate chore: Use codespell to fix typos in code. (#4797) 2022-12-07 15:10:35 -06:00
__init__.py Application to store templates in database. Fixes #908 2012-11-27 12:02:43 +00:00
admin.py Added dbtemplate validation to the class, to make sure one cannot enter invalid DBtemplates through the admin. 2019-03-25 10:03:46 +00:00
factories.py Bring the factory-boy and Faker dependencies forward through some minor breaking changes. Stop using the deprecated fr_QC locale in Faker. Commit ready for merge. 2021-08-03 22:22:35 +00:00
forms.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
models.py Removed some Py2 compatibility decorators. 2020-04-21 13:54:31 +00:00
resources.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
template.py Merged in [18446] from rcross@amsl.com: 2020-09-01 13:03:04 +00:00
urls.py Merged in [16092] from rcross@amsl.com: 2019-03-26 15:53:41 +00:00
views.py Converted many cases of plain-text 403 messages to use a properly styled page instead, with a login link when appropriate. Also changed some API endpoint 400 responses to a more correct 403. 2020-08-06 10:59:52 +00:00