On 3/27/07, TaMeR <[EMAIL PROTECTED]> wrote: > I been trying to figure this out too. > In the admin site the forms show up automatically and if you set > something like <code> auto_now_add=True</code> then the field is > hidden which is nice. Why can't this be implemented on the frontend as > well?
Patience, TaMeR, patience. :) The form_for_model and form_for_instance functions, which Tim Chase mentioned earlier in this thread, are not yet documented (or 100% complete). Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

