Metadata-Version: 1.2
Name: drf_eagerloading
Version: 0.0.3
Summary: Calculate prefetch_related and select_related recursively based on the definition on the serializers.
Home-page: https://github.com/talpor/drf_eagerloading
Author: Pedro Piñango
Author-email: ppinango@talpor.com
License: MIT license
Description: ================
        DRF EagerLoading
        ================
        
        
        .. image:: https://img.shields.io/pypi/v/drf_eagerloading.svg
                :target: https://pypi.python.org/pypi/drf_eagerloading
        
        .. image:: https://img.shields.io/travis/talpor/drf_eagerloading.svg
                :target: https://travis-ci.org/talpor/drf_eagerloading
        
        .. image:: https://readthedocs.org/projects/drf-eagerloading/badge/?version=latest
                :target: https://drf-eagerloading.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
            :target: https://github.com/psf/black
        
        
        Calculate prefetch_related and select_related recursively based on the definition on the serializers.
        
        
        * Free software: MIT license
        * Documentation: https://drf-eagerloading.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.0.3 (2020-12-29)
        ------------------
        
        * Pass context to nested serializers
        
        0.0.2 (2019-08-14)
        ------------------
        
        * Removing support for Python<3.6
        
        0.0.1 (2019-08-14)
        ------------------
        
        * First release on PyPI.
        
Keywords: drf_eagerloading
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
