| Age | Commit message (Collapse) | Author |
|
datetime.UTC was added in Python 3.11.
|
|
|
|
|
|
This also removes django.core.files.storage.get_storage_class().
Per deprecation timeline.
|
|
|
|
Remaining test case ensures that uses of the alias are mapped
canonically by the migration writer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dry run mode.
|
|
On Python 3, open() handles encodings.
|
|
|
|
|
|
verbosity.
|
|
settings.DEBUG is False
|
|
verbosity.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
manager.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
remote storages.
Thanks revimi for the initial patch.
|
|
|
|
|
|
|
|
some files exist in STATIC_ROOT.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for precious inputs.
|
|
implement path().
|
|
Refs #26190.
|
|
appropriate.
|
|
Made the `manage.py help collectstatic` don't fail if the `STATIC_ROOT`
setting is empty.
|
|
|
|
This requires that each test never alters files in static directories
collected by other tests. The alternative is to add a temporary
directory to STATICFILES_DIRS or a new app to INSTALLED_APPS.
|
|
|