mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
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.
This commit is contained in:
parent
dd9c6bc359
commit
b9ebca6a28
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user