datatracker/ietf/secr/meetings
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
blue_sheets.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 some pyflakes and form initialization issues with the upgrade to DurationField. 2016-12-21 17:03:39 +00:00
models.py Made ietf/secr/meetings pyflakes-clean and fixed a bug in the signature of is_combined() 2014-03-15 23:25:59 +00:00
tests.py Upgraded custom TimedeltaFields to use the builtin DurationField from Django 1.8, and adjusted forms and initialization values accordingly. 2016-12-20 22:56:34 +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