Disco DeDisco
|
6627042b7a
|
removed reliance on built-in django ModelForms from templates/core/base.html, apps.dashboard.forms, .tests.test_forms & .test_views
|
2026-01-24 13:36:31 -05:00 |
|
Disco DeDisco
|
0afc5ee8d7
|
defined Meta ordering of the Item() model in apps.dashboard.models; Item() also now returns a __str__ result; in .forms, defined a specific use-case of is_valid() method; a pair of new UTs in .tests.test_models help confirm str representation and list order of items; .test_forms now ensures the .is-invalid bootstrap class is tested as a css class attr; migrations run; full UT & FT suite back to passing state (tho a refactor of flimsy form customizations is desperately needed)
|
2026-01-24 13:00:12 -05:00 |
|
Disco DeDisco
|
49491e2497
|
new save FBVs, methods & test methods
|
2026-01-23 22:39:12 -05:00 |
|
Disco DeDisco
|
004241d52d
|
new form model in apps.dashboard.forms to handle existing item-lists; new test model in .tests.test_forms to accommodate; also new method in .test_views, but skipped for now
|
2026-01-23 22:23:40 -05:00 |
|
Disco DeDisco
|
f841408488
|
custom save method implemented in ItemForm(); views & tests updated accordingly (all UTs & FTs passing)
|
2026-01-21 15:02:26 -05:00 |
|
Disco DeDisco
|
0014d9124a
|
created apps.dashboard.forms & commensurate apps.dashboard.tests.test_forms; new ItemForm() ModelForm & EMPTY_ITEM_ERROR constant
|
2026-01-19 22:01:33 -05:00 |
|