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
19eb5de983
datatracker
/
ietf
/
api
History
Henrik Levkowetz
92a84117b4
Added a type hint stub file for ietf/api/__init__.py, to capture variables created during module initialization.
...
- Legacy-Id: 16804
2019-10-01 20:29:02 +00:00
..
management
templates
/api
__init__.py
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
2019-07-15 19:14:04 +00:00
__init__.pyi
Added a type hint stub file for ietf/api/__init__.py, to capture variables created during module initialization.
2019-10-01 20:29:02 +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
urls.py
views.py
Py2/3 compatibility: Added __future__ import.
2019-07-15 15:52:18 +00:00