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-30 17:16:10 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
0bff53b4138d8c6009e9040dbb8916a1271a68d7
django
/
tests
/
test_utils
History
Clifford Gama
449b9f9aee
Fixed
#35728
-- Computed error messages in assertions only on test failures.
...
Performance regression in
1dae65dc63
. Thanks to Adam Johnson for the report.
2025-07-18 10:16:59 +02:00
..
fixtures
Fixed
#35660
-- Made serialized_rollback and fixture data available in TransactionTestCase.setUpClass().
2024-09-17 09:53:46 +02:00
templates
/template_used
…
__init__.py
…
models.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_serializemixin.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_simpletestcase.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_testcase.py
Refs
#35660
-- Updated TransactionTestCase methods into class or static methods.
2024-09-17 09:53:46 +02:00
test_transactiontestcase.py
Fixed
#35660
-- Made serialized_rollback and fixture data available in TransactionTestCase.setUpClass().
2024-09-17 09:53:46 +02:00
tests.py
Fixed
#35728
-- Computed error messages in assertions only on test failures.
2025-07-18 10:16:59 +02:00
urls.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
views.py
…