aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2015-03-23 11:46:06 +0000
committerTom Christie2015-03-23 11:46:06 +0000
commite253ca5d0b6311fe3c7ebe9d1313b5f20300f099 (patch)
tree2a4063af1668cf36c7faf574e5c7816736bd3d69
parenteaafb9bd80840a2d40e72741c0c00ae20c66cd05 (diff)
downloaddjango-rest-framework-e253ca5d0b6311fe3c7ebe9d1313b5f20300f099.tar.bz2
Update documentation
-rw-r--r--topics/release-notes/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/release-notes/index.html b/topics/release-notes/index.html
index e724231c..7fbcae41 100644
--- a/topics/release-notes/index.html
+++ b/topics/release-notes/index.html
@@ -423,7 +423,7 @@
<li>Use a password input for the AuthTokenSerializer. (<a href="../../gh2741">#2741</a>)</li>
<li>Fix missing anchor closing tag after next button. (<a href="https://github.com/tomchristie/django-rest-framework/issues/2691">#2691</a>)</li>
<li>Fix <code>lookup_url_kwarg</code> handling in viewsets. (<a href="https://github.com/tomchristie/django-rest-framework/issues/2685">#2685</a>, <a href="https://github.com/tomchristie/django-rest-framework/issues/2591">#2591</a>)</li>
-<li>Fix problem with imporing <code>rest_framework.views</code> in <code>apps.py</code> (<a href="https://github.com/tomchristie/django-rest-framework/issues/2678">#2678</a>)</li>
+<li>Fix problem with importing <code>rest_framework.views</code> in <code>apps.py</code> (<a href="https://github.com/tomchristie/django-rest-framework/issues/2678">#2678</a>)</li>
<li>LimitOffsetPagination raises <code>TypeError</code> if PAGE_SIZE not set (<a href="https://github.com/tomchristie/django-rest-framework/issues/2667">#2667</a>, <a href="https://github.com/tomchristie/django-rest-framework/issues/2700">#2700</a>)</li>
<li>German translation for <code>min_value</code> field error message references <code>max_value</code>. (<a href="https://github.com/tomchristie/django-rest-framework/issues/2645">#2645</a>)</li>
<li>Remove <code>MergeDict</code>. (<a href="https://github.com/tomchristie/django-rest-framework/issues/2640">#2640</a>)</li>