index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
fields
/
files.py
Age
Commit message (
Expand
)
Author
2026-04-14
Fixed #27150 -- Made base File objects truthy by default.
VIZZARD-X
2025-10-15
Fixed 36622 -- Prevented LazyObject FileField storages from evaluating at boo...
Clifford Gama
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-01-20
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
Mariusz Felisiak
2024-08-05
Fixed #35657 -- Made FileField handle db_default values.
Sarah Boyce
2024-05-22
Fixed #35139 -- Prevented file read after ImageField is saved to storage.
John Parton
2024-05-15
Fixed #35384 -- Raised FieldError when saving a file without a name to FileFi...
Jonny Park
2023-06-19
Refs #34517 -- Restored skipping ImageFileField.update_dimension_fields witho...
François Freitag
2023-05-03
Fixed #34517 -- Avoided connection post_init signal to ImageField without wid...
Orhan Hirsch
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-23
Fixed #34192 -- Preserved callable storage when it returns default_storage.
Matt Westcott
2022-11-04
Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...
LightDiscord
2022-08-25
Fixed typo in django/db/models/fields/files.py comment.
Jan Pieter Waagmeester
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-05-13
Fixed #32718 -- Relaxed file name validation in FileField.
Mariusz Felisiak
2021-05-04
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2020-10-12
Fixed #32098 -- Made FieldFile use FileField.attname.
Sultan
2020-09-02
Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage.
Brian Helba
2020-07-24
Fixed #31812 -- Fixed FileField.model for fields defined in abstract models.
Matthias Kestenholz
2020-06-30
Fixed #31701 -- Made FileDescriptor subclass DeferredAttribute.
alosultan
2020-06-15
Fixed #31706 -- Removed unnecessary getattr() call in FileDescriptor.__get__().
Sultan
2020-04-08
Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.
miigotu
2020-01-09
Fixed #21238 -- Fixed restoring attributes when pickling FileField and ImageF...
Hasan Ramezani
2019-08-18
Refs #28428 -- Made FileField.upload_to support pathlib.Path.
Claude Paroz
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2019-01-27
Removed default mode='r' argument from calls to open().
Jon Dufresne
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2018-01-03
Fixed #28985 -- Removed unneeded None checks before hasattr().
Дилян Палаузов
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-04
Fixed #28873 -- Used dict.setdefault() to set model and form field defaults.
Дилян Палаузов
2017-06-01
Fixed #28242 -- Moved ImageField file extension validation to the form field.
Manatsawin Hanmongkolchai
2017-04-07
Fixed #27777 -- Made File.open() work with the with statement (#8310)
Ingo Klöcker
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
Removed obsolete references to form_for_instance().
Tim Graham
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-17
Refs #26058 -- Removed deprecated FileField.get_directory_name()/get_filename().
Tim Graham
2016-11-30
Refs #27358 -- Fixed system check crash with an empty FileField.upload_to.
Lex Berezhny
2016-11-29
Fixed #27358 -- Added a system check to prevent FileField's upload_to from st...
Henry Dang
[next]