combo/combo
Benjamin Dauvergne 428033da0f pwa: use icon file basename during import (#53720)
Django 2.2.21 introduced the validation of FieldFile.save() name
argument, which cannot contain a path separator anymore. To use the
received FileField value as a base filename, we must apply
os.path.basename() on it first.

ref. https://docs.djangoproject.com/en/3.2/releases/2.2.21/
2021-05-04 16:01:46 +02:00
..
apps pwa: use icon file basename during import (#53720) 2021-05-04 16:01:46 +02:00
data misc: fix warning about unclosed resource in import-site (#53577) 2021-04-29 23:12:45 +02:00
locale/fr/LC_MESSAGES translation update 2021-04-30 18:00:47 +02:00
manager manager: page subslug style (#53221) 2021-04-29 09:56:10 +02:00
profile profile-cell: move div content wrapper after cell title (#52968) 2021-04-13 14:28:18 +02:00
public jsoncell: copy Content-Disposition in raw cell's actions (#53666) 2021-05-04 11:34:50 +02:00
utils general: ensure jsonfields are using jsonb columns (fixup, #52915) 2021-04-12 14:11:01 +02:00
__init__.py pwa: use combo version + settings timestamp as service worker version (#29368) 2019-01-02 08:58:11 +01:00
context_processors.py misc: apply isort (#52797) 2021-04-08 15:54:31 +02:00
middleware.py misc: apply isort (#52797) 2021-04-08 15:54:31 +02:00
monkeypatch.py misc: apply isort (#52797) 2021-04-08 15:54:31 +02:00
plugins.py misc: apply isort (#52797) 2021-04-08 15:54:31 +02:00
settings.py misc: remove newsletter app (#53541) 2021-04-30 10:56:36 +02:00
urls.py misc: apply isort (#52797) 2021-04-08 15:54:31 +02:00
urls_utils.py misc: apply isort (#52797) 2021-04-08 15:54:31 +02:00
wsgi.py trivial: apply black 2021-02-15 18:02:39 +01:00