datatracker/ietf/person
2020-08-07 14:53:32 +00:00
..
management Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
migrations Added a migration corresponding to the new /api/notify/meeting/bluesheet endpoint selection for personal API keys. 2020-08-07 14:53:32 +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 Merged in the ExtResource work from rjsparks@nostrum.com, based on a feature request and contributions from rsalz@akamai.com. This provides external resource models for Person, Group, and Document models, as a generalisation of the previous related-URL concept. This provides a consistent labelling and classification of URLs and other resources related to a Group, Document, or Person. The GroupURL (and similar) classes will be removed in a later step. Some DocumentURL instances (such as auth48 URLs) remain to convert, as they have come in with other merged-in work while the ExtResource work was in transit. 2020-07-20 01:58:26 +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 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
name.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
resources.py explicit resource names for classes with the word resource in their name 2020-05-20 18:28:05 +00:00
tests.py Added a new field Person.plain as a fallback for names where plain_name() produces the wrong result. Fixes issue #3020. 2020-07-11 20:22:23 +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