Metadata-Version: 2.1
Name: django-deprecate-fields
Version: 0.0.1
Summary: This package allows deprecating model fields and allows removing them in a backwards compatible manner.
Home-page: https://github.com/3YOURMIND/django-deprecate-fields
Author: 3YOURMIND GmbH
License: Apache License 2.0
Keywords: django migration deprecation database backward compatibility
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: Django (<2.1,>=1.10)

# Django - Deprecate Field


## Contributing

First of all, thank you very much for contributing to this project. Please base
your work on the `master` branch and target `master` in your pull request.

## License

`django-deprecate-field` is released under the [Apache 2.0 License](./LICENSE).


