datatracker/ietf/person
2016-06-02 19:20:34 +00:00
..
migrations MOdified the 0011_populate_photos migration to set photo thumbnail values which include the photos dirname under the media_root. Added a reverse migration, for easier testing from a clean state. 2016-06-02 19:20:34 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Made ietf/person pyflakes-clean. Fixed a bug where Person.role_email() might blow up if given a group parameter. 2014-03-15 19:37:25 +00:00
ajax.py Made ietf/person pyflakes-clean. Fixed a bug where Person.role_email() might blow up if given a group parameter. 2014-03-15 19:37:25 +00:00
factories.py Tweak factories to not randomly create keys that violate constraints. Commit ready for merge 2016-01-28 20:12:00 +00:00
fields.py Improved SearchablePersonField to show the primary email address for any search results where a name appears more than once. 2015-12-22 21:42:55 +00:00
models.py Merged in ^/personal/rjs/6.21.1.dev0@11257 2016-06-01 16:37:01 +00:00
name.py Add an name utility function to return a name's initials. Handle names with an uppercase surname to the left of the given name correctly. 2012-10-25 21:10:30 +00:00
resources.py Introduced caching for the api resources. 2016-03-15 23:12:04 +00:00
tests.py Have person.formatted_email() return the primary address if one is so marked. Fixes #1928. Commit ready for merge. 2016-04-22 20:19:21 +00:00
urls.py Summary: Resolve person/email/document multiselect issue by importing 2014-11-25 16:47:48 +00:00
utils.py Improved SearchablePersonField to show the primary email address for any search results where a name appears more than once. 2015-12-22 21:42:55 +00:00
views.py Summary: Resolve person/email/document multiselect issue by importing 2014-11-25 16:47:48 +00:00