fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
f8c7701
)
publish tag name
author
Radek Czajka
<rczajka@rczajka.pl>
Mon, 19 Jun 2023 13:55:05 +0000
(15:55 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Mon, 19 Jun 2023 13:55:05 +0000
(15:55 +0200)
src/catalogue/api/views.py
patch
|
blob
|
history
diff --git
a/src/catalogue/api/views.py
b/src/catalogue/api/views.py
index
0f95f0a
..
a4653d1
100644
(file)
--- a/
src/catalogue/api/views.py
+++ b/
src/catalogue/api/views.py
@@
-331,6
+331,7
@@
class TagView(RetrieveAPIView):
def post(self, request, **kwargs):
data = json.loads(request.POST.get('data'))
fields = {
+ "name_pl": "name_pl",
"description_pl": "description_pl",
"plural": "plural",
"is_epoch_specific": "genre_epoch_specific",