-
Between version `0.3.1` and `0.3.2.post1` something has changed that caused the `deserialize` method (which I believe is inherited from `colander`) to handle data differently. See the example below:
…
-
Colander does not support serializing an object to its json representation
Maybe [pez](https://github.com/balanced/sterling/blob/balanced/sterling/pez.py), [schematics](http://schematics.readthedocs.…
-
Hey guys. I've had this idea on my head for some time. What do you think about supporting deferred schema types?
I mean, colander atually supports them, all you have to do is inherit from `colander.d…
-
Some code chunk:
``` python
#!/usr/bin/env python
from __future__ import print_function
import copy
import pprint
from colander import MappingSchema
from colander import SchemaNode
from colander i…
-
When using nested schemas, there is a problem during the validation of data that contains `None` values. For example for the following schema, the validation fails with the error message `colander.Inv…
-
We have more.marshmallow to support Marshmallow, but can we support Cerberus and Colander with the same API? It'd be nice if people could implement loader functionality for it, including context suppo…
-
I keep seeing this exception:
``` python
File "/.../lib/python3.4/site-packages/colander/__init__.py", line 2174, in _unflatten_mapping
subnode, subpaths, subfstruct)
TypeError: unflatten() mis…
-
Right now, we're using `deform` widely on the `h` service for rendering forms. `colander` schemas, which are used by `deform`, have a `description` attribute available. But `h` forms only make use of …
-
It looks like
https://github.com/Pylons/colander/blob/6cc5ddb300d21bf867ba09e8459d92e45d4398c0/src/colander/__init__.py#L557-L558
should actually be
```python
min_err = _(self.min_err, mapping…
-
The Colander doesn't fit within the Grafana Panel. See Image Below.
Grafana v7.4.3 (010f20c1c8)
Google Chrome Version 91.0.4472.77
![image](https://user-images.githubusercontent.com/21120087/12…