Django EAV 2 - EAV storage for modern Django
Find a file
2018-06-03 15:42:16 +02:00
docs More spelling corrections 2010-09-29 13:25:41 +03:00
eav Migrate module docstrings to Google-style format (#10) (#5) 2018-06-03 15:42:16 +02:00
tests Add Q-expr rewriter/fix relational algebra (#1) 2018-05-18 13:18:24 +02:00
.coveralls.yml Add Coveralls configuration 2018-06-01 17:19:49 +02:00
.gitignore Update gitignore 2018-05-18 13:37:53 +02:00
.travis.yml Add Coveralls configuration 2018-06-01 17:19:49 +02:00
LICENSE Move license notice to root directory (#3) 2018-05-18 13:37:39 +02:00
README.md Add CodeClimate maintainability badge 2018-06-03 15:14:15 +02:00
requirements.txt Simplify requirements 2018-06-01 16:19:51 +02:00
runtests Update runtests; allow to run tests selectively 2018-04-06 14:25:29 +02:00
setup.py Remove remaining license notices (#3) 2018-05-30 17:04:11 +02:00

Build Status Coverage Status 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.