django/tests/foreign_object/models
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
..
__init__.py Fixed #25064 -- Allowed empty join columns. 2015-08-15 07:26:44 -04:00
article.py Renamed descriptor classes for related objects. 2015-09-21 22:20:42 +02:00
empty_join.py Renamed descriptor classes for related objects. 2015-09-21 22:20:42 +02:00
person.py Moved foreign_object models.py into a module. 2015-08-14 08:53:35 -04:00