Ticket #6806: add_extra-docstring-patch.diff
File add_extra-docstring-patch.diff, 524 bytes (added by , 17 years ago) |
---|
-
django/db/models/sql/query.py
1255 1255 1256 1256 def add_extra(self, select, where, params, tables, order_by): 1257 1257 """ 1258 Adds data to the various extra_* attributes for user-created additio sn1258 Adds data to the various extra_* attributes for user-created additions 1259 1259 to the query. 1260 1260 """ 1261 1261 if select: