mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
magic-removal:Fixed breadcrumbs in admin. Removed some debug print statements
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1724 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -47,7 +47,7 @@ def get_app(app_label):
|
||||
app_models = __import__('%s.models' % app_name , '','',[''])
|
||||
return app_models
|
||||
|
||||
raise ImproperlyConfigured, "App with label %s could not be found" % app_name
|
||||
raise ImproperlyConfigured, "App with label %s could not be found" % app_labelpostgres
|
||||
|
||||
class LazyDate:
|
||||
"""
|
||||
|
||||
@@ -273,9 +273,7 @@ class ModelChangeManipulator(AutomaticManipulator):
|
||||
original_object = opts.get_model_module().Klass(**params)
|
||||
else:
|
||||
raise
|
||||
print "calling super"
|
||||
super(ModelChangeManipulator, self).__init__(original_object=original_object, follow=follow)
|
||||
print "Back"
|
||||
self.original_object = original_object
|
||||
|
||||
if self.opts.get_ordered_objects():
|
||||
|
||||
Reference in New Issue
Block a user