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
/
db
/
models
/
fields
/
files.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34517 -- Avoided connection post_init signal to ImageField without wid...
Orhan Hirsch
2023-05-03
1
-5
/
+4
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-1
/
+0
*
Fixed #34192 -- Preserved callable storage when it returns default_storage.
Matt Westcott
2023-01-23
1
-2
/
+3
*
Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...
LightDiscord
2022-11-04
1
-1
/
+2
*
Fixed typo in django/db/models/fields/files.py comment.
Jan Pieter Waagmeester
2022-08-25
1
-1
/
+1
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-1
/
+2
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-48
/
+75
*
Fixed #32718 -- Relaxed file name validation in FileField.
Mariusz Felisiak
2021-05-13
1
-1
/
+1
*
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2021-05-04
1
-0
/
+2
*
Fixed #32098 -- Made FieldFile use FileField.attname.
Sultan
2020-10-12
1
-2
/
+2
*
Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage.
Brian Helba
2020-09-02
1
-1
/
+3
*
Fixed #31812 -- Fixed FileField.model for fields defined in abstract models.
Matthias Kestenholz
2020-07-24
1
-0
/
+4
*
Fixed #31701 -- Made FileDescriptor subclass DeferredAttribute.
alosultan
2020-06-30
1
-16
/
+8
*
Fixed #31706 -- Removed unnecessary getattr() call in FileDescriptor.__get__().
Sultan
2020-06-15
1
-4
/
+2
*
Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.
miigotu
2020-04-08
1
-1
/
+8
*
Fixed #21238 -- Fixed restoring attributes when pickling FileField and ImageF...
Hasan Ramezani
2020-01-09
1
-5
/
+15
*
Refs #28428 -- Made FileField.upload_to support pathlib.Path.
Claude Paroz
2019-08-18
1
-1
/
+1
*
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2019-04-18
1
-1
/
+1
*
Removed default mode='r' argument from calls to open().
Jon Dufresne
2019-01-27
1
-1
/
+1
*
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-04-17
1
-1
/
+1
*
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
1
-3
/
+1
*
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2018-01-03
1
-1
/
+1
*
Fixed #28985 -- Removed unneeded None checks before hasattr().
Дилян Палаузов
2018-01-03
1
-3
/
+3
*
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-11
1
-13
/
+18
*
Fixed #28873 -- Used dict.setdefault() to set model and form field defaults.
Дилян Палаузов
2017-12-04
1
-1
/
+1
*
Fixed #28242 -- Moved ImageField file extension validation to the form field.
Manatsawin Hanmongkolchai
2017-06-01
1
-2
/
+0
*
Fixed #27777 -- Made File.open() work with the with statement (#8310)
Ingo Klöcker
2017-04-07
1
-0
/
+1
*
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-04
1
-2
/
+1
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-6
/
+4
*
Removed obsolete references to form_for_instance().
Tim Graham
2017-02-28
1
-7
/
+0
*
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-07
1
-1
/
+1
*
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-26
1
-1
/
+1
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-15
/
+15
*
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
1
-1
/
+1
*
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-20
1
-2
/
+2
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2017-01-18
1
-3
/
+0
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-4
/
+3
*
Refs #26058 -- Removed deprecated FileField.get_directory_name()/get_filename().
Tim Graham
2017-01-17
1
-19
/
+0
*
Refs #27358 -- Fixed system check crash with an empty FileField.upload_to.
Lex Berezhny
2016-11-30
1
-1
/
+1
*
Fixed #27358 -- Added a system check to prevent FileField's upload_to from st...
Henry Dang
2016-11-29
1
-0
/
+15
*
Fixed #27188 -- Allowed using unique=True with FileField.
Michael Scott
2016-10-28
1
-14
/
+0
*
Fixed #27334 -- Allowed FileField to move rather than copy a file.
Adam Chidlow
2016-10-26
1
-1
/
+1
*
Replaced property() usage with decorator in several places.
Berker Peksag
2016-08-25
1
-8
/
+8
*
Fixed #13809 -- Made FieldFile.open() respect its mode argument.
Chris Sinchok
2016-08-09
1
-1
/
+4
*
Fixed #26900 -- Fixed crash accessing deferred FileFields.
Tim Graham
2016-07-16
1
-3
/
+8
*
Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.
Berker Peksag
2016-06-30
1
-0
/
+2
*
Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode argument."
Tim Graham
2016-06-17
1
-3
/
+4
*
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-05-04
1
-5
/
+0
*
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...
Cristiano
2016-04-30
1
-7
/
+24
[next]