summaryrefslogtreecommitdiff
path: root/django/db/models/related.py
AgeCommit message (Expand)Author
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