datatracker/ietf/person
Henrik Levkowetz ebe45e5312 Added tests for various photo pages.
- Legacy-Id: 11305
2016-06-09 21:59:17 +00:00
..
migrations Added and updated migrations. 2016-06-06 16:30:54 +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 Tweaked the person factory to provide bio and photo on request. 2016-06-09 21:51:46 +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 Added default values to the photo and photo_thumb fields. Made photo_name() return unicode. Made plain_name not fall back to ascii_short, as that's not meaningful. 2016-06-09 21:53:52 +00:00
name.py Added some guards against bad data in name_parts(). 2016-06-06 16:30:30 +00:00
resources.py Introduced caching for the api resources. 2016-03-15 23:12:04 +00:00
tests.py Added tests for various photo pages. 2016-06-09 21:59:17 +00:00
urls.py Added personal photo+bio pages. 2016-06-05 20:14:50 +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 Added personal photo+bio pages. 2016-06-05 20:14:50 +00:00