summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_imagefield.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-57/+63
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-3/+2
* Fixed #21238 -- Fixed restoring attributes when pickling FileField and ImageF...Hasan Ramezani2020-01-091-0/+4
* Refs #21238 -- Added more tests for pickling FileField and ImageField.Hasan Ramezani2020-01-091-0/+8
* Removed unused lines in ImageFieldTests.test_pickle().Hasan Ramezani2020-01-091-3/+0
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-1/+1
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-4/+2
* Fixed #28242 -- Moved ImageField file extension validation to the form field.Manatsawin Hanmongkolchai2017-06-011-7/+1
* Removed unneeded parentheses in class definitionsClaude Paroz2017-01-291-1/+1
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-3/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-6/+6
* Fixed #26900 -- Fixed crash accessing deferred FileFields.Tim Graham2016-07-161-0/+7
* Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.Berker Peksag2016-06-301-1/+7
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-22/+22
* Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...Cristiano2016-04-301-2/+2
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-2/+4
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+4
* Serialized some tests that interact with the filesystem.Aymeric Augustin2015-09-091-1/+4
* Used assertIsInstance in tests.Alasdair Nicol2015-04-271-2/+2
* Fixed a few ResourceWarning in the test suite. Refs #22680.Loic Bistuer2014-05-261-0/+2
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-211-8/+8
* Fixed #21512 -- Added more complete information about Pillow and PIL in model...Vajrasky Kok2013-11-261-8/+8
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.Simon Charette2013-10-041-3/+3
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-141-2/+6
* Modified model_fields for unittest2 discovery.Preston Timmons2013-04-121-0/+434