{ "info": { "author": "Kalum J. Ost", "author_email": "kalumost@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "rest-meets-djongo\n===\nThis package enables default model serializers for models with Djongo \nfields to be generated, for use in Django-Rest-Framework apps\n\n## Features\n**NOTE: This repo is currently under active development, and many of the\nfeatures of the package may act in strange ways. Please report any issues \nto [GitLab](https://gitlab.com/SomeoneInParticular/rest_meets_djongo/issues) \nor [GitHub](https://github.com/SomeoneInParticular/rest_meets_djongo/issues) \nas you find them**\n\nSimilar to DRF ModelSerializers, creating serializers using \nDjongoModelSerializer allows for the following fields to be detected and \nautomatically managed through DRF's serializer setup. These fields \ninclude:\n* ObjectIDField\n* EmbeddedModelField\n* ArrayModelField\n\nThe following are currently not fully functional, and as a result are \nnot explicitly supported (yet):\n* ForeignKeyField (Reverse relations are not generated, even if specified, \nby Djongo)\n* ManyToManyField (Reverse relations are not generated, even if specified, \nby Djongo)\n* ArrayReferenceField (WIP)\n\n## Installation\n