2018-06-01 12:29:17 +00:00
|
|
|
### Django EAV 2 - Entity-Attribute-Value storage for Django
|
2010-09-28 13:39:57 +00:00
|
|
|
|
2018-03-27 15:57:21 +00:00
|
|
|
#### Introduction
|
2010-09-28 13:39:57 +00:00
|
|
|
|
2018-06-01 12:29:17 +00:00
|
|
|
Django EAV 2 is a fork of django-eav (which itself was derived from eav-django).
|
2018-03-27 15:57:21 +00:00
|
|
|
This project aims to:
|
2010-09-28 13:39:57 +00:00
|
|
|
|
2018-06-01 12:29:17 +00:00
|
|
|
- add Python 3 support
|
|
|
|
|
- add Django 1.11 and 2.0 support
|
|
|
|
|
- modernize and clean-up the codebase
|
|
|
|
|
- drop Django <1.11 dependencies
|
|
|
|
|
- remove dependency on Sites framework
|
|
|
|
|
- fix unresolved issues
|
|
|
|
|
- update documentation (Sphinx + ReadTheDocs)
|
|
|
|
|
- create exhaustive (and automated) tests
|
|
|
|
|
- add new features
|
|
|
|
|
|
|
|
|
|
(For now) our progress can be tracked through issues. Feel free
|
|
|
|
|
to join the discussion.
|