Skip to content

Commit

Permalink
rm jsi18n url from test_utils example
Browse files Browse the repository at this point in the history
django.views.i18n.javascript_catalog was removed in django 2.0.
This route didn't seem to be used in tests
tony committed Dec 7, 2017
1 parent 8f5b5f6 commit d6acbfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_utils/urls.py
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@
urlpatterns = [
url(r'^media/(?P<path>.*)$', django.views.static.serve, # NOQA
{'document_root': settings.MEDIA_ROOT, 'show_indexes': True}),
url(r'^jsi18n/(?P<packages>\S+?)/$', django.views.i18n.javascript_catalog), # NOQA
url(r'^admin/', include(admin.site.urls)), # NOQA
url(r'^/', include('robots.urls')), # NOQA
url(r'^sitemap.xml$', sitemap_view, {'sitemaps': []}),

0 comments on commit d6acbfd

Please sign in to comment.