Author: ramiro Date: 2010-11-08 23:04:05 -0600 (Mon, 08 Nov 2010) New Revision: 14501
Modified: django/trunk/docs/topics/db/sql.txt Log: Fixed typo in raw SQL docs example. Modified: django/trunk/docs/topics/db/sql.txt =================================================================== --- django/trunk/docs/topics/db/sql.txt 2010-11-08 23:50:17 UTC (rev 14500) +++ django/trunk/docs/topics/db/sql.txt 2010-11-09 05:04:05 UTC (rev 14501) @@ -81,7 +81,7 @@ ... last AS last_name, ... bd AS birth_date, ... pk as id, - ... FROM some_other_table) + ... FROM some_other_table''') As long as the names match, the model instances will be created correctly. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.