mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-04-14 20:21:02 +00:00
23 lines
1,018 B
Markdown
23 lines
1,018 B
Markdown
[](https://travis-ci.org/makimo/django-eav2)
|
|
[](https://coveralls.io/github/makimo/django-eav2?branch=master)
|
|
[](https://codeclimate.com/github/makimo/django-eav2/maintainability)
|
|
|
|
### Django EAV 2 - Entity-Attribute-Value storage for Django
|
|
|
|
#### Introduction
|
|
|
|
Django EAV 2 is a fork of django-eav (which itself was derived from eav-django).
|
|
This project aims to:
|
|
|
|
- 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.
|