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:
parent
4f6f777bc7
commit
d6629224c3
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue