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-24 06:06:09 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
cc52e02c96e9e26d59c6512f18516657e353cbe1
django
/
tests
/
model_formsets
History
Shawn Dong
18c5ba07cc
Fixed
#33822
-- Fixed save() crash on model formsets when not created by modelformset_factory().
...
Thanks Claude Paroz for the report. Regression in
e87f57fdb8
.
2022-07-05 07:19:18 +02:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
models.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_uuid.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
tests.py
Fixed
#33822
-- Fixed save() crash on model formsets when not created by modelformset_factory().
2022-07-05 07:19:18 +02:00