datatracker/ietf/person
2017-05-09 20:16:11 +00:00
..
migrations Created an EditedAuthorsDocEvent to capture the basis or reason for changing a documentauthor set. Mapped a large number of email addresses found from the RFC Editor database and from parsing RFCs to the right Person objects, and creating Person objects as necessary. Updated the documentauthors set for RFCs based on reconciling what the tracker already knew with the RFC Editor database and the parsing the RFCs. Manually inspected the Updates to ensure no author was inappropriately removed from the set. Commit ready for merge. 2017-05-09 20:16:11 +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 Adds scripts to create/delete a dummy nomcom to use in development environments. Commit ready for merge. Fixes #2283. 2017-04-18 16:13:14 +00:00
fields.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
models.py Merged in [12930] from rjsparks@nostrum.com: 2017-02-28 21:50:12 +00:00
name.py Extended name_parts to consider military rank prefixes. 2017-02-10 21:58:39 +00:00
resources.py Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
tests.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
urls.py Merged in Django-1.10 upgrade work from ^/personal/henrik/6.43.1-django-1.10 2017-02-19 18:18:00 +00:00
utils.py Reworked the email address handling in order to be able to support non-ascii names as part of email address fields. Reworked the generation of user names in the test suite to generate names from multiple non-ascii locales. Fixes issue #2080. 2017-02-18 21:50:18 +00:00
views.py Make it possible to merge nominations with inactive email addresses in the Nominee Merge form. 2016-10-05 17:03:31 +00:00