index
:
chango.git
devmain
fix-31295
initial-branch
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
Age
Commit message (
Expand
)
Author
2010-02-26
[1.1.X] Fixed a bunch of Python 2.3 incompatibilities that had crept into the...
Karen Tracey
2010-02-23
[1.1.X] Fixed #12561. InlineAdmin now respects can_delete=False. Backport of ...
Joseph Kocherhans
2009-12-17
[1.1.X] Fixed #12393 -- Parameterized the form output in the testGenericInlin...
Russell Keith-Magee
2009-12-17
[1.1.X] Updated BaseGenericInlineFormSet to match the changes made to BaseInl...
Russell Keith-Magee
2009-12-09
[1.1.X] Fixed #12340 -- `BaseGenericInlineFormSet.get_queryset` now returns a...
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