Author: Alex
Date: 2009-12-03 18:55:38 -0600 (Thu, 03 Dec 2009)
New Revision: 11794
Modified:
django/branches/soc2009/multidb/docs/releases/1.2.txt
Log:
[soc2009/multidb] Corrected a typo in the get_db_prep_* migration notes. Thanks
to Waldemar Kornewald for the report.
Modified: django/branches/soc2009/multidb/docs/releases/1.2.txt
===================================================================
--- django/branches/soc2009/multidb/docs/releases/1.2.txt 2009-12-03
20:57:53 UTC (rev 11793)
+++ django/branches/soc2009/multidb/docs/releases/1.2.txt 2009-12-04
00:55:38 UTC (rev 11794)
@@ -178,7 +178,7 @@
def get_db_prep_value(self, value, connection, prepared=False):
# ...
- def get_prep_lookup(self, lookup_type, value, connection,
prepared=False):
+ def get_db_prep_lookup(self, lookup_type, value, connection,
prepared=False):
# ...
These changes are required to support multiple databases -
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.