Ticket #7148: sql_where_typo_r7511.patch
File sql_where_typo_r7511.patch, 547 bytes (added by , 17 years ago) |
---|
-
django/db/models/sql/where.py
18 18 Used to represent the SQL where-clause. 19 19 20 20 The class is tied to the Query class that created it (in order to create 21 the corre t SQL).21 the correct SQL). 22 22 23 23 The children in this tree are usually either Q-like objects or lists of 24 24 [table_alias, field_name, field_class, lookup_type, value]. However, a