google-code-export / django-grappelli

Automatically exported from code.google.com/p/django-grappelli
0 stars 0 forks source link

missing import: no "grappelli.models.admin" module in SVN #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
grappelli.admin contains this import line:

  from grappelli.models.admin import AdminContentType, AdminGroup,
AdminGroupItem

but there is no such module checked into SVN.  Oops!

Original issue reported on code.google.com by jsmull...@gmail.com on 2 Oct 2009 at 4:59

GoogleCodeExporter commented 9 years ago
yes, oops! change is coming ...

Original comment by sehmaschine on 2 Oct 2009 at 5:07

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r530.

Original comment by sehmaschine on 2 Oct 2009 at 5:12

GoogleCodeExporter commented 9 years ago
Actually, you removed the import, but left a reference to AdminGroupItem, which
should still break.

Original comment by jsmull...@gmail.com on 2 Oct 2009 at 5:22