magic-removal: Changed a 'HACK' to a 'TODO' in a comment

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2083 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-01-21 04:10:27 +00:00
parent 4f6f777bc7
commit d6629224c3
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class Options:
"Returns a list of Options objects that are ordered with respect to this object."
if not hasattr(self, '_ordered_objects'):
objects = []
#HACK
# TODO
#for klass in get_app(self.app_label)._MODELS:
# opts = klass._meta
# if opts.order_with_respect_to and opts.order_with_respect_to.rel \