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
/
many_to_many
/
models.py
Age
Commit message (
Expand
)
Author
2024-02-16
Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on ...
ontowhee
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-05-07
Refs #26678 -- Added tests for using the field the relation points to with Re...
Tobias Kunze
2019-04-15
Refs #30325 -- Added tests for using count()/exists() with custom managers an...
Tobias Kunze
2019-04-15
Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySe...
Mariusz Felisiak
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2018-10-15
Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on ...
oliver
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-09-09
Refs #25415 -- Fixed invalid models in the test suite.
Adam Chainz
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-05-12
Fixed #24156 -- Fixed inherited related name of ManyToManyField.
Andriy Sokolovskiy
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2013-11-02
PEP8 cleanup
Jason Myers
2013-04-05
Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.
Simon Charette
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner