Tim Graham
|
7c33aa8a87
|
Fixed #26900 -- Fixed crash accessing deferred FileFields.
|
2016-07-16 08:22:24 -04:00 |
Berker Peksag
|
12b4280444
|
Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.
|
2016-06-30 09:08:50 -04:00 |
Jon Dufresne
|
4f336f6652
|
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
2016-06-16 14:19:18 -04:00 |
Cristiano
|
914c72be2a
|
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to the Storage.
|
2016-04-30 17:22:40 -04:00 |
Tim Graham
|
92053acbb9
|
Fixed E128 flake8 warnings in tests/.
|
2016-04-08 10:12:33 -04:00 |
Hasan
|
3d0dcd7f5a
|
Refs #26022 -- Used context manager version of assertRaises in tests.
|
2016-01-29 12:32:18 -05:00 |
Aymeric Augustin
|
b799a50c8e
|
Serialized some tests that interact with the filesystem.
Considering the APIs exercised by these test cases, it's hard to make
them independent.
|
2015-09-09 23:01:17 +02:00 |
Alasdair Nicol
|
d91321e8be
|
Used assertIsInstance in tests.
|
2015-04-27 08:40:36 -04:00 |
Loic Bistuer
|
b7de5f5d3f
|
Fixed a few ResourceWarning in the test suite. Refs #22680.
|
2014-05-26 03:23:17 +07:00 |
Tim Graham
|
4965a77407
|
Removed PIL compatability layer per deprecation timeline.
refs #19934.
|
2014-03-21 10:54:53 -04:00 |
Vajrasky Kok
|
16d73d7416
|
Fixed #21512 -- Added more complete information about Pillow and PIL in model_fields and model_forms tests.
|
2013-11-26 10:18:54 +01:00 |
Tim Graham
|
96d1d4e292
|
Removed unused local variables in tests.
|
2013-10-19 08:31:38 -04:00 |
Simon Charette
|
948d209ada
|
Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.
|
2013-10-04 16:23:06 -04:00 |
Claude Paroz
|
5c1143910e
|
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
2013-07-29 20:28:13 +02:00 |
Aymeric Augustin
|
cfcf4b3605
|
Stopped using django.utils.unittest in the test suite.
Refs #20680.
|
2013-07-01 14:29:33 +02:00 |
Daniel Lindsley
|
33793f7c3e
|
Fixed #19934 - Use of Pillow is now preferred over PIL.
This starts the deprecation period for PIL (support to end in 1.8).
|
2013-05-14 19:32:04 -07:00 |
Preston Timmons
|
44293c5c05
|
Modified model_fields for unittest2 discovery.
|
2013-04-12 15:11:12 -06:00 |