index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
manager.py
Age
Commit message (
Expand
)
Author
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-04-20
Fixed #2705: added a `select_for_update()` clause to querysets.
Jacob Kaplan-Moss
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2010-01-22
Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...
Russell Keith-Magee
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-20
Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL quer...
Jacob Kaplan-Moss
2009-12-17
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...
Jacob Kaplan-Moss
2009-10-24
Fixed a bug in r11646 - refs #11402
Luke Plant
2009-10-24
Fixed #11402: added a `QuerySet.exists()` method. Thanks, Alex Gaynor.
Jacob Kaplan-Moss
2009-05-11
Fixed #10953, #10955: proxies of proxies now work correctly, though I still d...
Jacob Kaplan-Moss
2009-03-19
Fixed #5420 -- Added support for delayed loading of model fields.
Malcolm Tredinnick
2009-03-18
Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).
Malcolm Tredinnick
2009-03-15
Use plain model.Manager, or suitable proxy, for model saving.
Malcolm Tredinnick
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2008-09-02
Fixed #7154 -- Inherit all model managers from abstract base classes.
Malcolm Tredinnick
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2007-09-15
Fixed #3032 -- Added some useful methods and attributes so that AnonymousUser...
Malcolm Tredinnick
2007-08-06
Fixed British spelling of 'customize' and 'behavior' in Manager.get_query_set...
Adrian Holovaty
2007-07-22
Fixed #4945 -- Removed unused `GET_ITERATOR_CHUNK_SIZE` definition from manag...
Gary Wilson Jr
2007-01-23
Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks fo...
Adrian Holovaty
2006-07-21
Second half of little cleanup tweaks suggested by pyflakes.
Jacob Kaplan-Moss
2006-06-27
Added {{{Manager.create()}}} method to create and save an object in a single ...
Jacob Kaplan-Moss
2006-06-15
Fixed the detection of when a custom manager is required because an 'objects'
Malcolm Tredinnick
2006-06-07
Added Manager.get_or_create()
Adrian Holovaty
2006-05-06
Fixed #1579 - added support for 'Q' objects in limit_choices_to.
Luke Plant
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
[prev]