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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.