diff options
| author | Tom Christie | 2012-12-06 14:58:18 -0800 |
|---|---|---|
| committer | Tom Christie | 2012-12-06 14:58:18 -0800 |
| commit | a463ddbb37edb725626b5b819266f3962bafc160 (patch) | |
| tree | 48cdb73f72aacb8e90d9ba21387303f7852f36c2 /docs/topics | |
| parent | 26cfa023263576258e53fe23bc92e437398ff15f (diff) | |
| parent | e044fa089b5ccdcc3557a65c106fad0f44f1b7b8 (diff) | |
| download | django-rest-framework-a463ddbb37edb725626b5b819266f3962bafc160.tar.bz2 | |
Merge pull request #470 from minddust/fix-#469
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 |
