>
> However, when I try to go to the admin I get either one of two errors
> (if I keep refreshing, the errors change between the two randomly.
>
> Either
> ---
> TypeError at /admin/
>
> dict objects are unhashable
It seems that one of your errors is in books/data/admin.py and not in
the adm
fyi
I think I tracked this down.
I had this Admin def:
--
class BookVersionAdmin(admin.ModelAdmin):
fields = (
("Book", {'fields':('title', 'book', 'language', 'version',
'license', 'is_release', 'is_public')}),
("Contributors", {'fields':('authors', 'con
I am working on migrating an Django app to 1.0.
I am running into problems getting my models registered with the
admin. I am following the info here:
http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Mergednewforms-adminintotrunk
I have updated my main urls.py:
-
from dja
3 matches
Mail list logo