Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/manager.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25611 -- Standardized descriptor signatures.Tim Graham2015-10-261-4/+4
* Fixed #25054 -- Added app_label to swapped model Attribut...Chris Lamb2015-07-021-3/+7
* Fixed #24911 -- Made BaseManager.get_queryset() allow cus...Jonas Degrave2015-06-301-1/+1
* Removed unused condition for the abstract model in ensure...Andriy Sokolovskiy2015-06-301-4/+1
* Fixed #24940 -- Made model managers hashableMarkus Holtermann2015-06-191-0/+3
* Fixed #24693 -- Added label and label_lower property to M...Luis Del Giudice2015-05-021-3/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-6/+2
* Renamed flag for detecting managers built from QuerySets ...Markus Holtermann2015-01-051-1/+1
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-1/+1
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-151-0/+57
* Changed internal storing of abstract and concrete manager...Markus Holtermann2014-12-151-10/+8
* Limited lines to 119 characters in django/Tim Graham2014-09-051-3/+10
* Fixed #22236 -- Removed inappropriate usage of signalsClaude Paroz2014-04-051-5/+1
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Removed backward compatible shims to rename get_query_set...Tim Graham2014-03-211-9/+1
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-3/+3
* Fixed #21853 -- Fixed Manager.__module__ to properly retu...Loic Bistuer2014-01-281-1/+3
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-0/+19
* Fixed #13724: Corrected routing of write queries involvin...Russell Keith-Magee2013-09-301-4/+6
* Fixed #20826 -- Moved Manager.raw() and Manager._insert()...Loic Bistuer2013-07-311-7/+1
* Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer2013-07-261-116/+52
* Fixed #20429 -- Added QuerySet.update_or_createKarol Sikora2013-07-121-0/+3
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-1/+2
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-2/+2
* Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong2013-05-211-0/+6
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-38/+46
* Fixed #17260 -- Added time zone aware aggregation and loo...Aymeric Augustin2013-02-161-0/+3
* Fixed #19653 -- Removed `Manager.get_empty_query_set`.Simon Charette2013-02-041-5/+2
* Fixed #17813 -- Added a .earliest() method to QuerySetNick Sandford2013-01-201-0/+3
* Fixed #19173 -- Made EmptyQuerySet a marker class onlyAnssi Kääriäinen2013-01-061-2/+6
* Fixed #19069 -- Improved the error message when trying to...Russell Keith-Magee2012-10-061-2/+35
* Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee2012-09-261-2/+7
* Fixed #16937 - added `QuerySet.prefetch_related` to prefe...Luke Plant2011-10-061-0/+3
* Fixed #7596. Added Model.objects.bulk_create, and make u...Alex Gaynor2011-09-091-2/+5
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Fixed #2705: added a `select_for_update()` clause to quer...Jacob Kaplan-Moss2011-04-201-0/+3
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-1/+1
* Fixed #12540, #12541 -- Added database routers, allowing ...Russell Keith-Magee2010-01-221-11/+9
* Changed a whole bunch of places to raise exception instan...Adrian Holovaty2010-01-101-2/+2
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-4/+22
* Fixed #11863: added a `Model.objects.raw()` method for ex...Jacob Kaplan-Moss2009-12-201-1/+4
* Fixed #11753 - Q objects with callables no longer explode...Jacob Kaplan-Moss2009-12-171-1/+1
* Fixed a bug in r11646 - refs #11402 Luke Plant2009-10-241-1/+1
* Fixed #11402: added a `QuerySet.exists()` method. Thanks,...Jacob Kaplan-Moss2009-10-241-1/+3
* Fixed #10953, #10955: proxies of proxies now work correct...Jacob Kaplan-Moss2009-05-111-1/+1
* Fixed #5420 -- Added support for delayed loading of model...Malcolm Tredinnick2009-03-191-0/+6
* Fixed #10356 -- Added pure-Python inheritance for models ...Malcolm Tredinnick2009-03-181-0/+3
* Use plain model.Manager, or suitable proxy, for model sav...Malcolm Tredinnick2009-03-151-1/+25
* Fixed #3566 -- Added support for aggregation to the ORM. ...Russell Keith-Magee2009-01-151-0/+6