project-callisto / django-wizard-builder

{{ ARCHIVED('this code has been moved into callisto-core') }}
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

invalid models need a status identifier #80

Closed coilysiren closed 7 years ago

coilysiren commented 7 years ago

so the admin can know which ones are invalid

coilysiren commented 7 years ago

ideally I can create this without adding a new field, via validating the models in admin and caching the result

coilysiren commented 7 years ago

better idea: models should be unable to be placed in an invalid state