No, you're not stupid. The only reason I could guess what the problem was is
I've seen it done many times. Many languages would complain about the
"redefinition"; Python just quietly does what you tell it and re-binds the
name to a new value. That can actually be a very useful feature, but it also
lets you shoot yourself in the foot when it's not really what you intended
to do.

Karen

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