diff --git a/docs/topics/db/sql.txt b/docs/topics/db/sql.txt index 9f2be7a2ef..cac9a72530 100644 --- a/docs/topics/db/sql.txt +++ b/docs/topics/db/sql.txt @@ -81,7 +81,7 @@ had ``Person`` data in it, you could easily map it into ``Person`` instances:: ... 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.