datatracker/ietf/person
2016-09-08 14:48:59 +00:00
..
migrations Added a backwards migration for person.0013_add_plain_name_aliases. 2016-06-14 15:11:05 +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 Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking). 2016-09-08 14:48:59 +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 document information and submission timeline to profile pages. Refactored the chart data generation. 2016-09-06 19:25:51 +00:00
name.py Added some guards against bad data in name_parts(). 2016-06-06 16:30:30 +00:00
resources.py Made it possible to filter on photo and bio fields in the API. 2016-06-11 19:48:36 +00:00
tests.py Added tests for various photo pages. 2016-06-09 21:59:17 +00:00
urls.py Added fixes for various profile page problems found by the test crawler. 2016-06-11 21:54:14 +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 document information and submission timeline to profile pages. Refactored the chart data generation. 2016-09-06 19:25:51 +00:00