astrosat / django-astrosat-users

Common backend library for Astrosat projects' user management
GNU General Public License v3.0
2 stars 0 forks source link

feat(backend): ignore blank CustomerSerializer fields #131

Closed allynt closed 3 years ago

allynt commented 3 years ago

The orbis client sometimes includes empty strings in form submissions. These ought to be converted to None for some fields.