Mariusz Felisiak
|
f5772de696
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
|
2 月之前 |
Jonny Park
|
c0b0ce85ed
Fixed #35384 -- Raised FieldError when saving a file without a name to FileField.
|
11 月之前 |
Francesco Panico
|
c179ad9fe7
Refs #34100 -- Made file upload tests use Storage.exists() where appropriate.
|
2 年之前 |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 年之前 |
Mariusz Felisiak
|
b55699968f
Fixed #32718 -- Relaxed file name validation in FileField.
|
3 年之前 |
Matthias Kestenholz
|
c1f8d87bb0
Fixed #31812 -- Fixed FileField.model for fields defined in abstract models.
|
4 年之前 |
Nick Pope
|
335c9c94ac
Simplified imports from django.db and django.contrib.gis.db.
|
5 年之前 |
Mariusz Felisiak
|
2e6dc72d83
Used temporary directory in FileFieldTests.test_pickle().
|
5 年之前 |
Carlton Gibson
|
4c1b401e82
Added file cleanup in FileFieldTests.test_pickle().
|
5 年之前 |
Hasan Ramezani
|
f600e3fad6
Fixed #21238 -- Fixed restoring attributes when pickling FileField and ImageField.
|
5 年之前 |
Hasan Ramezani
|
aaea9deac4
Refs #21238 -- Added more tests for pickling FileField and ImageField.
|
5 年之前 |
Jon Dufresne
|
77aa74cb70
Refs #29983 -- Added support for using pathlib.Path in all settings.
|
5 年之前 |
Jon Dufresne
|
39791c8e6d
Harmonized Windows checks in tests to a single style.
|
5 年之前 |
Ingo Klöcker
|
6bb3b2bff4
Refs #27777 -- Improved docs/added test for File context manager change.
|
8 年之前 |
Michael Scott
|
ec9ed07488
Fixed #27188 -- Allowed using unique=True with FileField.
|
8 年之前 |
Adam Chidlow
|
f734e2d4b2
Fixed #27334 -- Allowed FileField to move rather than copy a file.
|
8 年之前 |
Tim Graham
|
7c33aa8a87
Fixed #26900 -- Fixed crash accessing deferred FileFields.
|
8 年之前 |
Tim Graham
|
3c1b572f18
Split model_fields tests into different files.
|
9 年之前 |