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
48df40262b
django1
/
tests
/
model_regress
History
Matt Westcott
985e6c224b
[2.2.x]
Fixed
#30254
-- Allowed model metaclasses to access the attribute dict in __init__().
...
Regression in
a68ea23101
. Backport of
58ad030d05
from master.
2019-03-14 21:23:19 -04:00
..
__init__.py
…
models.py
Refs
#23919
-- Removed support for broken Model.__str__() in Model.__repr__().
2017-06-11 15:52:19 -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
[2.2.x]
Fixed
#30254
-- Allowed model metaclasses to access the attribute dict in __init__().
2019-03-14 21:23:19 -04:00