datatracker/ietf/person
2019-06-30 20:44:45 +00:00
..
management Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
migrations Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +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 Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
forms.py Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
models.py Changed all model __unicode__() methods to __str__() 2019-06-28 21:07:08 +00:00
name.py Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00
resources.py Added the option to order API resource lists by primary key, for stable ordering when paging through a list. 2019-06-18 12:40:19 +00:00
tests.py Changed instances of json.loads(r.content) to r.json(). Changed some instances of assert* to assertContains. 2019-06-30 20:44:45 +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 Initial 2to3 patch with added copyright statement updates. 2019-06-27 14:40:54 +00:00