datatracker/ietf/person
2015-02-13 13:04:42 +00:00
..
migrations Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x. 2015-02-08 21:16:44 +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 Don't add the group's ad to the list of people who need to be at a meeting if the group doesn't have an ad. Protects the field formatter from occurances of None in passed in lists. Patch applied to production. Commit ready for merge. 2015-01-07 21:24:42 +00:00
models.py Don't create empty Alias records. Fixes issue #1603. 2015-02-13 13:04:42 +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
resources.py Added generated (and sometimes manually tweaked) resources.py files. 2014-12-14 20:33:25 +00:00
tests.py Revamp the AutocompletedEmailsField API a bit to allow for an AutocompletedPersonsField 2014-08-18 13:55:43 +00:00
urls.py Revamp the AutocompletedEmailsField API a bit to allow for an AutocompletedPersonsField 2014-08-18 13:55:43 +00:00
views.py Make the meeting session request tool use a Person field rather than 2014-08-19 08:18:17 +00:00