django-eav2/tests
Mike ed7a808ee8
Allow for integer values larger than 32-bits (#137)
* style: apply ignores to all migrations

* feat: support 64-bit integers

* doc: update changelog

* test: add test for bigger than 32-bit integer
2021-12-18 19:29:38 -08:00
..
test_attributes.py Allow for integer values larger than 32-bits (#137) 2021-12-18 19:29:38 -08:00
test_data_validation.py test: use new test_project 2021-07-04 08:59:24 -07:00
test_forms.py test: Add new get_or_create() with defaults test 2021-10-20 07:06:09 -07:00
test_misc_models.py fix: correct str() and repr() for EnumGroup and EnumValue (#92) 2021-10-26 07:04:44 -07:00
test_queries.py test: Add new get_or_create() with defaults test 2021-10-20 07:06:09 -07:00
test_registry.py fix: handle models with empty local_managers (#90) 2021-10-26 06:10:36 -07:00
test_set_and_get.py test: use new test_project 2021-07-04 08:59:24 -07:00