On Thu, May 23, 2013 at 2:19 PM, VernonCole <[email protected]> wrote:
> > Officially (according to PEP-249) you are not supposed to be able to do > that (pass a dictionary of parameters), but PostgreSQL does it as an > extension to the spec. > Are you sure about this? http://www.python.org/dev/peps/pep-0249/#paramstyle lists 5 officially supported paramstyle formats, including pyformat, and "numeric", "named" and "pyformat" are specifically listed as preferred formats (ironically, leaving qmark and format, the most common options in practice, as less preferred by the standard). Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
