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
/
django
/
core
/
files
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed some typos in comments, docstrings, and tests.
Liyang Zhang
2023-03-20
1
-1
/
+1
*
Fixed #34294 -- Protected django.core.files.locks against argtypes redefiniti...
Simon Sawicki
2023-01-26
1
-3
/
+4
*
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Jarosław Wygoda
2023-01-12
2
-3
/
+21
*
Fixed #26029 -- Allowed configuring custom file storage backends.
Jarosław Wygoda
2023-01-12
2
-0
/
+51
*
Fixed #34110 -- Added in-memory file storage.
Francesco Panico
2023-01-10
2
-0
/
+292
*
Refs #34110 -- Added StorageSettingsMixin.
Francesco Panico
2022-11-11
2
-16
/
+17
*
Refs #34110 -- Reorganized django.core.files.storage into a separate module.
Francesco Panico
2022-11-11
3
-209
/
+219
*
Fixed #29027 -- Fixed file_move_safe() crash when moving files with SELinux.
Yuri Konotopov
2022-10-24
1
-6
/
+8
*
Fixed #32604 -- Made file upload respect group id when uploading to a tempora...
Mateo Radman
2022-04-11
1
-0
/
+12
*
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-24
1
-2
/
+1
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
3
-3
/
+7
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
10
-128
/
+248
*
Fixed CVE-2021-45452 -- Fixed potential path traversal in storage subsystem.
Florian Apolloner
2022-01-04
1
-1
/
+8
*
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2021-12-02
1
-1
/
+1
*
Fixed #33079 -- Fixed get_image_dimensions() on nonexistent images.
Stefanos I. Tsaklidis
2021-09-02
1
-1
/
+4
*
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-29
1
-1
/
+1
*
Fixed #32821 -- Updated os.scandir() uses to use a context manager.
Chris Jerdonek
2021-06-07
1
-5
/
+6
*
Fixed #28154 -- Prevented infinite loop in FileSystemStorage.save() when a br...
Jacob Walls
2021-06-02
1
-1
/
+1
*
Fixed #32718 -- Relaxed file name validation in FileField.
Mariusz Felisiak
2021-05-13
1
-5
/
+15
*
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-05-12
1
-5
/
+2
*
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2021-05-04
3
-0
/
+26
*
Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.core.
Daniyal
2021-03-19
1
-1
/
+2
*
Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.
aryan
2020-09-30
1
-1
/
+17
*
Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...
Hasan Ramezani
2020-09-15
1
-4
/
+7
*
Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level stati...
Mariusz Felisiak
2020-09-01
1
-3
/
+3
*
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-30
1
-2
/
+4
*
Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.
Hasan Ramezani
2019-10-31
1
-1
/
+1
*
Fixed #30736 -- Added Storage.get_alternative_name() to allow customization.
yukihira1992
2019-08-30
1
-5
/
+12
*
Corrected several typos in string literals and test names.
Min ho Kim
2019-08-07
1
-1
/
+1
*
Fixed "byte string" typo in various docs and comments.
Mariusz Felisiak
2019-03-28
1
-3
/
+3
*
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2019-01-31
1
-18
/
+12
*
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-28
3
-4
/
+4
*
Fixed #29890 -- Fixed FileSystemStorage crash if concurrent saves try to crea...
Tim Graham
2018-10-31
1
-2
/
+2
*
Fixed #29857 -- Added get_storage_class to django.core.files.storage.__all__.
Tim Graham
2018-10-17
1
-1
/
+4
*
Capitalized "Python" in docs and comments.
Jon Dufresne
2018-10-09
1
-1
/
+1
*
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-26
2
-3
/
+3
*
Fixed #29705 -- Fixed ImageField RuntimeError crash for WebP files.
winkidney
2018-08-23
1
-0
/
+4
*
Fixed #29689 -- Improved performance of FileSystemStorage.listdir() and FileP...
Federico Bond
2018-08-20
1
-4
/
+4
*
Fixed typo in ContentFile docstring.
Thomas Grainger
2018-07-27
1
-1
/
+1
*
Fixed #28144 -- Added FileSystemStorage.OS_OPEN_FLAGS to allow customization.
Jon Prindiville
2018-06-29
1
-5
/
+4
*
Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for ...
Tim Graham
2018-06-28
1
-1
/
+5
*
Used datetime.timezone.utc instead of pytz.utc for better performance.
Sergey Fedoseev
2018-03-20
1
-5
/
+1
*
Removed redundant UploadedFile.DEFAULT_CHUNK_SIZE.
Sergey Fedoseev
2018-03-12
2
-2
/
+1
*
Used cached_property for File.size.
Sergey Fedoseev
2018-03-10
1
-13
/
+4
*
Fixed #29188 -- Fixed ContentFile.size after a write().
Alex Stovbur
2018-03-08
1
-0
/
+4
*
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-12
1
-4
/
+1
*
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
1
-6
/
+2
*
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-11-06
1
-1
/
+1
*
Removed unnecessary parens in various code.
Mariusz Felisiak
2017-09-13
2
-3
/
+3
*
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-07
2
-12
/
+16
[next]