Metadata-Version: 2.1
Name: django-model-revisioning
Version: 0.0.1a3
Summary: Version control for django models.
Home-page: https://github.com/valberg/django-model-revisioning
License: GPL-3.0+
Author: Vidir Valberg Gudmundsson
Author-email: valberg@orn.li
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: django (>=2.2,<3.0)
Project-URL: Documentation, https://django-model-revisioning.readthedocs.io
Project-URL: Repository, https://github.com/valberg/django-model-revisioning
Description-Content-Type: text/x-rst

django-model-revisioning
========================

Add history to your models - migrations compatible!

.. image:: https://readthedocs.org/projects/django-model-revisioning/badge/?version=latest
   :target: https://django-model-revisioning.readthedocs.io/
   :alt: Documentation Status
.. image:: https://travis-ci.org/valberg/django-model-revisioning.svg?branch=master
   :target: https://travis-ci.org/valberg/django-model-revisioning
   :alt: Build Status
.. image:: https://codecov.io/gh/valberg/django-model-revisioning/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/valberg/django-model-revisioning
   :alt: Code Coverage

Supported versions
------------------

- Python 3.6, 3.7, (3.8 soon)
- Django 2.2.x, 3.0.x

Current state
-------------

django-model-revisioning is currently not production ready - we need more tests for that!

You can install the pre-release from PyPI though using::

    $ pip install django-model-revisioning

