datatracker/ietf/api
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