Metadata-Version: 2.1
Name: dj-migration-test
Version: 0.3.1
Summary: Django migration test module
Home-page: https://github.com/philsupertramp/dj-migration-test
Author: Philipp Zettl
Author-email: philipp.zettl@godesteem.de
License: MIT
Download-URL: https://github.com/philsupertramp/dj-migration-test/archive/0.3.1.tar.gz
Description: ## dj-migration-test
        
        Django migration test module.  
        
        # Requirements
        
        ```text
        django>=2.2.0
        ```
        
        # Setup
        
        # Example
        
        For examples see the [examples](/examples) directory
        
        # Tips
        
        For single migrations do not use the attribute `migrate_from` the test suite will dynamical determine
        the previous step.
        
Keywords: Django,Testing,Database
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
