Django-pydantic-field

Latest version: v0.3.12

Safety actively analyzes 710752 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 9

0.1.0

This is the first minor release of `django-pydantic-field`, with field-level type definitions:
python
class Foo(pydantic.BaseModel):
bar: int

class MyModel(models.Model):
meta: list[Foo] = SchemaField(schema=list[Foo])


In order to support this, I had to introduce a breaking changes in field api defintion:
all `Pydantic`-prefixed classes should be used without this prefix, e.g:

python
PydanticSchemaField -> SchemaField
PydanticSchemaRenderer -> SchemaRenderer
...

0.0.9

Page 9 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.