django1/django/db/models/sql
Anssi Kääriäinen 8f30556329 Renamed Field.rel attribute to remote_field
Field.rel is now deprecated. Rel objects have now also remote_field
attribute. This means that self == self.remote_field.remote_field.

In addition, made the Rel objects a bit more like Field objects. Still,
marked ManyToManyFields as null=True.
2015-03-25 08:16:12 -04:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
aggregates.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
compiler.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
constants.py Fixed #24020 -- Refactored SQL compiler to use expressions 2015-01-08 14:07:54 -05:00
datastructures.py Fixed #21414 -- Removed RelatedObject and deprecated Field.related. 2014-12-23 10:54:25 -05:00
query.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
subqueries.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
where.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00