This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-07-07 21:35:15 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
main
django
/
tests
/
m2m_through
History
Download ZIP
Download TAR.GZ
Exact
Exact
Union
RegExp
Simon Charette
c3a23aa02f
Fixed
#36197
-- Fixed improper many-to-many count() and exists() for non-pk to_field.
...
Regression in
66e47ac69a
. Thanks mfontana-elem for the report and Sarah for the tests.
2025-02-18 11:43:27 +01:00
..
__init__.py
Removed unneeded imports in tests's __init__.py and unified them.
2013-09-09 23:01:07 +02:00
models.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
tests.py
Fixed
#36197
-- Fixed improper many-to-many count() and exists() for non-pk to_field.
2025-02-18 11:43:27 +01:00