On Dec 2, 10:03 pm, borntonetwork <[EMAIL PROTECTED]> wrote:
> Thank you for your reply, Rajesh. The two fields in question are
> actually "pending_referrer_name" and "pending_referrer_email". In the
> admin class code below, I include them in the fields attribute.
> However, initially I did not and that is when the problem would occur.

<snip>

> And the admin code:
>
>     class Admin:
<snip>
>         fields = (('Service provider information', {'fields':
<snip>

You need to use the fieldsets attribute and not the fields attribute
here. Can you review your code snippet and include or dpaste the code
that actually fails to work?

-Rajesh D

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to