django-multiselectfield/example/app
2021-02-14 16:49:14 +01:00
..
fixtures fix issue "TypeError: 'int' object is not iterable" during update (pre_save), add tests (#100) 2019-11-01 07:03:57 +01:00
migrations fix issue "TypeError: 'int' object is not iterable" during update (pre_save), add tests (#100) 2019-11-01 07:03:57 +01:00
__init__.py Add AppConfigs to example app and multiselectfield 2017-02-21 14:44:21 -07:00
admin.py Add support for MultiSelectFields being listed in Admin.list_display 2017-02-21 15:26:38 -07:00
apps.py Add AppConfigs to example app and multiselectfield 2017-02-21 14:44:21 -07:00
models.py fix issue "TypeError: 'int' object is not iterable" during update (pre_save), add tests (#100) 2019-11-01 07:03:57 +01:00
test_msf.py fix issue "TypeError: 'int' object is not iterable" during update (pre_save), add tests (#100) 2019-11-01 07:03:57 +01:00
urls.py Fix problem in travis with django/python version (#122) 2021-02-14 16:49:14 +01:00
views.py Fix flake8 errors 2019-09-24 11:58:55 +02:00