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
/
tests
/
managers_regress
/
models.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-17
Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.
Tim Graham
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-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-29
Fixed #23940 -- Allowed model fields to be named `exact`.
Simon Charette
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2013-09-30
Fixed #3871 -- Fixed regression introduced by 04a2a6b.
Loic Bistuer
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner