Django's slug field in an admin page stopped working -
i have "slug" field on attribute , working fine.
i upgraded django 1.2.3 , slug field not working (i.e. not automatically populated). don't see javascript errors.
any hints wrong?
thanks.
sometimes changing browser may (if problem relates cache , javascript).
i'm working on django 1.2.3 , prepopulated_fields works fine. have @ http://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.modeladmin.prepopulated_fields see if class admin defined right , there changes since old django version?
and btw, version 1.2.4 out, may upgrade django installation see if problem solves itself.
Comments
Post a Comment