summaryrefslogtreecommitdiff
path: root/django/db/models/related.py
AgeCommit message (Expand)Author
2014-12-23Fixed #21414 -- Removed RelatedObject and deprecated Field.related.Anssi Kääriäinen
2014-06-18Fixed #22778 -- Added a model Meta option to define default_related_name.Renaud Parent
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-03-24Fixed #19385 again, now with real code changesAnssi Kääriäinen
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-01-18Removed models/related.py BoundRelatedObjectAnssi Kääriäinen
2012-12-30Moved join path generation to FieldAnssi Kääriäinen
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2011-05-03Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...Jannis Leidel
2010-11-21Fixed #3400 -- Support for lookup separator with list_filter admin option. Th...Honza Král
2010-01-27Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2007-03-10An improved version of the change attempted in [4693]: retain backwardsMalcolm Tredinnick
2007-03-08Fixed #1839, #2415, #2536 -- Fixed a generated name clash that was common inMalcolm Tredinnick
2007-02-19Fixed behaviour of admin interface (and AddManipulator) whenMalcolm Tredinnick
2007-02-13Fixed #3394 -- Made min_num_in_admin be respected on new object creation. PatchMalcolm Tredinnick
2006-09-07Fixes #2653 -- Modified related field utility methods to return None as the r...Russell Keith-Magee
2006-07-01Fixed #2217 -- Allowed raw objects to be used in __exact and __in query terms...Russell Keith-Magee
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty