diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-06-30 23:32:23 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-06-30 23:32:23 -0700 |
| commit | b9ebca6a2881f8f0a141a87adac869ae87f9df29 (patch) | |
| tree | b979a684debe63d8f35eff91f9aed8cf11d0e074 | |
| parent | dd9c6bc359a799fcbed647055b596239956a472a (diff) | |
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.
| -rw-r--r-- | django/db/models/fields/related.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/models/fields/related.py b/django/db/models/fields/related.py index d3bfb338fb..ff222e1b85 100644 --- a/django/db/models/fields/related.py +++ b/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 |
