#9264: ModelAdmin: multipe items in prepopulated_fields breaks the auto-fillin
----------------------------------+-----------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: new | Milestone:
Component: django.contrib.admin | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 0 |
----------------------------------+-----------------------------------------
In an admin.ModelAdmin class, this will pre-populate the 'slug' field on-
the-fly in the admin:
prepopulated_fields = { 'slug': ('name',) }
However this will cause neither to be pre-populated on-the-fly:
prepopulated_fields = { 'slug': ('name',), 'another_slug': ('name2',) }
--
Ticket URL: <http://code.djangoproject.com/ticket/9264>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---