Metadata-Version: 1.1
Name: hbx-django-tastypie-mongoengine
Version: 0.4.6
Summary: MongoEngine support for django-tastypie. Fixed for Django 1.9+
Home-page: https://github.com/wlanslovenija/django-tastypie-mongoengine
Author: wlan slovenija
Author-email: open@wlan-si.net
License: AGPLv3
Description-Content-Type: UNKNOWN
Description: 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
        ------------
        
        * Python_ 2.7+
        * Django_ 1.9+
        * django-tastypie_ 0.13.3+
        * MongoEngine_ 0.10.6+
        
        .. _Python: https://python.org
        .. _Django: http://djangoproject.com
        .. _django-tastypie: https://github.com/toastdriven/django-tastypie
        .. _MongoEngine: http://mongoengine.org
        
        How to use?
        -----------
        
        * See documentation: http://django-tastypie-mongoengine.readthedocs.org
        * See usage in tests: http://github.com/wlanslovenija/django-tastypie-mongoengine/tree/master/tests
        
Keywords: REST RESTful tastypie mongo mongodb mongoengine django
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
