diff options
| author | Tom Christie | 2012-12-28 12:45:05 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-12-28 12:45:05 +0000 |
| commit | f7a82b6aeebaff2df78366a1e0b087c5afb2f459 (patch) | |
| tree | 1f254e1538b87fbc9c3e849b7fca6e99f8b21c38 | |
| parent | acdb69be527f48b245a0e8cd14a3628a3c75347a (diff) | |
| download | django-rest-framework-f7a82b6aeebaff2df78366a1e0b087c5afb2f459.tar.bz2 | |
Version 2.1.132.1.13
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | rest_framework/__init__.py | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -81,6 +81,13 @@ To run the tests. # Changelog +### 2.1.13 + +**Date**: 28th Dec 2012 + +* Support configurable `STATICFILES_STORAGE` storage. +* Bugfix: Related fields now respect the required flag, and may be required=False. + ### 2.1.12 **Date**: 21st Dec 2012 diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 02bc6fc1..2e38d863 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '2.1.12' +__version__ = '2.1.13' VERSION = __version__ # synonym |
