django-eav2/eav
2010-11-02 09:13:24 -04:00
..
tests Reorganized dir 2010-09-27 16:28:52 +03:00
__init__.py Added sites framework 2010-09-30 12:43:26 +03:00
admin.py Reorganized dir 2010-09-27 16:28:52 +03:00
fields.py Removed uuid (not used) 2010-09-29 18:52:58 +03:00
forms.py Reorganized dir 2010-09-27 16:28:52 +03:00
managers.py Reorganized dir 2010-09-27 16:28:52 +03:00
models.py removed unique together statement that forced the eav to act like a dict, now the eav acts like a multi-valued dict. This is useful for my use case where a family (a single entity) may have multiple children (multiple values for the same attribute). 2010-11-02 09:13:24 -04:00
registry.py Added sites framework 2010-09-30 12:43:26 +03:00
validators.py Reorganized dir 2010-09-27 16:28:52 +03:00