datatracker/ietf/person
Ole Laursen 7f25469c6b Drop the group/person/role global fixtures, the fixture loader in
Django 1.6 refuses to load them because they have dangling foreign
keys, and in rewriting them it turns out it is easier to do so in code
- so refactor the test data generation code to have a separate
function with the unchanging base data and call that from the global
fixture setup
 - Legacy-Id: 6917
2013-12-13 15:58:36 +00:00
..
fixtures Drop the group/person/role global fixtures, the fixture loader in 2013-12-13 15:58:36 +00:00
tests Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures. 2013-09-30 20:36:20 +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
ajax.py Use built-in json module in Python instead of simplejson bundled with Django 2013-12-11 16:59:19 +00:00
forms.py Use built-in json module in Python instead of simplejson bundled with Django 2013-12-11 16:59:19 +00:00
models.py Remove backwards compatibility person() method on Person 2013-12-07 12:13:14 +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
urls.py Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django 2013-12-11 16:36:09 +00:00
views.py Two changes: (1) searches by substring rather than 2013-03-09 19:34:11 +00:00