I have a "slug" field on an attribute and was working fine.
I recently upgraded to Django 1.2.3 and the slug field is not working (i.e. not automatically populated). I don't see any Javascript errors.
Any hints what could be wrong?
Thanks.
Sometimes changing browser may help (if the problem relates to cache and JavaScript).
I'm working on Django 1.2.3 and the prepopulated_fields works fine. Have you look at http://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.prepopulated_fields to see if your class for Admin defined right and is there any changes since your old Django Version?
And BTW, version 1.2.4 is out, you may upgrade your Django Installation to see if the problem solves itself.