datatracker/redesign/person
Ole Laursen d80a72dff1 Fallback on latest email address if we don't know anything else,
modify email importer to set the timestamp accordingly with high
priority email addresses first (to prevent old, inactive email
addresses from taking precedence)
 - Legacy-Id: 3776
2011-12-21 12:49:45 +00:00
..
__init__.py Added redesign work-in-progress 2010-11-19 19:21:15 +00:00
admin.py Change auth model for new schema to use Person rather than Email where email is not necessary, use Person for user profiles rather than the old unused profile class, use REMOTE_USER backend directly instead of custom backend, use group roles for authorization rather than Django groups, port/proxy code from using IESGLogin to the new model 2011-05-25 12:33:24 +00:00
models.py Fallback on latest email address if we don't know anything else, 2011-12-21 12:49:45 +00:00
name.py Move name parsing to separate file 2011-09-16 11:25:51 +00:00
proxy.py Add person foreign key on Role to link the role and person directly instead of through Email, this will allow us to use non-personal emails on roles 2011-09-14 14:01:17 +00:00