Hello, I have a view with searches for a given record (using a text field). If the object does not exist show a error and a link: <a href="/ create/?val=value%20%not%20found">Create</a>
On the create view if GET.get('val') then I put that data in the form. I want this just to make it simple for a user to enter a new object if it does not exist. My problem if that django validates the form with the data I added, so I get several fields with have the "not provided value" (since I did not pass that data) How can I make this work? Is there some flag to tell django not validate the form when I'm first creating it? Regards, Luis --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---