How much work has been done with newforms?

2007-03-12 Thread Grupo Django

Hello, I'd like to know how is the work going with newforms. I don't
want a release date or something like this, just to know how is it
going, and the documentation as well.
I'm programming a website in django and I'd like to know more about
newfors, since I left the forms to the end, but now I have to start
with them.
Thank you.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: How much work has been done with newforms?

2007-03-12 Thread enquest

Op maandag 12-03-2007 om 08:59 uur [tijdzone +], schreef Grupo
Django:
> Hello, I'd like to know how is the work going with newforms. I don't
> want a release date or something like this, just to know how is it
> going, and the documentation as well.
> I'm programming a website in django and I'd like to know more about
> newfors, since I left the forms to the end, but now I have to start
> with them.
> Thank you.
> 
> 
> > 
For mee the same question!!!
The docs say... Learn and use newforms ... But then again the docs arn't
complete and there isn't a good tutorial about it.

However I decided to use the newforms as it is the way forward. I only
find it hard solve problems as there arn't docs about it and I'm still
beginning python!



--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: How much work has been done with newforms?

2007-03-12 Thread Brendon

On Mar 12, 3:59 am, "Grupo Django" <[EMAIL PROTECTED]> wrote:
> Hello, I'd like to know how is the work going with newforms. I don't
> want a release date or something like this, just to know how is it
> going, and the documentation as well.
> I'm programming a website in django and I'd like to know more about
> newfors, since I left the forms to the end, but now I have to start
> with them.
> Thank you.

I just started using Django and chose to begin using newforms. I would
say that the code seems quite complete, however, the documentation is
not. You will probably have to figure them out as best you can using
previous posts to this group, the docs on the site and the newforms
test scripts:

http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py

This is what I've had to do but I think it has been worth it.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: How much work has been done with newforms?

2007-03-12 Thread Rubic

Grupo Django:
> I'm programming a website in django and I'd
> like to know more about newfors, since I left
> the forms to the end, but now I have to start
> with them.

I think newforms is almost production-ready
and  would advise anyone starting a new project
to consider using it in favor of oldforms.

There are some good examples to follow in the
regression tests, in the documentation and at
the djangosnippets.org site.

enquest:
> I only find it hard solve problems as there
> arn't docs about it and I'm still beginning
> python!

enquest, your job is a little harder because
you're still learning Python.  But don't despair!
Try to work out small examples from the resources
above.  Post *small* coding problems here (perhaps
linked to your code posted on dpaste.com) and
you'll probably get answers to your questions.

Good luck. Have fun.

--
Jeff Bauer
Rubicon, Inc.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---