aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Tibold2012-01-30 18:29:54 +0100
committerMarko Tibold2012-01-30 18:29:54 +0100
commit39d4a39441485bb5783fb0cc400a38a8feab14f6 (patch)
tree215fa6735fe2567a030ae8b4483d73e0d83a9468
parent243d80ccb0a6df6ce727356f1ffbd5a55098dfb9 (diff)
downloaddjango-rest-framework-39d4a39441485bb5783fb0cc400a38a8feab14f6.tar.bz2
renamed to CHANGELOG.rst and included release notes in index.rst
-rw-r--r--CHANGELOG.rst (renamed from RELEASES)14
-rw-r--r--docs/index.rst2
2 files changed, 16 insertions, 0 deletions
diff --git a/RELEASES b/CHANGELOG.rst
index 5dd0ce77..152f2267 100644
--- a/RELEASES
+++ b/CHANGELOG.rst
@@ -1,4 +1,8 @@
+Release Notes
+=============
+
development
+-----------
* Saner template varible autoescaping.
* Use `staticfiles` for css files.
@@ -9,6 +13,7 @@ development
- Bug with PerUserThrottling when user contains unicode chars.
0.3.2
+-----
* Bugfixes:
* Fix 403 for POST and PUT from the UI with UserLoggedInAuthentication (#115)
@@ -21,15 +26,18 @@ development
* Improved model mixin API - Hooks for build_query, get_instance_data, get_model, get_queryset, get_ordering
0.3.1
+-----
* [not documented]
0.3.0
+-----
* JSONP Support
* Bugfixes, including support for latest markdown release
0.2.4
+-----
* Fix broken IsAdminUser permission.
* OPTIONS support.
@@ -37,20 +45,24 @@ development
* Drop mentions of Blog, BitBucket.
0.2.3
+-----
* Fix some throttling bugs.
* ``X-Throttle`` header on throttling.
* Support for nesting resources on related models.
0.2.2
+-----
* Throttling support complete.
0.2.1
+-----
* Couple of simple bugfixes over 0.2.0
0.2.0
+-----
* Big refactoring changes since 0.1.0, ask on the discussion group if anything isn't clear.
The public API has been massively cleaned up. Expect it to be fairly stable from here on in.
@@ -75,9 +87,11 @@ development
You can reuse these mixin classes individually without using the ``View`` class.
0.1.1
+-----
* Final build before pulling in all the refactoring changes for 0.2, in case anyone needs to hang on to 0.1.
0.1.0
+-----
* Initial release.
diff --git a/docs/index.rst b/docs/index.rst
index 0221ea05..ecc1f118 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -105,6 +105,8 @@ The following example exposes your `MyModel` model through an api. It will provi
contents
+.. include:: ../CHANGELOG.rst
+
Indices and tables
------------------