django1/django/db/models
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
..
fields Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
sql Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
__init__.py Fixed #24485 -- Allowed combined expressions to set output_field 2015-03-22 17:36:55 +11:00
aggregates.py Update converters to take a consistent set of parameters. 2015-02-20 11:35:52 +00:00
base.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
expressions.py Fixed #24485 -- Allowed combined expressions to set output_field 2015-03-22 17:36:55 +11:00
functions.py Fixed #24183 -- Fixed wrong comparisons in Substr 2015-01-20 12:09:15 +11:00
lookups.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
manager.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
options.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
query.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
query_utils.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
signals.py Removed pre_syncdb and post_syncdb signals per deprecation timeline. 2015-01-17 09:07:00 -05:00