mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Moved fields.py. Fixed template debug unit test failures.
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1699 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -9,7 +9,7 @@ from django.db.models.query import handle_legacy_orderlist, orderlist2sql, order
|
||||
GET_ITERATOR_CHUNK_SIZE = 100
|
||||
|
||||
class Manager(object):
|
||||
# Tracks each time a Field instance is created. Used to retain order.
|
||||
# Tracks each time a Manager instance is created. Used to retain order.
|
||||
creation_counter = 0
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user