You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v0.14.0
- Fix IntegrityError in SQLAlchemy on update, delete not handled
- Improve debug error messages on IntegrityError in SQLAlchemy
- Use ID column for stable sort defaults in SQLAlchemy
Release v0.13.0
- Fixes Api.decorators not being applied to "/schema"
- Adds POTION_DECORATE_SCHEMA_ENDPOINTS configuration option
- Fixes TypeError when applying PATCH to some SQLAlchemy native values
- Fixes various inconsistencies in the JSON schemas
- Adds support for user:$id and user:$uri needs with Flask-Principal
Release version 0.12.3
Adds filters for DateString, DateTimeString (like Date, DateTime) and for inherited fields, such as Uri, Email.
Implements ItemUri.convert() so that it can be optionally used as a filter as well.
Fixes specifying custom filters using Meta.filters