datatracker/ietf/person
2019-07-15 15:40:51 +00:00
..
management Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
migrations 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
templatetags Added a get_active_ads() utility function that uses the cache to reduce database access. Moved some utility functions so as to reduce import loops. 2018-04-01 18:36:36 +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 Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
fields.py Replaced use of six with the equivalent pure python3 constructs. 2019-07-08 10:43:47 +00:00
forms.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
models.py Replaced use of six with the equivalent pure python3 constructs. 2019-07-08 10:43:47 +00:00
name.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
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
tests.py Removed unused imports. 2019-07-04 21:06:57 +00:00
urls.py Add view for merge person records. Commit ready for merge. 2018-03-18 18:01:56 +00:00
utils.py Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
views.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