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
fae97ed7d9
datatracker
/
ietf
/
api
History
Henrik Levkowetz
bdc73e771a
Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
...
- Legacy-Id: 16461
2019-07-16 13:20:05 +00:00
..
management
Updated the file header generated by the makeresources managment command to set Copyright and file encoding, and use io.open() for py2/3 compatibility.
2019-07-15 14:35:25 +00:00
templates
/api
Added a very simple html version of the json API, to make it easier to explore the api manually.
2015-08-09 16:28:55 +00:00
__init__.py
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
2019-07-15 19:14:04 +00:00
serializer.py
Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
2019-07-16 13:20:05 +00:00
tests.py
Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3
2019-07-15 15:40:51 +00:00
urls.py
Merged in [15263], [15264], [15265], [15287] from rcross@amsl.com:
2018-10-08 14:23:51 +00:00
views.py
Py2/3 compatibility: Added __future__ import.
2019-07-15 15:52:18 +00:00