What's Changed
* Add a bit of integration tests for models, forms and serializers by surenkov in https://github.com/surenkov/django-pydantic-field/pull/17
* Properly override `get_prep_value` and `get_db_prep_value` methods for PydanticSchemaField by surenkov in https://github.com/surenkov/django-pydantic-field/pull/20
Important note:
This release fixes 19, thus Django < 4.2 users should avoid installing previous one, `v0.2.4`.
I'm considering to delist 0.2.4 from PyPI to minimize the potential harm.
**Full Changelog**: https://github.com/surenkov/django-pydantic-field/compare/v0.2.4...v0.2.5