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
2016-10-28
Fixed #27188 -- Allowed using unique=True with FileField.
Michael Scott
2016-10-26
Fixed #27334 -- Allowed FileField to move rather than copy a file.
Adam Chidlow
2016-08-25
Replaced property() usage with decorator in several places.
Berker Peksag
2016-08-09
Fixed #13809 -- Made FieldFile.open() respect its mode argument.
Chris Sinchok
2016-07-16
Fixed #26900 -- Fixed crash accessing deferred FileFields.
Tim Graham
2016-06-30
Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.
Berker Peksag
2016-06-17
Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode argument."
Tim Graham
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-04-30
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...
Cristiano
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-23
Fixed #26398 -- Made FieldFile.open() respect its mode argument.
Alexey Kotlyarov
2016-03-17
Refs #26367 -- Removed obsolete _size cache on FieldField.
Tim Graham
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2015-12-24
Discouraged use of /tmp with predictable names.
Chris Lamb
2015-12-05
Fixed #25547 -- Made Model.refresh_from_db() update FileField's instance.
Attila Tovt
2015-10-26
Fixed #25611 -- Standardized descriptor signatures.
Tim Graham
2015-10-01
Fixed #21042 -- Allowed accessing FileDescriptor on the model class.
Tim Graham
2015-09-23
Refs #9893 -- Removed shims for lack of max_length support in file storage pe...
Tim Graham
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-15
Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-12
Fixed #24105 -- Called Storage.get_valid_name() when upload_to is callable
Abhaya Agarwal
2015-02-20
Fixed typo in django/db/models/fields/files.py comment.
Don Kirkby
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-12
Fixed #9893 -- Allowed using a field's max_length in the Storage.
Pavel Shpilev
2014-10-19
Fixed #23684 -- Used correct package name for Pillow in Error hint.
Nicholas Serra
2014-08-01
Fixed #21940 -- Added kwargs to contribute_to_class() of model fields..
Mitar
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-21
Removed PIL compatability layer per deprecation timeline.
Tim Graham
2014-03-08
Fixed #22199: Bad max_length deconstruction for FileField
Andrew Godwin
2014-03-03
Edited model and field checks for grammar and consistency.
Russell Keith-Magee
2014-01-20
Removed an inactive system check for upload_to.
Russell Keith-Magee
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-10-04
Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.
Simon Charette
2013-07-31
Fixed #20348 -- Consistently handle Promise objects in model fields.
Tai Lee
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-06-29
Fixed #20660 -- Do not try to delete an unset FieldFile
Claude Paroz
2013-06-28
Ported over Field.deconstruct() from my schema alteration branch.
Andrew Godwin
2013-02-25
Fixed #19634 -- Added proper __hash__ methods.
Aymeric Augustin
2012-12-27
Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.
Aymeric Augustin
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-14
[py3] Fed strftime with unicode on Python 3
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-06-26
Fixed #18515 -- Conditionally regenerated filename in FileField validation
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
[prev]
[next]