Skip to content

9nix00/django-rest-framework-mongoengine-hack

 
 

Repository files navigation

Django Rest Framework Mongoengine

This is a hack for django-rest-framework-mongoengine

the base version forked from tweiand-10m2.

he fix some bug but not merge into official code.

Installation

pip install django-rest-framework-mongoengine-hack

Don't forget to add the package to installed apps.

INSTALLED_APPS = (
    ...
    'rest_framework_mongoengine',
)

Change Note

version 1.0

  • change OrderedDict import path to support newer drf
  • make EmbeddedDocumentSerializer work
  • support for mongoengine 0.9+
  • fix error when exclude is not in DocumentSerializer
  • add LongField support

About

a hack version for django-rest-framework-mongoengine work with newer DRF and mongoengine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%