Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wip: create form now as a feature field | Matthew Lemon | 2024-05-26 | 1 | -1/+0 |
| | |||||
* | Tests validation of resource create form | Matthew Lemon | 2024-05-24 | 1 | -6/+36 |
| | | | | | | | | In particular related to the new feature_slot field. Ensures that the feature_slot integer must be unique when attempts to save to the database and that the value given in the form is between 1 and 3. | ||||
* | Fixed the failing form test | Matthew Lemon | 2024-05-22 | 1 | -38/+23 |
| | | | | | We now pass a MultiValueDict object to which allows self.files.getlist() to work properly inside clean_pdf_files() | ||||
* | Migrates tests over from old project | Matthew Lemon | 2024-05-15 | 1 | -0/+60 |