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
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-12
/
+13
*
Fixed "byte string" typo in various docs and comments.
Mariusz Felisiak
2019-03-28
1
-3
/
+3
*
Fixed typo in ContentFile docstring.
Thomas Grainger
2018-07-27
1
-1
/
+1
*
Removed redundant UploadedFile.DEFAULT_CHUNK_SIZE.
Sergey Fedoseev
2018-03-12
1
-1
/
+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 #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
1
-6
/
+2
*
Fixed #27777 -- Made File.open() work with the with statement (#8310)
Ingo Klöcker
2017-04-07
1
-0
/
+2
*
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-04
1
-2
/
+1
*
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-21
1
-11
/
+5
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-20
1
-2
/
+2
*
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
Simon Charette
2017-01-19
1
-6
/
+0
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-5
/
+4
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-6
/
+2
*
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
1
-5
/
+1
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-09-03
1
-2
/
+2
*
Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File."
Tim Graham
2016-06-18
1
-4
/
+0
*
Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.
Hugo Osvaldo Barrera
2016-06-14
1
-0
/
+4
*
Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File.
Simon Charette
2016-05-27
1
-4
/
+0
*
Fixed typo in django.core.files.File docstring.
Matt Hooks
2015-04-02
1
-1
/
+1
*
Fixed #23888 -- Fixed crash in File.__repr__() when name contains unicode.
Sergey Fedoseev
2014-11-24
1
-3
/
+4
*
Fixed #8149 -- Made File.__iter__() support universal newlines.
Jon Dufresne
2014-10-30
1
-7
/
+34
*
Fixed a failing test introduced in 918a16bc4c099ab0cae72a231de3e99e2a9d02cb.
Baptiste Mispelon
2014-03-22
1
-12
/
+19
*
Fixed #22307 -- Fixed SpooledTemporaryFile bug in File class.
Hans Lawrenz
2014-03-21
1
-1
/
+1
*
Fixed #22107 -- Fixed django.core.files.File object iteration.
Baptiste Mispelon
2014-02-20
1
-1
/
+1
*
Fixed all E226 violations
Alex Gaynor
2013-11-03
1
-1
/
+1
*
More attacking E302 violators
Alex Gaynor
2013-11-02
1
-0
/
+2
*
Fixed #19367 -- Fixed saving ContentFile in filesystem storage
Claude Paroz
2012-12-06
1
-3
/
+6
*
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-11-03
1
-2
/
+6
*
Fixed #11739 -- Made ContentFile support Unicode input
Claude Paroz
2012-08-29
1
-2
/
+4
*
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-29
1
-1
/
+1
*
[py3] Fixed file_storage tests.
Aymeric Augustin
2012-08-18
1
-2
/
+4
*
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-12
1
-2
/
+5
*
[py3] Replaced some __str__ methods by __unicode__
Aymeric Augustin
2012-08-12
1
-1
/
+1
*
[py3] Removed redundant __str__ methods.
Aymeric Augustin
2012-08-12
1
-3
/
+0
*
[py3] Replaced __nonzero__ by __bool__
Claude Paroz
2012-08-08
1
-2
/
+4
*
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
1
-3
/
+3
*
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
1
-1
/
+3
*
Fixed #14681 -- Do not set mode to None on file-like objects.
Claude Paroz
2012-05-31
1
-1
/
+2
*
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-19
1
-1
/
+1
*
Used io.BytesIO also for ContentFile.
Claude Paroz
2012-05-05
1
-2
/
+2
*
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-05-05
1
-5
/
+2
*
Fixed #15644 -- Improved Django File wrapper to support more file-like object...
Claude Paroz
2012-04-05
1
-6
/
+11
*
Fixed #16590 -- Accepted a 'name' argument in the constructor of ContentFile,...
Aymeric Augustin
2011-12-30
1
-2
/
+2
*
Fixed #14749 -- added support for using Django's file object as context manag...
Alex Gaynor
2010-11-21
1
-0
/
+6
*
Fixed #10404: ImageField height_field and width_field options no longer depen...
Jacob Kaplan-Moss
2009-05-11
1
-7
/
+9
*
Fixed #10687: fixed request parsing when upload_handlers is empty. Thanks, Ar...
Jacob Kaplan-Moss
2009-05-08
1
-1
/
+0
*
Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...
Jacob Kaplan-Moss
2009-05-08
1
-57
/
+19
[next]