Skip to content

jmichalicek/django-marshmallow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-marshmallow

Django specific serializers based on Marshmallow. This allows Marshmallow to be used for serializing Django models to JSON with a few shortcuts that you find in Django specific REST framework serializers.

Currently planned:

  • DjangoModelSerializer to automatically default to serializing all of the model's fields
  • PaginatedDjangoModelSerializer which takes a Django paginator object and works like Django Rest Framework PaginatedSerializer

About

Django specific serializers based on Marshmallow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages