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
/
admin_inlines
Age
Commit message (
Expand
)
Author
2011-02-26
Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `reado...
Ramiro Morales
2011-02-22
Fixed #13510 -- Corrected colspan of non-field-specific error messages in adm...
Ramiro Morales
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-09-27
Migrated admin_inlines doctest. Thanks to Sebastian Hillig.
Russell Keith-Magee
2010-04-27
Fixed #12749 -- Corrected a problem with validation of inline primary keys. T...
Russell Keith-Magee
2010-04-27
Fixed #13407 -- Corrected verbose names for autogenerated m2m models, and cle...
Russell Keith-Magee
2010-03-26
Fixed #13174 -- Fixed missing field label for `readonly_fields` when used in ...
Gary Wilson Jr
2010-03-21
Fixed #12778 - Added media handling abilities to admin inlines. Thanks for th...
Jannis Leidel
2010-02-23
Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.
Joseph Kocherhans
2009-05-03
Fixed #9362 -- Prevented inline forms from overwriting the content_type_id at...
Russell Keith-Magee