index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
file_storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #28428 -- Made FileField.upload_to support pathlib.Path.
Claude Paroz
2019-08-18
2
-0
/
+3
*
Refs #28428 -- Added test for a callable FileField.upload_to that returns pat...
Claude Paroz
2019-08-18
2
-0
/
+11
*
Corrected several typos in string literals and test names.
Min ho Kim
2019-08-07
1
-2
/
+2
*
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2019-01-31
1
-4
/
+5
*
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-28
1
-2
/
+2
*
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-12-31
1
-2
/
+2
*
Fixed #29890 -- Fixed FileSystemStorage crash if concurrent saves try to crea...
Tim Graham
2018-10-31
1
-4
/
+4
*
Capitalized "Python" in docs and comments.
Jon Dufresne
2018-10-09
1
-1
/
+1
*
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-28
1
-2
/
+1
*
Fixed ResourceWarning from unclosed test files.
Jon Dufresne
2018-07-10
1
-2
/
+4
*
Fixed #28144 -- Added FileSystemStorage.OS_OPEN_FLAGS to allow customization.
Jon Prindiville
2018-06-29
1
-0
/
+39
*
Removed urllib2 reference in file storage tests
Claude Paroz
2018-04-27
1
-2
/
+3
*
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-06-01
1
-1
/
+1
*
Fixed #28224 -- Tested for SuspiciousOperation subclasses in Django's tests.
Rajesh Veeranki
2017-05-25
1
-3
/
+3
*
Refs #27836 -- Fixed cleanup exception in file_storage test.
Vytis Banaitis
2017-03-01
1
-3
/
+3
*
Fixed #27836 -- Allowed FileSystemStorage.delete() to remove directories.
chillaranand
2017-02-24
1
-0
/
+5
*
Fixed spelling of "nonexistent".
Tim Graham
2017-02-03
1
-6
/
+6
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-2
/
+2
*
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-25
1
-9
/
+8
*
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
1
-2
/
+1
*
Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
Tim Graham
2017-01-20
1
-3
/
+2
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-5
/
+6
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-3
/
+0
*
Refs #26058 -- Removed deprecated FileField.get_directory_name()/get_filename().
Tim Graham
2017-01-17
1
-27
/
+0
*
Refs #23832 -- Removed deprecated non-timezone aware Storage API.
Tim Graham
2017-01-17
1
-68
/
+1
*
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-12-07
1
-11
/
+11
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
1
-6
/
+7
*
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-27
1
-18
/
+0
*
Fixed #13809 -- Made FieldFile.open() respect its mode argument.
Chris Sinchok
2016-08-09
1
-0
/
+10
*
Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage.
Tomas Pazderka
2016-07-29
1
-1
/
+10
*
Refs #26772 -- Added a test for FileField reopening closed files.
Paul J Stevens
2016-06-18
1
-0
/
+8
*
Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File."
Tim Graham
2016-06-18
1
-8
/
+0
*
Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode argument."
Tim Graham
2016-06-17
1
-10
/
+0
*
Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.
Hugo Osvaldo Barrera
2016-06-14
1
-0
/
+8
*
Refs #26712 -- Removed workarounds for PostgreSQL queries on TIME_ZONE changes.
Simon Charette
2016-06-06
1
-3
/
+1
*
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...
Cristiano
2016-04-30
2
-1
/
+118
*
Fixed #26495 -- Added name arg to Storage.save()'s File wrapping.
Maxim Novikov
2016-04-21
1
-0
/
+23
*
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-08
1
-29
/
+18
*
Fixed #25905 -- Prevented leading slashes in urljoin() calls
rixx
2016-04-03
1
-0
/
+13
*
Fixed #26398 -- Made FieldFile.open() respect its mode argument.
Alexey Kotlyarov
2016-03-23
1
-0
/
+10
*
Fixed #23832 -- Added timezone aware Storage API.
James Aylett
2016-02-23
1
-18
/
+187
*
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2016-01-29
1
-4
/
+2
*
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-29
1
-9
/
+14
*
Fixed #26038 -- Changed FileSystemStorage defaults on setting change.
Simon Charette
2016-01-07
1
-1
/
+39
*
Fixed #21042 -- Allowed accessing FileDescriptor on the model class.
Tim Graham
2015-10-01
1
-3
/
+2
*
Refs #9893 -- Removed shims for lack of max_length support in file storage pe...
Tim Graham
2015-09-23
2
-43
/
+0
*
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-24
1
-2
/
+2
*
Fixed #24826 -- Accounted for filesystem-dependent filename max length
Claude Paroz
2015-05-22
1
-1
/
+13
*
Fixed typo in file_storage tests.
Tim Graham
2015-05-20
1
-1
/
+1
*
Refs #24652 -- Enforced test isolation in file_storage tests.
Simon Charette
2015-05-20
1
-2
/
+4
[next]