django-eav2/tests
Alexander Anikeev e857819fce Add ability to assign enum values as strings (#46)
* Add ability to assign enum values as strings
* Remove unreachable code (enum validation now fails earlier)
* Enable filtering by enum value
2019-06-20 18:14:19 +02:00
..
__init__.py Test fixes + run script. 2017-09-05 12:01:20 +02:00
attributes.py Add form test involving enums 2018-08-10 08:19:37 +00:00
data_validation.py Add ability to assign enum values as strings (#46) 2019-06-20 18:14:19 +02:00
forms.py Add support for order_by clause to EavQuerySet (#39) 2018-09-21 13:47:03 +02:00
metaclass_models2.py Add registration via metaclass (#23) 2018-07-27 14:01:38 +00:00
metaclass_models3.py Add registration via metaclass (#23) 2018-07-27 14:01:38 +00:00
misc_models.py Add ability to assign enum values as strings (#46) 2019-06-20 18:14:19 +02:00
models.py Add support for order_by clause to EavQuerySet (#39) 2018-09-21 13:47:03 +02:00
queries.py Add ability to assign enum values as strings (#46) 2019-06-20 18:14:19 +02:00
registry.py Add registration via metaclass (#23) 2018-07-27 14:01:38 +00:00
set_and_get.py Remove unused imports (#3) 2018-06-14 16:15:30 +02:00
test_settings.py patch migration, made tox check for missing migrations (#35) 2018-08-02 11:16:44 +02:00