datatracker/ietf/person
Ole Laursen a5e1586433 Add option (default set to true) to EmailsField to require that the
email addresses have associated Datatracker accounts - this takes
effect immediately for the JS auto-complete thing, but the actual
validation afterwards doesn't actually require it yet (check commented
out for the time being), as it appears there are still a few people
without accounts in active groups
 - Legacy-Id: 8277
2014-08-17 15:39:22 +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
fields.py Add option (default set to true) to EmailsField to require that the 2014-08-17 15:39:22 +00:00
models.py A little bit of cleanup, don't allow selecting email addresses without 2014-08-17 10:08:11 +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
tests.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
urls.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
views.py Add option (default set to true) to EmailsField to require that the 2014-08-17 15:39:22 +00:00