Commit graph

13 commits

Author SHA1 Message Date
David
99b9bfc3ef
fixes https://github.com/jazzband/django-eav2/issues/163 (#164)
* fixes https://github.com/jazzband/django-eav2/issues/163

* chore: revert content to master

* fix: don't expand relational fields

* chore: ignore .vscode

* chore: update changelog

* chore: remove stale code

Co-authored-by: Mike <mike@zivix.com>
Co-authored-by: Mike <22396211+Dresdn@users.noreply.github.com>
2022-02-08 18:13:12 -08:00
MajekX
f35ceaed22 Add registration via metaclass (#23)
Example:

    class SomeModel(metaclass=EAVModelMeta):
        pass
2018-07-27 14:01:38 +00:00
Iwo Herka
c3621024f8 Update gitignore 2018-06-20 10:52:20 +02:00
Iwo Herka
e55a937b35 Update gitignore 2018-05-18 13:37:53 +02:00
Iwo Herka
f13cce9dcd Update .gitignore for Python and Vim 2018-03-27 17:30:09 +02:00
Iwo Herka
57252d09d0 Remove default 'objects' manager when appending EntityManager. 2017-09-04 13:06:16 +02:00
Hamdi Sahloul
f29f4ab2c3 Include migrations 2016-10-14 02:00:54 +09:00
David Gelvin
e944804173 Added setup, tweaked docs 2010-09-28 13:45:20 +03:00
David Gelvin
8744714574 Reorganized dir 2010-09-27 16:30:16 +03:00
ksamuel
36c212b42d Fix in tests import 2010-09-07 10:35:31 +00:00
David Gelvin
b59c5b60bb Reorganized files 2010-09-07 08:33:42 +00:00
David Gelvin
f6f61cda85 Cleaned up 2010-09-06 21:22:41 +00:00
David Gelvin
debe356381 Initial commit 2010-09-06 20:46:11 +00:00