Re: inheriting from models.Model

2006-06-29 Thread knobi
ion was to explicitely set the default manager inside the derived class like: class VideoComment(Comment): objects = models.Manager() besides that there seems to be some discussion on inheritance for not yet beeing implemented in the development version hope this he

Problem with admin pages

2006-06-28 Thread knobi
After my last svn update to django, calling an admin page produces the following error: tried urls in module django.contrib.admin. Error was: 'module' object has no attribute 'urls' debugging position django\core\urlresolvers.py in get_callback line 123 the debugger shows me that django.contrib.