2010/11/20 RadicalEd <willian.radica...@gmail.com>:
> Is awesome, I will start an app tomorrow and I'll use it to make me the life
> easier, I'm thinking in combox with the different types of data (CharField,
> DateField, etc)

When you create a field you can edit it by double-clicking it. In the
edition dialog the system autocompletes the field as you type. I
thought that it was faster than choosing from a combo because you
usually know which field you need. In case you don't the whole list
appears when you type "field" (or just "fi" actually)

Methods are also editable the same way but you don't get completion.
On the other hand, the system validates the arguments. For example,
you can't have any more arguments after a keyword argument (**) and so
on.

How could I make field and method edition more "obvious"? Thanks for
the feedback!

-- 
Alvaro Mouriño
http://askani.net/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to