Changeset 7109
- Timestamp:
- 02/13/08 17:28:58 (10 months ago)
- Files:
-
- django/trunk/django/db/models/base.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/db/models/base.py
r7098 r7109 140 140 # overrides it. It should be one or the other; don't duplicate the work 141 141 # The reason for the kwargs check is that standard iterator passes in by 142 # args, and nstantiation for iteration is 33% faster.142 # args, and instantiation for iteration is 33% faster. 143 143 args_len = len(args) 144 144 if args_len > len(self._meta.fields):
