datatracker/ietf/person
2020-06-24 20:39:27 +00:00
..
management Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
migrations Changed NullBoleanField() to BooleanField(null=True), according to the 2.1 upgrade recommendations. 2020-06-24 20:33:57 +00:00
templatetags Merged in [17557] from fenton@bluepopcorn.net: 2020-03-30 20:07:25 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Tweaked PersonAdmin to show name_from_draft after the name field. 2018-09-29 20:05:33 +00:00
ajax.py Updated (deprecated, unregistered) 'text/json' with 'application/json' everwhere. Commit ready for merge. 2018-03-17 15:14:57 +00:00
factories.py Merged in [18020] from rjsparks@nostrum.com: 2020-06-22 12:58:44 +00:00
fields.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
forms.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
models.py Changed NullBoleanField() to BooleanField(null=True), according to the 2.1 upgrade recommendations. 2020-06-24 20:33:57 +00:00
name.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
resources.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
tests.py Adjusted the code to the changed signature of admin.utils.get_deleted_objects() 2020-06-24 20:39:27 +00:00
urls.py Add view for merge person records. Commit ready for merge. 2018-03-18 18:01:56 +00:00
utils.py Adjusted the code to the changed signature of admin.utils.get_deleted_objects() 2020-06-24 20:39:27 +00:00
views.py Adjusted the code to the changed signature of admin.utils.get_deleted_objects() 2020-06-24 20:39:27 +00:00