datatracker/ietf/person
2013-09-30 19:02:53 +00:00
..
fixtures Updated fixtures, built to be more internally consistent in order to be able to pre-load them for the test suite. 2013-09-30 19:02:53 +00:00
tests This commit isn't tested. It captures the state after merging in branch/ssw/agenda/v4.70. 2013-09-26 19:56:17 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Show 'plain name' in Person list view in admin. Related to #769. 2012-03-07 10:10:09 +00:00
forms.py Merge in milestones branch 2012-12-03 14:36:30 +00:00
models.py Renamed model .url() methods to .json_url() or .base_url(), depending on function. Replaced the use of custom django method request.get_host_protocol() with standard request.build_absolute_uri(). Removed an uncaught Http403 exception. Fixed a typo /venus_addr/venue_addr/. Removed relurl() methods; no longer needed. Removed some debug functions. 2013-09-29 21:14:07 +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
proxy.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
urls.py Move AJAX person search to person/ with some support form code. 2012-03-22 18:22:00 +00:00
views.py Two changes: (1) searches by substring rather than 2013-03-09 19:34:11 +00:00