Browse Source

Removed a comment that wasn't adding a value.

In the intervening years, RelatedField has become less of a hack (though it still is one). Anyone who wants to can re-instate the comment, but please add more details.
Alex Gaynor 11 years ago
parent
commit
b9ebca6a28
1 changed files with 0 additions and 1 deletions
  1. 0 1
      django/db/models/fields/related.py

+ 0 - 1
django/db/models/fields/related.py

@@ -91,7 +91,6 @@ def do_pending_lookups(sender, **kwargs):
 signals.class_prepared.connect(do_pending_lookups)
 
 
-#HACK
 class RelatedField(Field):
     def db_type(self, connection):
         '''By default related field will not have a column