Skip to content
This repository has been archived by the owner on Oct 13, 2018. It is now read-only.

Fix for django.conf.urls.default deprecated in 1.4 #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

artscoop
Copy link
Contributor

No description provided.

try:
from django.conf.urls.defaults import *
except:
from django.conf.urls import *
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does not need a star-import here, does it?
(don't know for Django < 1.4)

@bartTC
Copy link
Owner

bartTC commented Jul 6, 2014

No it does not. It not need a fallback for Django <1.4 either, since its no longer supported.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants