Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/manager.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #7154 -- Inherit all model managers from abstract b...Malcolm Tredinnick2008-09-021-3/+15
* Major refactoring of django.dispatch with an eye towards ...Jacob Kaplan-Moss2008-08-061-3/+2
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-6/+34
* Fixed #3032 -- Added some useful methods and attributes s...Malcolm Tredinnick2007-09-151-0/+4
* Fixed British spelling of 'customize' and 'behavior' in M...Adrian Holovaty2007-08-061-1/+1
* Fixed #4945 -- Removed unused `GET_ITERATOR_CHUNK_SIZE` d...Gary Wilson Jr2007-07-221-4/+0
* Fixed #3283 -- Added support for empty QuerySets via none...Adrian Holovaty2007-01-231-1/+7
* Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss2006-07-211-3/+0
* Added {{{Manager.create()}}} method to create and save an...Jacob Kaplan-Moss2006-06-271-2/+5
* Fixed the detection of when a custom manager is required ...Malcolm Tredinnick2006-06-151-2/+6
* Added Manager.get_or_create()Adrian Holovaty2006-06-071-0/+3
* Fixed #1579 - added support for 'Q' objects in limit_choi...Luke Plant2006-05-061-0/+3
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-0/+101