Issues
- 1
- 1
Support for fields that can be null/blank
#3 opened by swistakm - 5
A StringField's value become "None" instead of None when client submit it as null.
#57 opened by anlcnydn - 5
Nested resource serialization
#11 opened by swistakm - 0
Support for serializer's method fields.
#56 opened by swistakm - 0
Revisit terminology and class names.
#55 opened by swistakm - 0
Improperly handled fields with many=True
#48 opened by swistakm - 0
Add "write_only" fields
#45 opened by swistakm - 0
Auth: allow to set detailed authorization requirements for specific HTTP methods
#52 opened by swistakm - 0
- 2
Content negotiation
#13 opened by swistakm - 0
Better validation error representation.
#50 opened by swistakm - 0
Field validation error uses field source names instead of representation names.
#42 opened by swistakm - 2
- 1
Rewrite tests in test_generic to pytest-style
#38 opened by swistakm - 1
Support for star-like writable fields
#44 opened by swistakm - 1
Utilize python3 annotations
#9 opened by swistakm - 2
Replace req, resp, meta, params, kwargs, etc. with more general context parameter that can store all of this information
#2 opened by swistakm - 7
Graceful will support authentication feature?
#17 opened by PipocaZalas - 1
405 when using PUT method
#40 opened by embatbr - 0
- 1
- 3
Consider getting rid of default param value in "raw" or at least deserialising it only once
#28 opened by swistakm - 0
Add missing "version added" and "version changed" specifiers for all previous features and releases
#35 opened by swistakm - 1
generic views could return resource representation dictionary on method handlers
#12 opened by swistakm - 1
librelist doesnt seem to work
#36 opened by giorgosp - 0
Add docs section about mixins
#34 opened by swistakm - 0
Problem: incompatibility with falcon hooks
#31 opened by swistakm - 0
consider including serializer fields description in BaseResource instead of only generic ones
#6 opened by swistakm - 1
Include Allow header in OPTIONS responses
#10 opened by swistakm - 0
- 1
Seems like BoolField.to_representation is faulty
#20 opened by swistakm - 1
Create BoolParam class
#19 opened by swistakm - 5
- 0
Provide autodoc feature or at least document how to create your own auto documentation solution
#14 opened by swistakm - 0
Add optional validation to parameters
#5 opened by swistakm - 1
add tests for py35
#22 opened by swistakm - 0
Fix long_description on PyPI
#18 opened by swistakm - 0
- 0
Accepting application/json as Content-Type encoding fails if params in header provided
#15 opened by swistakm - 0
BaseResource.require_validated should also catch ValidationError and present them as falcon HTTP exception
#1 opened by swistakm - 0
StringField has type annotation == 'raw'
#4 opened by swistakm - 0
- 0