Sergey Fedoseev
|
8ef8bc0f64
Refs #28909 -- Simplifed code using unpacking generalizations.
|
6 years ago |
Jon Dufresne
|
e7d7d47b93
Fixed ResourceWarning from unclosed test files.
|
6 years ago |
Jon Prindiville
|
b4cba4ed62
Fixed #28144 -- Added FileSystemStorage.OS_OPEN_FLAGS to allow customization.
|
8 years ago |
Claude Paroz
|
8e960c5aba
Removed urllib2 reference in file storage tests
|
7 years ago |
Jon Dufresne
|
2c69824e5a
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
|
7 years ago |
Rajesh Veeranki
|
67e1afb4a8
Fixed #28224 -- Tested for SuspiciousOperation subclasses in Django's tests.
|
7 years ago |
Vytis Banaitis
|
9cbf48693d
Refs #27836 -- Fixed cleanup exception in file_storage test.
|
8 years ago |
chillaranand
|
e4025563ea
Fixed #27836 -- Allowed FileSystemStorage.delete() to remove directories.
|
8 years ago |
Tim Graham
|
29f607927f
Fixed spelling of "nonexistent".
|
8 years ago |
chillaranand
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 years ago |
Tim Graham
|
632c4ffd9c
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
|
8 years ago |
Tim Graham
|
4e729feaa6
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
|
8 years ago |
Tim Graham
|
109b33f64c
Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
|
8 years ago |
Claude Paroz
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
8 years ago |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 years ago |
Tim Graham
|
2d7fb77987
Refs #23832 -- Removed deprecated non-timezone aware Storage API.
|
8 years ago |
Tim Graham
|
b5f0b3478d
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
|
8 years ago |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 years ago |
Tim Graham
|
414ad25b09
Fixed #27327 -- Simplified time zone handling by requiring pytz.
|
8 years ago |
Chris Sinchok
|
ac1975b18b
Fixed #13809 -- Made FieldFile.open() respect its mode argument.
|
8 years ago |
Tomas Pazderka
|
b820b6108a
Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage.
|
8 years ago |
Paul J Stevens
|
b45852c263
Refs #26772 -- Added a test for FileField reopening closed files.
|
8 years ago |
Tim Graham
|
cd217de610
Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File."
|
8 years ago |
Tim Graham
|
7def55c3f6
Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode argument."
|
8 years ago |
Hugo Osvaldo Barrera
|
1b407050dd
Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.
|
8 years ago |
Simon Charette
|
271581df60
Refs #26712 -- Removed workarounds for PostgreSQL queries on TIME_ZONE changes.
|
8 years ago |
Cristiano
|
914c72be2a
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to the Storage.
|
9 years ago |
Maxim Novikov
|
4d1c229ee5
Fixed #26495 -- Added name arg to Storage.save()'s File wrapping.
|
9 years ago |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
rixx
|
fdf5cd3429
Fixed #25905 -- Prevented leading slashes in urljoin() calls
|
9 years ago |