datatracker/ietf/person
2020-11-09 19:41:12 +00:00
..
management Disabled mail sending for management command check_person_names_and_aliases, to avoid duplicate person email notifications. 2020-10-24 15:12:59 +00:00
migrations Added matching indexes to a number of models with ordering by multiple keys. 2020-11-09 19:41:12 +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 Added matching indexes to a number of models with ordering by multiple keys. 2020-11-09 19:41:12 +00:00
name.py Fixed a bug in the name_parts() function when dealing with names listing uppercased surname first, followed by given name. 2020-10-11 15:07:37 +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 view to retrieve profile photos, in order to support Meetecho's need for such, at /person/{email}/photo. The default is to supply images with 80px width. Image scaling is available using the same query argument as Gravatar: ?size=200 or ?s=200 for 200-pixel wide images. 2020-09-10 21:41:01 +00:00
urls.py Added a view to retrieve profile photos, in order to support Meetecho's need for such, at /person/{email}/photo. The default is to supply images with 80px width. Image scaling is available using the same query argument as Gravatar: ?size=200 or ?s=200 for 200-pixel wide images. 2020-09-10 21:41:01 +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 Added better guards against passing empty data to the person profile template. 2020-10-20 12:35:05 +00:00