diff options
| author | Stephan Groß | 2012-12-04 09:40:23 +0100 | 
|---|---|---|
| committer | Stephan Groß | 2012-12-04 09:40:23 +0100 | 
| commit | e044fa089b5ccdcc3557a65c106fad0f44f1b7b8 (patch) | |
| tree | ed60c5efaf027cd57b9a193e1ce9a01ce692e407 /docs/topics | |
| parent | 3e3ede71d2f4826fa1d07523705dd53ab2cba29a (diff) | |
| download | django-rest-framework-e044fa089b5ccdcc3557a65c106fad0f44f1b7b8.tar.bz2 | |
fixed #469 - RegexField <--> BrowsableAPI Bug
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/release-notes.md | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 867b138b..c2fe3f64 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -4,6 +4,10 @@  >  > — Eric S. Raymond, [The Cathedral and the Bazaar][cite]. +## Master + +* Bugfix: Fix `RegexField` to work with `BrowsableAPIRenderer` +  ## 2.1.6  **Date**: 23rd Nov 2012  | 
