- Explicit error messages when an invalid component field is excluded - Better support for serializing many-to-many fields which have been prefetched to reduce the number of database calls - Support excluding many-to-many fields with `javascript_exclude`
0.38.1
- Fix: Allow components to be `pickled` so they can be cached.
0.38.0
- Include request context in component templates.
0.37.2
- Fix: nested field attributes for `javascript_exclude`.
0.37.1
- Support nested field attributes for `javascript_exclude`.
0.37.0
- Revert loading and dirty elements when the server returns a 304 (not modified) or a 500 error.