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-02-08 00:16:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
model_regress
History
Mariusz Felisiak
555e3a848e
Removed unused __str__() methods in tests models.
...
Follow up to 6461583b6cc257d25880ef9a9fd7e2125ac53ce1.
2020-04-30 09:13:23 +02:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
models.py
Removed unused __str__() methods in tests models.
2020-04-30 09:13:23 +02:00
test_pickle.py
Switched TestCase to SimpleTestCase where possible in Django's tests.
2018-11-27 08:58:44 -05:00
test_state.py
Refs
#28459
-- Optimized ModelState instantiation.
2017-08-11 15:41:04 -04:00
tests.py
Refs
#23919
-- Replaced super(...) with super() in metaclasses.
2019-11-28 15:34:29 +01:00