Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_views
Commit message (Expand)AuthorAgeFilesLines
* Fixed #20331 -- Allowed admin actions to serve StreamingH...Tim Graham2013-05-292-4/+45
* Fixed #20182 - admin lookup should treat 0 as False for _...Tim Graham2013-05-273-3/+55
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-17/+17
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-1/+1
* Fixed #15961 -- Modified ModelAdmin to allow for custom s...Bozidar Benko2013-05-193-2/+37
* Fixed an obvious typo.Alex Gaynor2013-05-101-1/+1
* Fixed two admin_views tests under Oracle.Aymeric Augustin2013-05-101-2/+14
* Made usage of assertTemplateUsed in admin_views testsClaude Paroz2013-04-101-3/+3
* Fix admin_views tests after commit 3be368c73e.Baptiste Mispelon2013-04-081-8/+8
* Fixed #20121 -- Removed LogEntry.get_admin_url's hard-cod...Adam Wentz2013-03-261-2/+5
* Fixed test failures introduced in e16c48e001.Aymeric Augustin2013-03-241-3/+3
* Fixed #19327 -- Added handling of double login attempts i...Deric Crago2013-03-191-2/+28
* Fixed #13260 -- Quoted arguments interpolated in URLs in ...Aymeric Augustin2013-03-181-5/+5
* Adjusted query counts to account for new savepoints.Aymeric Augustin2013-03-111-2/+2
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-083-26/+26
* Fixed #19951 -- Admin: Invalid model PK values shouldn't ...Igor Támara2013-03-071-3/+12
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-261-34/+34
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2619-0/+5979