Henrik Levkowetz
|
7b95411f58
|
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.
- Legacy-Id: 12637
|
2017-01-09 21:26:30 +00:00 |
|
Henrik Levkowetz
|
498777ad24
|
Made ietf/secr/{drafts,roles,ipradmin} pyflakes-clean.
- Legacy-Id: 7482
|
2014-03-15 22:06:48 +00:00 |
|
Ole Laursen
|
84a9f49053
|
mimetype -> content_type (mimetype is deprecated)
- Legacy-Id: 6945
|
2013-12-16 16:53:47 +00:00 |
|
Ole Laursen
|
6a98fec2c3
|
Use built-in json module in Python instead of simplejson bundled with Django
- Legacy-Id: 6883
|
2013-12-11 16:59:19 +00:00 |
|
Henrik Levkowetz
|
7e67b40a87
|
Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps.
- Legacy-Id: 5482
|
2013-03-05 22:43:31 +00:00 |
|