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 |