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
4
Packages
Projects
Releases
Wiki
Activity
918bb62b26
datatracker
/
ietf
/
help
History
Henrik Levkowetz
c7d31b44c3
Added django-simple-history and replaced the old (and unused) PersonHistory class with a history=HistoricalRecords() field on Person. Added the needed migrations and changes to admin, resources, and settings. Related to issues
#2505
and
#2507
.
...
- Legacy-Id: 15096
2018-04-27 17:36: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
Added django-simple-history and replaced the old (and unused) PersonHistory class with a history=HistoricalRecords() field on Person. Added the needed migrations and changes to admin, resources, and settings. Related to issues
#2505
and
#2507
.
2018-04-27 17:36:20 +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