This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
2a04e24d2d
django1
/
tests
/
model_regress
History
Gert Burger
c33b6ceff4
[3.0.x]
Fixed
#31863
-- Prevented mutating model state by copies of model instances.
...
Regression in
bfb746f983
. Backport of
94ea79be13
from master
2020-08-13 15:27:52 +02:00
..
__init__.py
…
models.py
Moved choices inside of a test model per coding style.
2019-03-20 11:05:26 -04: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
[3.0.x]
Fixed
#31863
-- Prevented mutating model state by copies of model instances.
2020-08-13 15:27:52 +02:00