Skip to content
This repository was 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.

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

Successfully merging this pull request may close these issues.

3 participants