Changeset 7282
- Timestamp:
- 03/18/08 01:14:56 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/queryset-refactor/django/db/models/sql/query.py
r7255 r7282 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 """
