This website requires JavaScript.
Explore
Help
Sign In
altf4arnold
/
datatracker
Watch
1
Star
0
Fork
You've already forked datatracker
0
Code
Issues
Pull requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
0b27ff13ec
datatracker
/
ietf
/
person
History
Ole Laursen
0b27ff13ec
Add missing test of AJAX person search view, found by coverage check
...
- Legacy-Id: 7089
2014-01-09 17:19:56 +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
Rewrite a bunch of HttpResponseRedirect + url reverse calls to instead
2013-12-17 10:23:42 +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 Person.objects.by_username/by_email for now - they aren't actually in use, the email one looks suspicious in that it takes the email from the User object, and the username one does not seem generally useful; also remove the unit tests of these two which was relying on an incomplete fixture
2013-12-20 12:13:02 +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
Add missing test of AJAX person search view, found by coverage check
2014-01-09 17:19:56 +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
mimetype -> content_type (mimetype is deprecated)
2013-12-16 16:53:47 +00:00