mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 09:33:54 +01:00
Remove unnecessary comment re Django 1.8
This commit is contained in:
parent
6882a1fb42
commit
1f54141aeb
@ -17,7 +17,6 @@ from wagtail.wagtailimages.views.serve import generate_signature
|
||||
from .utils import Image, get_test_image_file
|
||||
|
||||
# Get the chars that Django considers safe to leave unescaped in a URL
|
||||
# This list changed in Django 1.8: https://github.com/django/django/commit/e167e96cfea670422ca75d0b35fe7c4195f25b63
|
||||
urlquote_safechars = RFC3986_SUBDELIMS + str('/~:@')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user