datatracker/ietf/secr/areas
2017-01-09 21:26:30 +00:00
..
__init__.py Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps. 2013-03-05 22:43:31 +00:00
forms.py Fixed the use of a non-existing model in AddAreaForm. It does however look like this form isn't used anywhere, so I've also commented the code out for now. 2014-03-15 23:22:03 +00:00
tests.py Renamed a bunch of identically named MainTestCase classes. 2016-03-06 18:18:38 +00:00
urls.py Django 1.9: Removed deprecated use of django.conf.urls.patterns() from all urls*.py files. 2016-12-22 17:21:57 +00:00
views.py The context_instance parameter to render_to_response() and render_to_string() is now deprecated. Fixed this, and generally changed the idiom render_to_response('template.html', {}, RequestContext(request)) to the newer and simpler render(request, 'template.html', {}). About 200 instances. 2017-01-09 21:26:30 +00:00