Tim Graham
|
7fa8aea8dd
|
Made @override_settings(ROOT_URLCONF=...) consistent.
|
2016-02-08 09:52:39 -05:00 |
Tim Graham
|
015fad9060
|
Fixed #26175 -- Removed SHA1 password hashes in tests.
|
2016-02-06 08:47:21 -05:00 |
Hasan
|
3d0dcd7f5a
|
Refs #26022 -- Used context manager version of assertRaises in tests.
|
2016-01-29 12:32:18 -05:00 |
userimack
|
60586dd737
|
Fixed #26125 -- Fixed E731 flake warnings.
|
2016-01-25 14:23:43 -05:00 |
Claude Paroz
|
4a03e6f272
|
Refs #21113 -- Updated test to allow for bad MySQL time resolution
|
2016-01-10 19:16:49 +01:00 |
Claude Paroz
|
cf7894be88
|
Fixed #21113 -- Made LogEntry.change_message language independent
Thanks Tim Graham for the review.
|
2016-01-08 20:34:59 +01:00 |
Marten Kenbeek
|
16411b8400
|
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Thanks to Tim Graham for the review.
|
2015-12-31 14:21:29 -05:00 |
Claude Paroz
|
35c41987ec
|
Moved LogEntry-related tests to their own test case
Thanks Tim Graham for reviewing and contributing to the patch.
Refs #21113.
|
2015-12-28 20:29:08 +01:00 |
Ville Skyttä
|
3ee18400ae
|
Fixed #25668 -- Misc spelling errors
|
2015-11-03 11:58:13 +02:00 |
elky
|
86cd89095a
|
Fixed #25348 -- Removed unused gif/png images from contrib.admin.
|
2015-09-04 08:55:36 -04:00 |
elky
|
c32b61c6fd
|
Fixed #20597 -- Replaced admin GIF/PNG icons by SVG
|
2015-08-27 17:21:02 -04:00 |
Tim Graham
|
5980b05c1f
|
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
This mostly reverts 5643a3b51b and
81e1a35c36 .
Thanks Carl Meyer for review.
|
2015-08-10 08:51:32 -04:00 |
Flavio Curella
|
c2e70f0265
|
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
2015-07-27 18:28:13 -04:00 |
Tim Graham
|
20c6ba6ffa
|
Fixed #24962 -- Added newline to characters escaped by contrib.admin.utils.quote()
Thanks alito for the report and patch.
|
2015-06-18 16:10:44 -04:00 |
Loek van Gent
|
0207bdd2d4
|
Fixed #24474 -- Allowed configuring the admin's empty change list value.
|
2015-06-04 21:06:26 -04:00 |
Eric Rouleau
|
d72e0178e9
|
Fixed #24593 -- Fixed number formatting of readonly IntegerFields in the admin.
|
2015-04-14 17:49:08 -04:00 |
Eric Rouleau
|
b333d10618
|
Added tests with number fields for admin.utils.display_for_field().
|
2015-04-14 10:57:39 -04:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Tim Graham
|
8a9b0c15a6
|
Renamed tests for util -> utils moves; refs #17627.
|
2014-12-31 11:26:27 -05:00 |