Metadata-Version: 2.1
Name: dgeq
Version: 0.3.7
Summary: Provide a query string API for construction of complex django QuerySet - https://dgeq.readthedocs.io/
Home-page: https://github.com/qcoumes/dgeq
Author: Coumes Quentin
Author-email: coumes.quentin@gmail.com
License: UNKNOWN
Description: 
        # CHANGELOG
        
        
        #### 0.3.7
        
        * `user` argument is now mandatory only when `use_permission=True` in `utils.serialize`
        
        #### 0.3.6
        
        * `user` argument is now mandatory only when `use_permission=True`
        
        #### 0.3.5
        
        * Fix an error occurring when a `ForeignField` is None
        * User's password are private by default
        
        #### 0.3.4
        
        * Fix an exception when no `related_name` is given on a related field
        
        #### 0.3.3
        
        * Reverse field's name are now correctly fetched
        
        #### 0.3.2
        
        * Joins now correctly account for nullable foreign key
        
        #### 0.3.1
        
        * Minor fix
        
        
        ### 0.3.0
        
        * Instead of calling commands in a specific order, each field/value pair of the
        query string call the commands with a regex matching the field. The main
        consequence of this change is that query argument's order now matter.
        
        * Added `c:distinct` command as well as `distinct` argument for for `c:join`. A
        new function called `dcount` (to make distinct count) has been added for
        `c:aggregate` and `c:annotate`.
        
        #### 0.2.1
        
        * Added `serialize()` method to serialize a model instance in the same format
          as a `GenericQuery`'s row.
        
        ### 0.2.0
        
        * Now can allow only specific field for each Model, or can use django's permission system
        
        #### 0.1.1 & 0.1.2
        
        * Added missing MANIFEST.in
        
        ### 0.1.0
        
        * Initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Description-Content-Type: text/markdown
