Mariusz Felisiak
|
efb7f9ced2
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
|
1 月之前 |
Carlton Gibson
|
bb61f0186d
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
|
3 年之前 |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 年之前 |
aryabartar
|
651e527f9b
Fixed #32716 -- Fixed ManifestStaticFilesStorage crash when max_post_process_passes is 0.
|
3 年之前 |
Chris Jerdonek
|
7272e1963f
Fixed #32821 -- Updated os.scandir() uses to use a context manager.
|
3 年之前 |
Gildardo Adrian Maravilla Jacome
|
781b44240a
Refs #32319 -- Changed HashedFilesMixin to use named groups in patterns.
|
3 年之前 |
Richard Campen
|
67b334fbaf
Fixed #31517 -- Fixed HashedFilesMixin.hashed_name() if hash of the file is None.
|
5 年之前 |
Tim Graham
|
f892781b95
Fixed #28606 -- Deprecated CachedStaticFilesStorage.
|
6 年之前 |
Federico Bond
|
a0ca4b5694
Fixed #29689 -- Improved performance of FileSystemStorage.listdir() and FilePathField with os.scandir().
|
6 年之前 |
Tim Graham
|
6e4c6281db
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
|
7 年之前 |
Mads Jensen
|
550cb3a365
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
|
8 年之前 |
Tim Graham
|
632c4ffd9c
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
|
8 年之前 |
Tim Graham
|
c85831e4b7
Fixed #27658 -- Prevented collectstatic from overwriting newer files in remote storages.
|
8 年之前 |
Tim Graham
|
bff4abacad
Refs #15035 -- Corrected a bug and improved comments for a staticfiles test.
|
8 年之前 |
Tim Graham
|
e233f357bd
Refs #25484 -- Removed incorrect unquoting in {% static %}.
|
8 年之前 |
Jon Dufresne
|
359be1c870
Fixed #26691 -- Removed checking for a file's existence before deleting.
|
8 年之前 |
Claude Paroz
|
edcecaf0de
Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions
|
9 年之前 |
Berker Peksag
|
28bcff82c5
Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implement path().
|
9 年之前 |
James Aylett
|
1ff6e37de4
Fixed #23832 -- Added timezone aware Storage API.
|
9 年之前 |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 年之前 |
Jason Myers
|
c3791463a5
Fixing E302 Errors
|
11 年之前 |
Florian Apolloner
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 年之前 |