On Thu, Aug 27, 2009 at 11:02 AM, RubenK <[email protected]> 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 [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-users?hl=en -~----------~----~----~----~------~----~------~--~---

