django-eav2/eav
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
..
locale/ru/LC_MESSAGES Provide russian translation (#45) 2019-02-25 20:04:17 +01:00
migrations patch migration, made tox check for missing migrations (#35) 2018-08-02 11:16:44 +02:00
__init__.py Bump version to 0.12.0 2018-09-21 11:49:03 +00:00
admin.py Move remaining docstrings to Google-stype format (#10) 2018-07-27 13:23:57 +00:00
decorators.py Move remaining docstrings to Google-stype format (#10) 2018-07-27 13:23:57 +00:00
exceptions.py Validate against illegal assignments (#17) 2018-06-21 14:27:04 +02:00
fields.py Move remaining docstrings to Google-stype format (#10) 2018-07-27 13:23:57 +00:00
forms.py Move remaining docstrings to Google-stype format (#10) 2018-07-27 13:23:57 +00:00
managers.py Move remaining docstrings to Google-stype format (#10) 2018-07-27 13:23:57 +00:00
models.py Add ability to assign enum values as strings (#46) 2019-06-20 18:14:19 +02:00
queryset.py Add ability to assign enum values as strings (#46) 2019-06-20 18:14:19 +02:00
registry.py Move remaining docstrings to Google-stype format (#10) 2018-07-27 13:23:57 +00:00
validators.py Add ability to assign enum values as strings (#46) 2019-06-20 18:14:19 +02:00