issues
search
surenkov
/
django-pydantic-field
Django JSONField with Pydantic models as a Schema
https://pypi.org/project/django-pydantic-field/
Other
116
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Got `TypeError: Object of type is not JSON serializable` when creating or bulk creating objects
#73
miaow2
opened
14 hours ago
0
Support for conint, conlist and other constrained types
#72
Fak3
opened
1 month ago
0
Instant validation of data is giving me more headache that benefit
#71
andreasnuesslein
opened
3 months ago
0
Propagate `allow_null` parameter to base DRF Field
#70
surenkov
closed
4 months ago
0
The allow_null parameter is not passed in rest framework SchemaField
#69
noamkush
closed
4 months ago
1
Validation error when rendering admin interface with no default
#68
scott-8
opened
4 months ago
2
Support for drf-spectacular
#67
holtgrewe
closed
4 months ago
1
Support `Tuple[]` and `NamedTuple` types
#66
pirate
opened
5 months ago
0
Improve `Optional[]` field UX by storing empty value as `null` instead of showing dropdown to select type
#65
pirate
opened
5 months ago
0
Unable to use objects with only `additionalProperties` (no pre-defined fields) within schema
#64
pirate
opened
5 months ago
1
Bypass field validation on model instantiation if it does not contain a `default=` argument
#63
surenkov
closed
6 months ago
0
Posibility to omit a fields in the resulting JSON when it's unset?
#62
andreasnuesslein
closed
6 months ago
3
Weird return format in DRF
#61
andreasnuesslein
closed
6 months ago
7
Removed a dangling import which is causing the install to fail in v0.3.5 and v0.3.6
#60
Abdullah0297445
closed
7 months ago
1
Add `django-jsonform` widget incorporation for v2 fields
#59
surenkov
closed
7 months ago
0
Error constructing model instance with no field default
#58
noamkush
closed
6 months ago
5
Use `mode=json` for get_prep_value during field value serialization
#57
surenkov
closed
7 months ago
0
HttpUrl or any other pydantic specific field is not serializable
#56
sshishov
closed
7 months ago
1
Cooperation with other repository `django-jsonform` for widget
#55
sshishov
closed
7 months ago
5
[WIP] `pydantic.v1` compatibility module
#54
surenkov
opened
7 months ago
0
Setup `pre-commit`
#53
surenkov
closed
7 months ago
0
Support `typing.Annotated` annotations
#52
surenkov
closed
7 months ago
0
Prepare a SchemaField's `default` value to work with `RootModel` schemas
#51
surenkov
closed
7 months ago
0
Editing a model with `custom root type` in django admin fails with `AttributeError: 'str' object has no attribute 'root'`
#50
noxan
closed
7 months ago
6
[WIP] Serialize query lookups with pydantic_core based on the provided schema
#49
surenkov
opened
9 months ago
0
Ensure import resolution for compatibility layer
#48
surenkov
closed
9 months ago
0
Add expressions handling for `get_prep_value` in v1
#47
surenkov
closed
9 months ago
0
Cannot use django bulk_update when model has a SchemaField
#46
zoestoll
closed
9 months ago
2
forms.SchemaField.to_python(): check if value already has a target type
#45
alexey-sveshnikov
closed
9 months ago
5
Examine the possible ways to integrate with `drf-spectacular`
#44
surenkov
opened
10 months ago
7
[Pydantic 2 only] Serialize query lookups with `pydantic_core` based on the provided schema
#43
surenkov
opened
10 months ago
0
Backport django.core.serializers support
#42
surenkov
closed
10 months ago
0
Django serialization support
#41
amyasnikov
closed
10 months ago
1
Add `py.typed` marker
#40
surenkov
closed
10 months ago
0
PEP 561 Compliance
#39
Mshivam2409
closed
10 months ago
1
Update README.md
#38
surenkov
closed
10 months ago
0
Declare Django 5.0 support
#37
surenkov
closed
11 months ago
0
ValidationError when trying to read bad objects in db
#35
mihow
opened
12 months ago
1
Pydantic 2 support
#34
surenkov
closed
10 months ago
5
Fix equality check in GenericContainer
#33
geigerzaehler
closed
1 year ago
1
Support nested generic containers in schemas
#32
geigerzaehler
closed
1 year ago
1
Polymorphism (oneOf) with pydantic union discriminator
#31
Zerotask
opened
1 year ago
2
Preserve kwargs for json.dumps()
#30
fdemmer
closed
1 year ago
1
Raise ValidationError on form invalid JSON payload
#29
surenkov
closed
1 year ago
0
Django form with SchemaField raises AttributeError if JSON is invalid
#28
amyasnikov
closed
1 year ago
1
Ensure that attributes set during `contribute_to_class` are copied.
#27
TomTruck
closed
1 year ago
1
Add backward support for pydantic 1.9.*
#26
surenkov
closed
1 year ago
0
Validation on model.save()?
#25
LaundroMat
closed
1 year ago
2
ImportError with pydantic 1.9.1
#24
Arondit
closed
1 year ago
2
Updates to deconstruct() in SchemaField to preserve values of include and exclude
#23
oomojola
closed
1 year ago
4
Next