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
2012-03-05
Enabled the existing admin Selenium tests to be run with Internet Explorer. N...
Julien Phalip
2012-02-22
Enabled the admin selenium tests to run on Chrome.
Julien Phalip
2012-01-31
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...
Carl Meyer
2011-12-28
Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWeb...
Julien Phalip
2011-12-22
Fixed #2879 -- Added support for the integration with Selenium and other in-b...
Julien Phalip
2011-10-17
Tweaked a tests tweak from r16960 so it uses the right model.
Ramiro Morales
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-10-11
Fixed some tests from r16934 to be auto-id-independent.
Carl Meyer
2011-10-07
Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...
Carl Meyer
2011-09-21
Fixed #16838 -- Corrected broken add-another inline JS in admin with related_...
Carl Meyer
2011-09-20
Improved test isolation of the admin tests and assigned custom admin sites to
Ramiro Morales
2011-08-26
Further improved on the work done in r16622 by making the help text icons loo...
Julien Phalip
2011-08-17
Fixed #8190 -- Added support for a field's help text to the tabular admin inl...
Jannis Leidel
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