On 7/28/07, Robert <[EMAIL PROTECTED]> wrote: > > Hi all- > I'm very new to django, so pardon my faulty nomenclature! > I'm trying to create a view that creates a guides the user through > inserting some information into a table in my database. One of the > columns in my database model is of the type "models.FileField()".
Hi Robert, FileFields (and ImageFields) are one part of newforms that isn't quite complete yet. If you look at ticket #3297, you can see the progress that is being made on this feature. If you're adventurous, you could try applying one of those patches to your version of Django; otherwise, be aware that this is high on my list of priorities as something to fix. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

