astrosat / django-astrosat-core

Common backend library for Astrosat projects' core functionality
GNU General Public License v3.0
0 stars 0 forks source link

feat(backend): added ExcludableJSONSerializer #58

Closed allynt closed 3 years ago

allynt commented 3 years ago

Added a Serializer that can skip specific fields. (This is a Django Serializer and not a Django-Rest-Framework Serializer.)