1
0
Fork 0
satnogs-db/db/api
Corey Shields 83f9b07e21 Updates for newer API / django rest framework
Update to Django Rest Framework 3.12.2 with improved schema generation.

However, it is still not quite complete for what we need (and what we currently postprocess for). Instead of postprocessing, this commit introduces our own extended generator to add the missing fields.

Once this is vetted good, we can remove contrib/postprocess-openapi-schema.py 

Also added better comments to api/views.py which will end up in schema docs

Signed-off-by: Corey Shields <cshields@gmail.com>
2020-12-29 07:48:58 -05:00
..
__init__.py Initial commit 2015-04-22 18:10:13 +03:00
filters.py isort: Fix line length configuration 2020-09-29 00:19:55 +03:00
generators.py Updates for newer API / django rest framework 2020-12-29 07:48:58 -05:00
pagination.py Remove python3 migration remnants 2020-05-27 20:54:39 +02:00
perms.py Remove python 2 compatibility code 2020-07-13 13:32:45 +03:00
renderers.py Add browsable API for jsonld format 2020-07-16 06:26:23 +03:00
serializers.py isort: Fix line length configuration 2020-09-29 00:19:55 +03:00
tests.py isort: Fix line length configuration 2020-09-29 00:19:55 +03:00
urls.py Remove LatestTle model and introduce LatestTleSet model 2020-09-22 17:37:55 +03:00
views.py Updates for newer API / django rest framework 2020-12-29 07:48:58 -05:00