Commit f34ed6d1 by Tom Christie

0.3.2 Release notes

parent 22ee89f0
0.3.3 (dev)
* Saner template varible autoescaping
0.3.2 0.3.2
* Bugfixes: * Bugfixes:
...@@ -5,6 +9,10 @@ ...@@ -5,6 +9,10 @@
* serialize_model method in serializer.py may cause wrong value (#73) * serialize_model method in serializer.py may cause wrong value (#73)
* Fix Error when clicking OPTIONS button (#146) * Fix Error when clicking OPTIONS button (#146)
* And many other fixes * And many other fixes
* Remove short status codes
- Zen of Python: "There should be one-- and preferably only one --obvious way to do it."
* get_name, get_description become methods on the view - makes them overridable.
* Improved model mixin API - Hooks for build_query, get_instance_data, get_model, get_queryset, get_ordering
0.3.1 0.3.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment