This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-29 00:26:07 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
e80b33ae4d6f93375b10b2fe50bd6f588f1246ad
django
/
tests
/
m2m_through
History
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