spiral-project / daybed

Form validation and data storage API
http://daybed.rtfd.org/
BSD 3-Clause "New" or "Revised" License
53 stars 8 forks source link

[CouchDB] Having a - in the model name breaks the server #269

Open Natim opened 9 years ago

Natim commented 9 years ago

This is because of: https://github.com/spiral-project/daybed/blob/master/daybed/backends/couchdb/__init__.py#L104

And the way we handle it here: https://github.com/spiral-project/daybed/blob/master/daybed/backends/couchdb/__init__.py#L98