This website requires JavaScript.
Explore
Help
Sign In
p31829507
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Projects
Releases
Wiki
Activity
1e38f1191d
django
/
tests
/
m2m_through_regress
History
Nick Pope
8f10ceaa90
Changed `'%s' % value` pattern to `str(value)`.
2020-05-04 08:27:18 +02:00
..
fixtures
…
__init__.py
Removed unneeded imports in tests's __init__.py and unified them.
2013-09-09 23:01:07 +02:00
models.py
Changed `'%s' % value` pattern to `str(value)`.
2020-05-04 08:27:18 +02:00
test_multitable.py
Refs
#23968
-- Removed unnecessary lists, generators, and tuple calls.
2017-06-01 19:08:59 -04:00
tests.py
Fixed
#9475
-- Allowed RelatedManager.add(), create(), etc. for m2m with a through model.
2019-01-15 11:12:17 -05:00