summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_inlines
AgeCommit message (Expand)Author
2013-02-21[1.5.x] Made a couple of selenium tests wait for page loadedAnssi Kääriäinen
2012-12-28[1.5.x] Fix #19524 -- Incorrect caching of parents of unsaved model instances.Aymeric Augustin
2012-12-24[1.5.x] Use HTML parser to compare html snippetsIan Clelland
2012-09-27Added complementary regression test for commit c1729510Eduardo Cereto Carvalho
2012-09-08Moved the admin inline JS to new JS files for cleanliness.Travis Swicegood
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-06-07Fixed #18433 -- Fixed "View on Site" link in inline admin for models with cus...Daniel Hepper
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-12Added missing relative imports in test files.Claude Paroz
2012-05-03Replaced deprecated TestCase methods. Refs #17049.Claude Paroz
2012-04-30Ensured tests pass using custom PASSWORD_HASHERS.Anssi Kääriäinen
2012-03-05Enabled the existing admin Selenium tests to be run with Internet Explorer. N...Julien Phalip
2012-02-22Enabled the admin selenium tests to run on Chrome.Julien Phalip
2012-01-31Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...Carl Meyer
2011-12-28Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWeb...Julien Phalip
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other in-b...Julien Phalip
2011-10-17Tweaked a tests tweak from r16960 so it uses the right model.Ramiro Morales
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-10-11Fixed some tests from r16934 to be auto-id-independent.Carl Meyer
2011-10-07Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...Carl Meyer
2011-09-21Fixed #16838 -- Corrected broken add-another inline JS in admin with related_...Carl Meyer
2011-09-20Improved test isolation of the admin tests and assigned custom admin sites toRamiro Morales
2011-08-26Further improved on the work done in r16622 by making the help text icons loo...Julien Phalip
2011-08-17Fixed #8190 -- Added support for a field's help text to the tabular admin inl...Jannis Leidel
2011-02-26Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `reado...Ramiro Morales
2011-02-22Fixed #13510 -- Corrected colspan of non-field-specific error messages in adm...Ramiro Morales
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-09-27Migrated admin_inlines doctest. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-04-27Fixed #12749 -- Corrected a problem with validation of inline primary keys. T...Russell Keith-Magee
2010-04-27Fixed #13407 -- Corrected verbose names for autogenerated m2m models, and cle...Russell Keith-Magee
2010-03-26Fixed #13174 -- Fixed missing field label for `readonly_fields` when used in ...Gary Wilson Jr
2010-03-21Fixed #12778 - Added media handling abilities to admin inlines. Thanks for th...Jannis Leidel
2010-02-23Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.Joseph Kocherhans
2009-05-03Fixed #9362 -- Prevented inline forms from overwriting the content_type_id at...Russell Keith-Magee