datatracker/ietf/secr/proceedings
2017-01-09 21:26:30 +00:00
..
migrations Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x. 2015-02-08 21:16:44 +00:00
templatetags Updates and bugfixes to the agenda editing features 2014-04-01 22:17:18 +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 Closed off the old paths for materials upload (redirecting some old entry points). Commit ready for merge. 2016-09-19 19:06:22 +00:00
models.py Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking). 2016-09-08 14:48:59 +00:00
new_tables.sql 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
proc_utils.py Merged in code from rcross@amsl.com to bring back the automatic conversion of slides from powerpoint to pdf. 2016-11-17 07:30:14 +00:00
report_progress_report.py Made ietf/secr/proceedings pyflakes-clean. 2014-03-15 23:31:09 +00:00
tests.py Closed off the old paths for materials upload (redirecting some old entry points). Commit ready for merge. 2016-09-19 19:06:22 +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
utils.py Merged in [11778] from rjsparks@nostrum.com: 2016-08-17 18:28:02 +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