Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
39d4a394
Commit
39d4a394
authored
Jan 30, 2012
by
Marko Tibold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed to CHANGELOG.rst and included release notes in index.rst
parent
243d80cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
CHANGELOG.rst
+14
-0
docs/index.rst
+2
-0
No files found.
RELEASES
→
CHANGELOG.rst
View file @
39d4a394
Release Notes
=============
development
development
-----------
* Saner template varible autoescaping.
* Saner template varible autoescaping.
* Use `staticfiles` for css files.
* Use `staticfiles` for css files.
...
@@ -9,6 +13,7 @@ development
...
@@ -9,6 +13,7 @@ development
- Bug with PerUserThrottling when user contains unicode chars.
- Bug with PerUserThrottling when user contains unicode chars.
0.3.2
0.3.2
-----
* Bugfixes:
* Bugfixes:
* Fix 403 for POST and PUT from the UI with UserLoggedInAuthentication (#115)
* Fix 403 for POST and PUT from the UI with UserLoggedInAuthentication (#115)
...
@@ -21,15 +26,18 @@ development
...
@@ -21,15 +26,18 @@ development
* Improved model mixin API - Hooks for build_query, get_instance_data, get_model, get_queryset, get_ordering
* Improved model mixin API - Hooks for build_query, get_instance_data, get_model, get_queryset, get_ordering
0.3.1
0.3.1
-----
* [not documented]
* [not documented]
0.3.0
0.3.0
-----
* JSONP Support
* JSONP Support
* Bugfixes, including support for latest markdown release
* Bugfixes, including support for latest markdown release
0.2.4
0.2.4
-----
* Fix broken IsAdminUser permission.
* Fix broken IsAdminUser permission.
* OPTIONS support.
* OPTIONS support.
...
@@ -37,20 +45,24 @@ development
...
@@ -37,20 +45,24 @@ development
* Drop mentions of Blog, BitBucket.
* Drop mentions of Blog, BitBucket.
0.2.3
0.2.3
-----
* Fix some throttling bugs.
* Fix some throttling bugs.
* ``X-Throttle`` header on throttling.
* ``X-Throttle`` header on throttling.
* Support for nesting resources on related models.
* Support for nesting resources on related models.
0.2.2
0.2.2
-----
* Throttling support complete.
* Throttling support complete.
0.2.1
0.2.1
-----
* Couple of simple bugfixes over 0.2.0
* Couple of simple bugfixes over 0.2.0
0.2.0
0.2.0
-----
* Big refactoring changes since 0.1.0, ask on the discussion group if anything isn't clear.
* 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.
The public API has been massively cleaned up. Expect it to be fairly stable from here on in.
...
@@ -75,9 +87,11 @@ development
...
@@ -75,9 +87,11 @@ development
You can reuse these mixin classes individually without using the ``View`` class.
You can reuse these mixin classes individually without using the ``View`` class.
0.1.1
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.
* 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
0.1.0
-----
* Initial release.
* Initial release.
docs/index.rst
View file @
39d4a394
...
@@ -105,6 +105,8 @@ The following example exposes your `MyModel` model through an api. It will provi
...
@@ -105,6 +105,8 @@ The following example exposes your `MyModel` model through an api. It will provi
contents
contents
.. include:: ../CHANGELOG.rst
Indices and tables
Indices and tables
------------------
------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment