-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### BREAKING CHANGES: * ``Pagination-Identifiers`` used to send duplicate values before, but now they can't. * ``Pagination-Identifiers`` are now sorted independently of the order in the results. ### Changelog: * Feature(backend): Provide valid schema array ``collectionFormat`` for filters. * Fix(backend): ``Pagination-Identifiers`` wasn't uniq and sorted. * Fix(docs): There is no translations for new fields. * Chore(backend): Update dependencies. See merge request vst/vst-utils!667
- Loading branch information
Showing
11 changed files
with
68 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: VST Utils 5.0.4\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-08-16 02:46+0000\n" | ||
"POT-Creation-Date: 2024-09-12 01:25+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -1216,6 +1216,10 @@ msgstr "" | |
"Список MIME-типов, доступных для выбора пользователем. Поддерживается " | ||
"синтаксис с использованием ``*``. По умолчанию ``['text/csv']``" | ||
|
||
#: of vstutils.api.fields.CheckboxBooleanField:1 | ||
msgid "Boolean field that renders checkbox." | ||
msgstr "Булево поле, которое отрисовывается как чекбокс." | ||
|
||
#: of vstutils.api.fields.CommaMultiSelect:1 | ||
msgid "" | ||
"Field that allows users to input multiple values, separated by a " | ||
|
@@ -2281,6 +2285,10 @@ msgstr "" | |
"Поле будет отображаться в клиентском приложении в виде поля ввода для " | ||
"ввода номера телефона, включая код страны." | ||
|
||
#: of vstutils.api.fields.PlusMinusIntegerField:1 | ||
msgid "Integer field that renders +/- buttons." | ||
msgstr "Целочисленное поле, которое отрисовывается как кнопки +/-." | ||
|
||
#: of vstutils.api.fields.QrCodeField:1 | ||
msgid "A versatile field for encoding various types of data into QR codes." | ||
msgstr "Универсальное поле для кодирования различных типов данных в QR-коды." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Packages needed for delayed jobs. | ||
celery[redis]==5.4.0 | ||
django-celery-beat~=2.6.0 | ||
django-celery-beat~=2.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# pylint: disable=django-not-available | ||
__version__: str = '5.10.4' | ||
__version__: str = '5.10.5' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters