Skip to content

gagan144/django-tastypie-mongoengine

 
 

Repository files navigation

django-tastypie-mongoengine

This Django application provides MongoEngine support for django-tastypie.

This project is unmaintained. If anyone wants to step up and take over maintenance, please open an issue.

Django 1.9+ compatibility fixes

  • Fixed 'self._meta.queryset.query.query_terms' to return a set instead of dictionary as according to django-tastypie 0.13.3.
  • Replaced 'SortedDict' with 'collections.OrderedDict' since SortedDict is deprecated as of Django 1.7 & removed in Django 1.9.
  • In the method 'get_fields' of class 'MongoEngineResource', help_text of field is being retrieved which might not be present. Replaced with conditional retrieval.

Requirements

How to use?

About

MongoEngine support for django-tastypie.

Resources

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE
AGPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%