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
3
Packages
Projects
Releases
Wiki
Activity
7b95411f58
datatracker
/
ietf
/
release
History
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
..
__init__.py
Added a simple page to show release information parsed from a release's changelog file.
2012-10-25 21:29:53 +00:00
tests.py
Added simple tests for help and release pages.
2015-04-05 20:59:51 +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