index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
model_fields
/
test_imagefield.py
Age
Commit message (
Expand
)
Author
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-01-09
Fixed #21238 -- Fixed restoring attributes when pickling FileField and ImageF...
Hasan Ramezani
2020-01-09
Refs #21238 -- Added more tests for pickling FileField and ImageField.
Hasan Ramezani
2020-01-09
Removed unused lines in ImageFieldTests.test_pickle().
Hasan Ramezani
2019-10-29
Used more specific unittest assertions in tests.
Nick Pope
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2017-06-01
Fixed #28242 -- Moved ImageField file extension validation to the form field.
Manatsawin Hanmongkolchai
2017-01-29
Removed unneeded parentheses in class definitions
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-07-16
Fixed #26900 -- Fixed crash accessing deferred FileFields.
Tim Graham
2016-06-30
Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.
Berker Peksag
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-30
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...
Cristiano
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-09-09
Serialized some tests that interact with the filesystem.
Aymeric Augustin
2015-04-27
Used assertIsInstance in tests.
Alasdair Nicol
2014-05-26
Fixed a few ResourceWarning in the test suite. Refs #22680.
Loic Bistuer
2014-03-21
Removed PIL compatability layer per deprecation timeline.
Tim Graham
2013-11-26
Fixed #21512 -- Added more complete information about Pillow and PIL in model...
Vajrasky Kok
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-04
Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.
Simon Charette
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-14
Fixed #19934 - Use of Pillow is now preferred over PIL.
Daniel Lindsley
2013-04-12
Modified model_fields for unittest2 discovery.
Preston Timmons