Changeset 7624
- Timestamp:
- 06/11/08 23:23:14 (7 months ago)
- Files:
-
- django/trunk/django/db/backends/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/db/backends/__init__.py
r7496 r7624 203 203 def query_class(self, DefaultQueryClass): 204 204 """ 205 Given the default Query Set class, returns a custom QuerySetclass206 to use for this backend. Returns None if a custom Query Setisn't used.205 Given the default Query class, returns a custom Query class 206 to use for this backend. Returns None if a custom Query isn't used. 207 207 See also BaseDatabaseFeatures.uses_custom_query_class, which regulates 208 208 whether this method is called at all.
