summaryrefslogtreecommitdiff
path: root/tests/admin_views
AgeCommit message (Expand)Author
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-05-19Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.Bozidar Benko
2013-05-10Fixed an obvious typo.Alex Gaynor
2013-05-10Fixed two admin_views tests under Oracle.Aymeric Augustin
2013-04-10Made usage of assertTemplateUsed in admin_views testsClaude Paroz
2013-04-08Fix admin_views tests after commit 3be368c73e.Baptiste Mispelon
2013-03-25Fixed #20121 -- Removed LogEntry.get_admin_url's hard-coded path.Adam Wentz
2013-03-24Fixed test failures introduced in e16c48e001.Aymeric Augustin
2013-03-18Fixed #19327 -- Added handling of double login attempts in admin.Deric Crago
2013-03-18Fixed #13260 -- Quoted arguments interpolated in URLs in reverse.Aymeric Augustin
2013-03-11Adjusted query counts to account for new savepoints.Aymeric Augustin
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-06Fixed #19951 -- Admin: Invalid model PK values shouldn't cause 500 status.Igor Támara
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner