Alex Gaynor
|
327e362ff3
|
Fixed an obvious typo.
|
2013-05-10 08:56:39 -07:00 |
Aymeric Augustin
|
a4dec43b52
|
Fixed two admin_views tests under Oracle.
Thanks Anssi for the review.
|
2013-05-10 16:56:42 +02:00 |
Claude Paroz
|
118faa0893
|
Made usage of assertTemplateUsed in admin_views tests
Thanks Baptiste Mispelon for the suggestion.
|
2013-04-10 10:16:15 +02:00 |
Baptiste Mispelon
|
f69396665c
|
Fix admin_views tests after commit 3be368c73e .
|
2013-04-08 22:02:18 +02:00 |
Adam Wentz
|
a4b8a4b632
|
Fixed #20121 -- Removed LogEntry.get_admin_url's hard-coded path.
Updated LogEntry.get_admin_url to use 'reverse' instead
of a hard-coded path.
|
2013-03-25 23:45:27 -04:00 |
Aymeric Augustin
|
bc35b95274
|
Fixed test failures introduced in e16c48e001 .
|
2013-03-24 15:27:50 +01:00 |
Deric Crago
|
9d6ecc6bc6
|
Fixed #19327 -- Added handling of double login attempts in admin.
Thanks to Krzysztof Jurewicz for initial patch and
adupin for tests.
|
2013-03-18 17:11:07 -07:00 |
Aymeric Augustin
|
31b5275235
|
Fixed #13260 -- Quoted arguments interpolated in URLs in reverse.
|
2013-03-18 23:58:22 +01:00 |
Aymeric Augustin
|
b746f8a9e3
|
Adjusted query counts to account for new savepoints.
|
2013-03-11 21:07:19 +01:00 |
Loic Bistuer
|
6983a1a540
|
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet.
|
2013-03-08 10:11:45 -05:00 |
Igor Támara
|
e2ee02c5bd
|
Fixed #19951 -- Admin: Invalid model PK values shouldn't cause 500 status.
Avoid ValueError in admin when passing a string as PK for an inherited
model with an integer PK field.
Thanks ikks for the patch. See also #11191.
|
2013-03-06 21:38:44 -03:00 |
Florian Apolloner
|
33836cf88d
|
Renamed some tests and removed references to modeltests/regressiontests.
|
2013-02-26 14:36:57 +01:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |