diff options
| author | Tom Christie | 2012-12-15 20:40:41 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-12-15 20:40:41 +0000 |
| commit | 35f72cecb199e1790a42fadd6037da43cdd5a05a (patch) | |
| tree | 2cc58cb4f1b03de86eca022fccb59b5174b0b716 /docs/topics | |
| parent | 1d24d1fc5928d32372e700907aa71cf887b16ba9 (diff) | |
| download | django-rest-framework-35f72cecb199e1790a42fadd6037da43cdd5a05a.tar.bz2 | |
Fix model validation exclusions. Fixes #500. Fixes #506.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 4ea393af..6d7dc348 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -8,6 +8,7 @@ ### Master +* Bugfix: Ensure read-only fields don't have model validation applied. * Bugfix: Fix hyperlinked fields in paginated results. ### 2.1.9 |
