diff options
Diffstat (limited to 'docs/howto/static-files/index.txt')
| -rw-r--r-- | docs/howto/static-files/index.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt index d05ae6afc5..f9fd390ef0 100644 --- a/docs/howto/static-files/index.txt +++ b/docs/howto/static-files/index.txt @@ -158,12 +158,6 @@ during execution of these tests in a way very similar to what we get at development time with ``DEBUG = True``, i.e. without having to collect them using :djadmin:`collectstatic` first. -.. versionadded:: 1.7 - - :class:`django.contrib.staticfiles.testing.StaticLiveServerTestCase` is new - in Django 1.7. Previously its functionality was provided by - :class:`django.test.LiveServerTestCase`. - Deployment ========== |
