index
:
django.git
fix-31295
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
2022-06-01
Fixed #33733 -- Preserved wrapper assignment for manager methods.
kshivakumar
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-12-29
Used model's Options.label where applicable.
Mariusz Felisiak
2020-10-27
Improved naming consistency in BaseManage.contribute_to_class().
Nguyen You
2020-04-15
Fixed #31223 -- Added __class_getitem__() to Manager and QuerySet.
sobolevn
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2016-05-17
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...
Loïc Bistuer
2016-05-17
Fixed #20932, #25897 -- Streamlined manager inheritance.
Loïc Bistuer
2015-10-26
Fixed #25611 -- Standardized descriptor signatures.
Tim Graham
2015-07-02
Fixed #25054 -- Added app_label to swapped model AttributeError
Chris Lamb
2015-06-30
Fixed #24911 -- Made BaseManager.get_queryset() allow custom queryset args.
Jonas Degrave
2015-06-29
Removed unused condition for the abstract model in ensure_default_manager()
Andriy Sokolovskiy
2015-06-19
Fixed #24940 -- Made model managers hashable
Markus Holtermann
2015-05-02
Fixed #24693 -- Added label and label_lower property to Model._meta
Luis Del Giudice
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-05
Renamed flag for detecting managers built from QuerySets with as_manager().
Markus Holtermann
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-15
Changed internal storing of abstract and concrete managers to be in a single ...
Markus Holtermann
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-04-05
Fixed #22236 -- Removed inappropriate usage of signals
Claude Paroz
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-21
Removed backward compatible shims to rename get_query_set and similar queryse...
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-01-28
Fixed #21853 -- Fixed Manager.__module__ to properly return 'django.db.models...
Loic Bistuer
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-09-30
Fixed #13724: Corrected routing of write queries involving managers.
Russell Keith-Magee
2013-07-31
Fixed #20826 -- Moved Manager.raw() and Manager._insert() to the QuerySet class.
Loic Bistuer
2013-07-26
Fixed #20625 -- Chainable Manager/QuerySet methods.
Loic Bistuer
2013-07-12
Fixed #20429 -- Added QuerySet.update_or_create
Karol Sikora
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-05-21
Fixed #19326 -- Added first() and last() methods to QuerySet
Selwin Ong
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-02-04
Fixed #19653 -- Removed `Manager.get_empty_query_set`.
Simon Charette
2013-01-20
Fixed #17813 -- Added a .earliest() method to QuerySet
Nick Sandford
2013-01-06
Fixed #19173 -- Made EmptyQuerySet a marker class only
Anssi Kääriäinen
2012-10-06
Fixed #19069 -- Improved the error message when trying to query a swapped model.
Russell Keith-Magee
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2011-10-05
Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...
Luke Plant
[next]