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
5
Packages
Projects
Releases
Wiki
Activity
e1b8fdb3ab
datatracker
/
ietf
/
help
History
Henrik Levkowetz
e1b8fdb3ab
Added a page with GDPR-related information on handling of personal information within the datatracker.
...
- Legacy-Id: 15090
2018-04-26 12:16:20 +00:00
..
__init__.py
Added a set of help pages for document states (at /help/state/<doctype>/<statetype>/).
2013-02-27 22:01:18 +00:00
models.py
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
2017-03-25 19:16:45 +00:00
tests_views.py
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
2017-03-25 19:16:45 +00:00
urls.py
Added a page with GDPR-related information on handling of personal information within the datatracker.
2018-04-26 12:16:20 +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