django1/django/db
Gabe Jackson b77f26313c Fixed #22207 -- Added support for GenericRelation reverse lookups
GenericRelation now supports an optional related_query_name argument.
Setting related_query_name adds a relation from the related object back to
the content type for filtering, ordering and other query operations.

Thanks to Loic Bistuer for spotting a couple of important issues in
his review.
2014-03-05 22:37:53 +02:00
..
backends Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
migrations Fixed three small flake8 violations. 2014-03-04 15:13:15 -08:00
models Fixed #22207 -- Added support for GenericRelation reverse lookups 2014-03-05 22:37:53 +02:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
utils.py Silence deprecation warnings. 2014-02-09 17:48:15 +00:00