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 #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-22
1
-3
/
+3
*
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...
Jacob Kaplan-Moss
2009-12-17
1
-1
/
+2
*
Fixed #12385: Made built-in field type descriptions in admindocs translatable...
Karen Tracey
2009-12-16
1
-4
/
+3
*
Fixed #7977: Fixed admindocs to use docstrings instead of a static array to l...
Karen Tracey
2009-12-12
1
-0
/
+4
*
Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti...
Gary Wilson Jr
2009-05-28
1
-45
/
+88
*
Fixed #10404: ImageField height_field and width_field options no longer depen...
Jacob Kaplan-Moss
2009-05-11
1
-19
/
+100
*
Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...
Jacob Kaplan-Moss
2009-05-08
1
-15
/
+25
*
Fixed #10149. FileFields in a form now validate max_length. Based on a patch ...
Joseph Kocherhans
2009-03-30
1
-1
/
+1
*
Fixed #9508 -- Added an appropriate FileField.__hash__ implementation.
Malcolm Tredinnick
2009-03-08
1
-0
/
+4
*
Fixed #10347 -- Fixed incorrect AttributeError raised when attempting to acce...
Karen Tracey
2009-02-24
1
-1
/
+1
*
Fixed #10196: Restored setting of image file width and height fields lost in ...
Karen Tracey
2009-02-16
1
-1
/
+1
*
Fixed #10121: Restored code lost in r9766 that prevented overwriting an alrea...
Karen Tracey
2009-02-16
1
-0
/
+4
*
Fixed #10044: You can now assign directly to file fields (`instance.filefield...
Jacob Kaplan-Moss
2009-01-16
1
-7
/
+26
*
Fixed #9786 -- Fixed inequality checking for django.db.models.fields.file.Fie...
Malcolm Tredinnick
2008-12-16
1
-0
/
+3
*
FIxed #8613: removed vestigal `FileField.save_file()`. Thanks, kratorius.
Jacob Kaplan-Moss
2008-08-28
1
-20
/
+0
*
Fixed #8534: getting the size of a file no longer opens it (at least for the ...
Jacob Kaplan-Moss
2008-08-27
1
-0
/
+5
*
Fixed #8175: don't open files we're about to close. This was a pesky bug to t...
Jacob Kaplan-Moss
2008-08-27
1
-1
/
+6
*
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-27
1
-50
/
+4
*
Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:
Gary Wilson Jr
2008-08-10
1
-26
/
+2
*
File storage refactoring, adding far more flexibility to Django's file handli...
Jacob Kaplan-Moss
2008-08-08
1
-0
/
+315