django/tests/foreign_object
Aymeric Augustin e542e81b39 Renamed descriptor classes for related objects.
The old names were downright confusing. Some seemed to mean the opposite
of what the class actually did.

The new names follow a consistent nomenclature:

    (Forward|Reverse)(ManyToOne|OneToOne|ManyToMany)Descriptor.

I mentioned combinations that do not exist in the docstring in order to
help people who would search for them in the code base.
2015-09-21 22:20:42 +02:00
..
models Renamed descriptor classes for related objects. 2015-09-21 22:20:42 +02:00
__init__.py Fixed 19385 -- Added ORM support for multicolumn joins 2013-03-24 18:08:01 +02:00
test_empty_join.py Fixed #25064 -- Allowed empty join columns. 2015-08-15 07:26:44 -04:00
test_forms.py Moved foreign_object models.py into a module. 2015-08-14 08:53:35 -04:00
tests.py Moved foreign_object models.py into a module. 2015-08-14 08:53:35 -04:00