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-03-06 15:32:33 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
generic_relations
History
Mariusz Felisiak
35b03788b0
Refs
#9061
-- Allowed GenericInlineFormSet to disable deleting extra forms.
...
Follow up to 162765d6c3182e36095d29543e21b44b908625fc.
2020-08-18 09:37:15 +02:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
models.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
test_forms.py
Refs
#9061
-- Allowed GenericInlineFormSet to disable deleting extra forms.
2020-08-18 09:37:15 +02:00
tests.py
Refs
#31395
-- Relied on setUpTestData() test data isolation in various tests.
2020-05-15 20:22:56 +02:00