Skip to content

Commit 2aedae4

Browse files
author
Josh Owen
committed
updated django version
1 parent 4494d3e commit 2aedae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The recommended way to install django-url-robots is with `pip <http://pypi.pytho
3636
url('^profile/private$', views.some_view, robots_allow=False),
3737
]
3838
39-
``django-url-robots`` tested with ``Django-1.3``. Encodes unicode characters by percent-encoding.
39+
``django-url-robots`` tested with ``Django-1.8+``. Encodes unicode characters by percent-encoding.
4040

4141
Settings
4242
====================

0 commit comments

Comments
 (0)