index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
file_storage
Age
Commit message (
Expand
)
Author
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-10-31
Fixed #29890 -- Fixed FileSystemStorage crash if concurrent saves try to crea...
Tim Graham
2018-10-09
Capitalized "Python" in docs and comments.
Jon Dufresne
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-07-10
Fixed ResourceWarning from unclosed test files.
Jon Dufresne
2018-06-29
Fixed #28144 -- Added FileSystemStorage.OS_OPEN_FLAGS to allow customization.
Jon Prindiville
2018-04-27
Removed urllib2 reference in file storage tests
Claude Paroz
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-25
Fixed #28224 -- Tested for SuspiciousOperation subclasses in Django's tests.
Rajesh Veeranki
2017-03-01
Refs #27836 -- Fixed cleanup exception in file_storage test.
Vytis Banaitis
2017-02-24
Fixed #27836 -- Allowed FileSystemStorage.delete() to remove directories.
chillaranand
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
Tim Graham
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26058 -- Removed deprecated FileField.get_directory_name()/get_filename().
Tim Graham
2017-01-17
Refs #23832 -- Removed deprecated non-timezone aware Storage API.
Tim Graham
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-08-09
Fixed #13809 -- Made FieldFile.open() respect its mode argument.
Chris Sinchok
2016-07-29
Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage.
Tomas Pazderka
2016-06-18
Refs #26772 -- Added a test for FileField reopening closed files.
Paul J Stevens
2016-06-18
Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File."
Tim Graham
2016-06-17
Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode argument."
Tim Graham
2016-06-14
Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.
Hugo Osvaldo Barrera
2016-06-06
Refs #26712 -- Removed workarounds for PostgreSQL queries on TIME_ZONE changes.
Simon Charette
2016-04-30
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...
Cristiano
2016-04-21
Fixed #26495 -- Added name arg to Storage.save()'s File wrapping.
Maxim Novikov
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-03
Fixed #25905 -- Prevented leading slashes in urljoin() calls
rixx
2016-03-23
Fixed #26398 -- Made FieldFile.open() respect its mode argument.
Alexey Kotlyarov
2016-02-23
Fixed #23832 -- Added timezone aware Storage API.
James Aylett
2016-01-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-07
Fixed #26038 -- Changed FileSystemStorage defaults on setting change.
Simon Charette
2015-10-01
Fixed #21042 -- Allowed accessing FileDescriptor on the model class.
Tim Graham
2015-09-23
Refs #9893 -- Removed shims for lack of max_length support in file storage pe...
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-22
Fixed #24826 -- Accounted for filesystem-dependent filename max length
Claude Paroz
2015-05-20
Fixed typo in file_storage tests.
Tim Graham
2015-05-20
Refs #24652 -- Enforced test isolation in file_storage tests.
Simon Charette
2015-05-12
Fixed #24105 -- Called Storage.get_valid_name() when upload_to is callable
Abhaya Agarwal
2015-02-23
Guaranteed removal of temporary files during tests.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-28
Removed threading fallback imports.
Tim Graham
2015-01-14
Skipped a problematic file_storage test on Windows.
Tim Graham
[next]