fixed vue cli pwa version and admin comment search

This commit is contained in:
vabene1111 2022-03-28 22:56:45 +02:00
parent a0610ac05f
commit 7bed9963ff
3 changed files with 86 additions and 11955 deletions

View File

@ -237,7 +237,7 @@ admin.site.register(Ingredient, IngredientAdmin)
class CommentAdmin(admin.ModelAdmin):
list_display = ('recipe', 'name', 'created_at')
search_fields = ('text', 'user__username')
search_fields = ('text', 'created_by__username')
date_hierarchy = 'created_at'
@staticmethod

View File

@ -13,6 +13,7 @@
"@kevinfaguiar/vue-twemoji-picker": "^5.7.4",
"@popperjs/core": "^2.11.2",
"@riophae/vue-treeselect": "^0.4.0",
"@vue/cli": "^5.0.4",
"axios": "^0.26.1",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.20.3",
@ -42,7 +43,7 @@
"@typescript-eslint/parser": "^4.32.0",
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-plugin-eslint": "~5.0.4",
"@vue/cli-plugin-pwa": "~5.0.1",
"@vue/cli-plugin-pwa": "~4.5.13",
"@vue/cli-plugin-typescript": "^4.5.15",
"@vue/cli-service": "~4.5.15",
"@vue/compiler-sfc": "^3.2.29",

File diff suppressed because it is too large Load Diff