datatracker/ietf/api
2018-08-10 12:54:27 +00:00
..
management Replaced the use of a deprecated Django field attribute with the sanctioned replacement. 2018-07-12 10:19:00 +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 Added a recursive object to JSON serializer and a view which will let any logged-in user download a JSON serialized copy of the datatracker information related to his person record. Added information about this, and a link, to the account page. Related to issue #2501. 2018-06-04 13:06:47 +00:00
serializer.py Added a recursive object to JSON serializer and a view which will let any logged-in user download a JSON serialized copy of the datatracker information related to his person record. Added information about this, and a link, to the account page. Related to issue #2501. 2018-06-04 13:06:47 +00:00
tests.py Removed video url import from youtube, which is not needed any more given the /api/meeting/session/video/url API endpoint. This also prevents duplicate video URLs. 2018-08-10 12:54:27 +00:00
urls.py Added a recursive object to JSON serializer and a view which will let any logged-in user download a JSON serialized copy of the datatracker information related to his person record. Added information about this, and a link, to the account page. Related to issue #2501. 2018-06-04 13:06:47 +00:00
views.py Added a missing related object to the person information export. Related to issue #2501. 2018-06-04 14:27:43 +00:00