From d6629224c389a7b50a4239ea75f550fef9ec47d8 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 21 Jan 2006 04:10:27 +0000 Subject: [PATCH] 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 --- django/db/models/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/db/models/options.py b/django/db/models/options.py index 31e9f16f69..d2b9af7214 100644 --- a/django/db/models/options.py +++ b/django/db/models/options.py @@ -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 \