index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
generic_inline_admin
/
tests.py
Age
Commit message (
Expand
)
Author
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-17
Fixed #12393 -- Parameterized the form output in the testGenericInlineFormset...
Russell Keith-Magee
2009-12-17
Updated BaseGenericInlineFormSet to match the changes made to BaseInlineFormS...
Russell Keith-Magee
2009-12-09
Fixed #12340 -- `BaseGenericInlineFormSet.get_queryset` now returns an ordere...
Justin Bronn
2009-04-22
Fixed the tests from [9438] to work consistantly across databases. In particu...
Jacob Kaplan-Moss
2009-04-18
Fixed #9122: generic inline formsets now respect exclude and max_num. Thanks,...
Jacob Kaplan-Moss
2009-04-03
Fixed #10522: accept tuples in `generic_inlineformset_factor(exclude)`. Thank...
Jacob Kaplan-Moss
2009-01-16
Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...
Karen Tracey
2008-11-14
Fixed #9592 -- Create data for the generic_inline_admin test during setup ins...
Karen Tracey
2008-11-13
Fixed #9498 -- Handle a formset correctly when the foreign key is not availab...
Brian Rosner