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
/
models.py
Age
Commit message (
Expand
)
Author
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-03-31
Removed deprecated URLField.verify_exists.
Aymeric Augustin
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-09-20
Improved test isolation of the admin tests and assigned custom admin sites to
Ramiro Morales
2011-08-12
Fixed #15907 -- Fixed another conflict between the ModelForm exclude and the ...
Jannis Leidel
2010-11-13
Fixed #14670 -- Made GenericTabularInline aware of changes made in r13708. Th...
Jannis Leidel
2010-02-23
Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.
Joseph Kocherhans
2010-01-21
Fixed #12577. Reverted some changes from [12098] since [12206] made them unne...
Joseph Kocherhans
2009-12-17
Updated BaseGenericInlineFormSet to match the changes made to BaseInlineFormS...
Russell Keith-Magee
2009-04-18
Fixed #9122: generic inline formsets now respect exclude and max_num. Thanks,...
Jacob Kaplan-Moss
2008-11-13
Fixed #9498 -- Handle a formset correctly when the foreign key is not availab...
Brian Rosner