Re: DeprecationWarning - How can I fix this?

2009-08-08 Thread dmpeters63
I removed it - sorry I'm a newbie wasn't sure which way to go... On Aug 8, 4:52 pm, Karen Tracey wrote: > Please don't crosspost to both django-users and django-developers.  Choose > the appropriate list and send the message once.  This message belongs on > django-users, not here. > > Karen --~-

Re: DeprecationWarning - How can I fix this?

2009-08-08 Thread Karen Tracey
Please don't crosspost to both django-users and django-developers. Choose the appropriate list and send the message once. This message belongs on django-users, not here. Karen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

DeprecationWarning - How can I fix this?

2009-08-08 Thread dmpeters63
I get the following error when accessing my MySQL database with Django on my localhost: /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated from sets imports ImmutableSet How can I fix this? Anyone please help. I'm running the following

Re: 1.2 Proposal: Add a few more tutorial steps

2009-08-08 Thread Dave Jeffery
On Fri, Aug 7, 2009 at 5:19 PM, Rob Hudson wrote: > > > If someone already had an idea on these wanted to add some more > details of what to cover under one of those topics, I (and others?) > can try to flesh one out during the 1.2 phase. > > Just a quick note that I would be happy to help out wit

Re: 1.2 Proposal: Add a few more tutorial steps

2009-08-08 Thread Eric Holscher
On Fri, Aug 7, 2009 at 10:05 PM, Russell Keith-Magee wrote: > > Add me to the same list. Initial drafting is always the painful bit > for me, but if someone wants to get some ideas together, I'm happy to > help edit, proofread, or give feedback. I think another good idea would be trying to inco

Re: Allowing single values instead of tuples for choices in ChoiceField

2009-08-08 Thread Filip Gruszczyński
> In any case, I'm with Jacob and Russell on being a strong -1 here. It's > a dozen extra characters of very standard Python if you want to do this > in your own code. Not worth adding to Django's core, along with all the > accompanying documentation and regression testing and maintenance. OK, th

Adding "required" & "error" CSS classes to form rows in as_* methods

2009-08-08 Thread SmileyChris
It's time for an annual review of http://code.djangoproject.com/ticket/3512 I know that the as_* methods are spat at, but I still find them useful - this is one of the things that would make them that bit more usable. The latest patch (albeit 10 months old) still seems to make sense to me. Bar th