issues
search
clarkduvall
/
serpy
ridiculously fast object serialization
http://serpy.readthedocs.org/en/latest/
MIT License
960
stars
62
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Type Hints
#80
cptx032
opened
3 years ago
0
is this library no longer maintained ?
#79
ahmedosama5200
opened
4 years ago
1
GitHub actions (#5)
#78
stuart23
opened
4 years ago
0
GitHub Actions
#77
stuart23
closed
4 years ago
1
datetime field
#76
stuart23
opened
4 years ago
2
Stuart23 date time field
#75
stuart23
closed
4 years ago
0
PR for issues #46 and #73
#74
Cediddi
closed
1 year ago
1
Serpy does not catch Key and Attribute errors on MethodField
#73
Cediddi
opened
4 years ago
0
Add support for DRF-like `Meta` classes inside custom serializer
#72
jacobstoehr
opened
4 years ago
1
Django GeoJSON / Geometry fields.
#71
jackdh
opened
5 years ago
1
include test suite in PyPi tarball
#70
pgajdos
opened
5 years ago
0
Is it still under active development?
#69
rajeshyogeshwar
closed
6 years ago
2
Add support for Python 3.7 and drop support for Python 3.3
#68
michael-k
closed
6 years ago
3
Return None if required=False
#67
digitaldavenyc
closed
3 years ago
0
Accessing request object in method field - solution not working?
#66
Beenhakker
opened
6 years ago
0
serializer init add context
#65
bufubaoni
opened
6 years ago
3
Ignoring none field on serialization if it is not required.
#64
thgbarros
opened
6 years ago
3
Nested 'self' field in Serializer
#63
Thorleon
opened
6 years ago
2
if user not set field call when the field is callable, auto call it
#62
bufubaoni
opened
6 years ago
0
No way to omit field from output
#61
ahankinson
closed
6 years ago
6
update version to 0.3.1
#60
clarkduvall
closed
6 years ago
0
Don't catch KeyError and AttributeError for MethodField
#59
clarkduvall
closed
6 years ago
1
update version to 0.3.0
#58
clarkduvall
closed
6 years ago
0
Fix None not being supported as Field values
#57
clarkduvall
closed
6 years ago
1
serpy no longer supports None as field values
#56
terite
closed
6 years ago
1
Update MANIFEST.in to distribute license with src
#55
synapticarbors
closed
6 years ago
2
Serializing properties which may or may not be present in object being passed in
#54
JoelBennett
closed
7 years ago
2
Expose fields such that swagger can autogenerate models/code?
#53
shannazf
opened
7 years ago
2
Fixed: Missing field does not cause KeyError
#52
ahankinson
closed
6 years ago
2
Non-required key raises key error when not present
#51
ahankinson
closed
6 years ago
2
update version to 0.2.0
#50
clarkduvall
closed
7 years ago
1
Remove Python 2.6 support
#49
clarkduvall
closed
7 years ago
2
DateField is not supported
#48
yuanxu-li
opened
7 years ago
2
More helpful error messages.
#47
Cediddi
closed
4 years ago
5
Exceptions are not easy to trace
#46
Cediddi
opened
7 years ago
0
Added support for Django's reverse relationships with nested serializers
#45
michael-k
closed
7 years ago
4
Added Python 3.6 to the build matrix
#44
michael-k
closed
7 years ago
5
Split _compile_fields
#43
Harut
closed
7 years ago
2
Ordering
#42
Harut
opened
7 years ago
0
Pass a context in depth of serialize calls (API changed)
#41
Harut
opened
7 years ago
0
Deserialization feature
#40
lucifurtun
closed
6 years ago
1
Inconsistent: child serializer required=False returns None
#39
anentropic
closed
7 years ago
2
Fix field 'required' behavior to match DRF
#38
kellycampbell
closed
7 years ago
3
Fix field required behavior to match DRF
#37
kellycampbell
closed
7 years ago
1
Patch for compatibility with RelatedManager (reverse foreign-key)
#36
davidtgq
closed
7 years ago
2
add py35 to tox.ini
#35
clarkduvall
closed
8 years ago
1
Add a method for adding field after the definition of a serializer
#34
kinnou02
closed
8 years ago
3
Added Python 3.5 to the build matrix
#33
thedrow
closed
8 years ago
4
Fix inheritance
#32
jscn
closed
8 years ago
2
Methods are not overridden by the child class's implementation
#31
jscn
closed
8 years ago
3
Next