aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2015-03-23 11:45:19 +0000
committerTom Christie2015-03-23 11:45:19 +0000
commit98809d12c9bb459c9bd098a1ec6c67f0c915c190 (patch)
treed0b1615aee33d5c5f0bec2c7cd3ebbab71709d3a /docs
parentbbaee714fb652a739e2521e03a6cc08c3bc079db (diff)
downloaddjango-rest-framework-98809d12c9bb459c9bd098a1ec6c67f0c915c190.tar.bz2
Typo
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 1a0c0d41..661156e8 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -49,7 +49,7 @@ You can determine your currently installed version using `pip freeze`:
* Use a password input for the AuthTokenSerializer. ([#2741](gh2741))
* Fix missing anchor closing tag after next button. ([#2691][gh2691])
* Fix `lookup_url_kwarg` handling in viewsets. ([#2685][gh2685], [#2591][gh2591])
-* Fix problem with imporing `rest_framework.views` in `apps.py` ([#2678][gh2678])
+* Fix problem with importing `rest_framework.views` in `apps.py` ([#2678][gh2678])
* LimitOffsetPagination raises `TypeError` if PAGE_SIZE not set ([#2667][gh2667], [#2700][gh2700])
* German translation for `min_value` field error message references `max_value`. ([#2645][gh2645])
* Remove `MergeDict`. ([#2640][gh2640])