gc2gh / django-dms

Automatically exported from code.google.com/p/django-dms
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

urls problems #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run the tests/large demo app
2.
3.

What is the expected output? What do you see instead?

Exception Type:     AttributeError
Exception Value:    

'AdminSite' object has no attribute 'urls'

Exception Location: 
/Users/daniel/Sites/django-proj/dms/tests/large/../large/urls.py in
<module>, line 8

see attached file

What version of the product are you using? On what operating system?
Django 1.02

Please provide any additional information below.

Original issue reported on code.google.com by freakcli...@gmail.com on 9 Feb 2009 at 10:41

Attachments:

GoogleCodeExporter commented 8 years ago
Yep, I have been running django trunk and this is the new way of doing things. 
I'll
rewrite it to make sure it's backwards compatible (django 1.0, that is).

Thanks for the info!

Original comment by e.willha...@gmail.com on 4 Mar 2009 at 12:28

GoogleCodeExporter commented 8 years ago
Hmmm, that's a little trickier than expected, as I've made use of some nice 1.1 
url
features. I'll have another look at whether or not 1.0 is easily possible, or 
if I
should require django 1.1 (which hasn't been released yet).

Original comment by e.willha...@gmail.com on 4 Mar 2009 at 12:52

GoogleCodeExporter commented 8 years ago
Issue 7 has been merged into this issue.

Original comment by e.willha...@gmail.com on 4 Mar 2009 at 12:53