summaryrefslogtreecommitdiff
path: root/django/db/models/manager.py
AgeCommit message (Expand)Author
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-06-27Added {{{Manager.create()}}} method to create and save an object in a single ...Jacob Kaplan-Moss
2006-06-15Fixed the detection of when a custom manager is required because an 'objects'Malcolm Tredinnick
2006-06-07Added Manager.get_or_create()Adrian Holovaty
2006-05-06Fixed #1579 - added support for 'Q' objects in limit_choices_to.Luke Plant
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty