datatracker/ietf/person
2015-04-21 15:51:26 +00:00
..
migrations Tweaked the email activation migration slightly. 2015-03-10 20:24:31 +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 Addressed another bug related to using SearchablePersonsField to choose Person objects, rather than Email objects. If one uses this for Person objects, then object.address isn't going to be terribly useful in the form ,,:-). Addresses issue #1684, #1685 and #1686. 2015-04-21 15:51:26 +00:00
models.py Made sure that Email.__unicode__() will return a string even if address is None. Fixes an exception on deleting an email address for a Person object in the admin interface. 2015-03-07 15:42:34 +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 Summary: Resolve person/email/document multiselect issue by importing 2014-11-25 16:47:48 +00:00
urls.py Summary: Resolve person/email/document multiselect issue by importing 2014-11-25 16:47:48 +00:00
views.py Summary: Resolve person/email/document multiselect issue by importing 2014-11-25 16:47:48 +00:00