On Thu, Aug 27, 2009 at 11:02 AM, RubenK <c.min...@gmail.com> wrote:

>
> Thanks for the help! It worked! How would I go about hiding the field?
>

I think you would have to go all the way and put the form on the model
admin, which really isn't difficult. Follow this:
http://docs.djangoproject.com/en/dev/ref/contrib/admin/#adding-custom-validation-to-the-adminand
just overwrite the slug field and make the widget a hiddeninput. Docs
here: http://docs.djangoproject.com/en/dev/ref/forms/fields/#widget

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to