-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Tests that need to be written to convince ourselves that this really works. I will probably add to this list over time.
- Pydantic types are properly mapped to Django field classes
- Pydantic validation occurs in clean()
- Pydantic type coercion occurs before Django can reject values.
- Django form definitions can still add additional fields or override fields present on the Pydantic model.
- Works with Crispy
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In progress