mirror of
https://github.com/django/django.git
synced 2025-06-29 15:29:13 +00:00
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."
|
"Returns a list of Options objects that are ordered with respect to this object."
|
||||||
if not hasattr(self, '_ordered_objects'):
|
if not hasattr(self, '_ordered_objects'):
|
||||||
objects = []
|
objects = []
|
||||||
#HACK
|
# TODO
|
||||||
#for klass in get_app(self.app_label)._MODELS:
|
#for klass in get_app(self.app_label)._MODELS:
|
||||||
# opts = klass._meta
|
# opts = klass._meta
|
||||||
# if opts.order_with_respect_to and opts.order_with_respect_to.rel \
|
# if opts.order_with_respect_to and opts.order_with_respect_to.rel \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user