TandoorRecipes/cookbook
Bruno BELANYI 6b04c92297 Fix multiple file field
Due to [1], the previous solution does not work on recent Django releases.

See [2] for the documented work-around, as applied in this commit.

Closes #2457.

[1]: https://docs.djangoproject.com/en/4.2/releases/4.2.1/
[2]: https://docs.djangoproject.com/en/4.2/topics/http/file-uploads/#uploading-multiple-files
2023-05-04 22:41:19 +01:00
..
fixtures
helper fixed pytests 2023-04-22 17:56:01 -05:00
integration Update openeats.py 2023-03-29 16:03:33 +02:00
locale Translated using Weblate (Russian) 2023-05-01 07:55:47 +00:00
management/commands Add django-admin export and import commands, making dump-data and loaddata django-scopes compatible 2022-06-02 14:26:28 +02:00
migrations allow infiinit sharing as space setting 2023-02-12 18:16:43 +01:00
provider added url validation to all server requests 2022-05-17 18:04:43 +02:00
static improved style 2023-02-24 20:35:54 +01:00
templates added bottom padding for recipe view 2023-02-27 16:43:37 +01:00
templatetags allow markdown in message of the day 2023-02-12 18:16:58 +01:00
tests reload food objects to resolve inconsistent behavior 2023-05-03 10:17:59 -05:00
views disable space creation for demo user on hosted instance 2023-03-28 23:22:14 +02:00
__init__.py
admin.py removed use_plural space setting 2023-02-24 23:32:30 +01:00
apps.py add category context menu 2022-01-05 15:20:10 -06:00
forms.py Fix multiple file field 2023-05-04 22:41:19 +01:00
managers.py Add swedish support in frontend ui and in search 2022-04-09 16:51:16 +02:00
models.py fixed ingredient to string plural 2023-03-14 22:50:33 +01:00
schemas.py Fix after rebase 2021-12-28 12:03:32 -06:00
serializer.py fixed plural import 2023-02-11 09:01:10 +01:00
signals.py fixed mess 2023-02-19 21:09:06 +01:00
tables.py removed old search pages 2022-07-12 20:05:59 +02:00
urls.py new settings page finished 2022-08-05 16:54:53 +02:00