wbtasks 1.49.8__tar.gz → 1.59.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {wbtasks-1.49.8 → wbtasks-1.59.4}/.gitignore +0 -1
- {wbtasks-1.49.8 → wbtasks-1.59.4}/PKG-INFO +1 -1
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/filters.py +2 -2
- wbtasks-1.59.4/wbtasks/locale/de/LC_MESSAGES/django.mo +0 -0
- wbtasks-1.59.4/wbtasks/locale/de/LC_MESSAGES/django.po +38 -0
- wbtasks-1.59.4/wbtasks/locale/en/LC_MESSAGES/django.mo +0 -0
- wbtasks-1.59.4/wbtasks/locale/en/LC_MESSAGES/django.po +37 -0
- wbtasks-1.59.4/wbtasks/locale/fr/LC_MESSAGES/django.mo +0 -0
- wbtasks-1.59.4/wbtasks/locale/fr/LC_MESSAGES/django.po +38 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/tests/test_filters.py +1 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/pyproject.toml +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/__init__.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/admin.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/apps.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/factories.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/migrations/0001_initial_squashed_squashed_0006_alter_task_assigned_to_alter_task_in_charge_and_more.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/migrations/__init__.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/models.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/serializers.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/tasks.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/tests/__init__.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/tests/conftest.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/tests/test_models.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/tests/test_serializers.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/tests/test_tasks.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/tests/tests.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/urls.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/viewsets/__init__.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/viewsets/buttons.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/viewsets/display.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/viewsets/menu.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/viewsets/titles.py +0 -0
- {wbtasks-1.49.8 → wbtasks-1.59.4}/wbtasks/viewsets/viewsets.py +0 -0
|
@@ -16,7 +16,7 @@ class TaskFilter(wb_filters.FilterSet):
|
|
|
16
16
|
value_key=Person.get_representation_value_key(),
|
|
17
17
|
label_key=Person.get_representation_label_key(),
|
|
18
18
|
filter_params={"only_internal_users": True},
|
|
19
|
-
#
|
|
19
|
+
# initial=get_current_user_id,
|
|
20
20
|
method="filter_in_charge",
|
|
21
21
|
)
|
|
22
22
|
|
|
@@ -26,7 +26,7 @@ class TaskFilter(wb_filters.FilterSet):
|
|
|
26
26
|
endpoint=Entry.get_representation_endpoint(),
|
|
27
27
|
value_key=Entry.get_representation_value_key(),
|
|
28
28
|
label_key=Entry.get_representation_label_key(),
|
|
29
|
-
#
|
|
29
|
+
# initial=get_current_user_id,
|
|
30
30
|
method="filter_participants",
|
|
31
31
|
)
|
|
32
32
|
|
|
Binary file
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
3
|
+
# This file is distributed under the same license as the PACKAGE package.
|
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
|
+
#
|
|
6
|
+
#, fuzzy
|
|
7
|
+
msgid ""
|
|
8
|
+
msgstr ""
|
|
9
|
+
"Project-Id-Version: PACKAGE VERSION\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
|
11
|
+
"POT-Creation-Date: 2025-05-30 11:37+0200\n"
|
|
12
|
+
"PO-Revision-Date: 2025-05-30 09:40+0000\n"
|
|
13
|
+
"Language-Team: German (https://app.transifex.com/stainly/teams/171242/de/)\n"
|
|
14
|
+
"MIME-Version: 1.0\n"
|
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
17
|
+
"Language: de\n"
|
|
18
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
19
|
+
|
|
20
|
+
#: serializers.py:128 serializers.py:139
|
|
21
|
+
msgid "Share as Task"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
#: serializers.py:141
|
|
25
|
+
msgid "Title"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
28
|
+
#: serializers.py:144
|
|
29
|
+
msgid "Description"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
#: serializers.py:147
|
|
33
|
+
msgid "Date"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
#: serializers.py:154
|
|
37
|
+
msgid "In Charge"
|
|
38
|
+
msgstr ""
|
|
Binary file
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
3
|
+
# This file is distributed under the same license as the PACKAGE package.
|
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
|
+
#
|
|
6
|
+
msgid ""
|
|
7
|
+
msgstr ""
|
|
8
|
+
"Project-Id-Version: PACKAGE VERSION\n"
|
|
9
|
+
"Report-Msgid-Bugs-To: \n"
|
|
10
|
+
"POT-Creation-Date: 2025-05-30 11:37+0200\n"
|
|
11
|
+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
12
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
13
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
14
|
+
"Language: \n"
|
|
15
|
+
"MIME-Version: 1.0\n"
|
|
16
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
17
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
18
|
+
|
|
19
|
+
#: serializers.py:128 serializers.py:139
|
|
20
|
+
msgid "Share as Task"
|
|
21
|
+
msgstr ""
|
|
22
|
+
|
|
23
|
+
#: serializers.py:141
|
|
24
|
+
msgid "Title"
|
|
25
|
+
msgstr ""
|
|
26
|
+
|
|
27
|
+
#: serializers.py:144
|
|
28
|
+
msgid "Description"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
#: serializers.py:147
|
|
32
|
+
msgid "Date"
|
|
33
|
+
msgstr ""
|
|
34
|
+
|
|
35
|
+
#: serializers.py:154
|
|
36
|
+
msgid "In Charge"
|
|
37
|
+
msgstr ""
|
|
Binary file
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
3
|
+
# This file is distributed under the same license as the PACKAGE package.
|
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
|
+
#
|
|
6
|
+
#, fuzzy
|
|
7
|
+
msgid ""
|
|
8
|
+
msgstr ""
|
|
9
|
+
"Project-Id-Version: PACKAGE VERSION\n"
|
|
10
|
+
"Report-Msgid-Bugs-To: \n"
|
|
11
|
+
"POT-Creation-Date: 2025-05-30 11:37+0200\n"
|
|
12
|
+
"PO-Revision-Date: 2025-05-30 09:40+0000\n"
|
|
13
|
+
"Language-Team: French (https://app.transifex.com/stainly/teams/171242/fr/)\n"
|
|
14
|
+
"MIME-Version: 1.0\n"
|
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
17
|
+
"Language: fr\n"
|
|
18
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
19
|
+
|
|
20
|
+
#: serializers.py:128 serializers.py:139
|
|
21
|
+
msgid "Share as Task"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
#: serializers.py:141
|
|
25
|
+
msgid "Title"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
28
|
+
#: serializers.py:144
|
|
29
|
+
msgid "Description"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
#: serializers.py:147
|
|
33
|
+
msgid "Date"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
#: serializers.py:154
|
|
37
|
+
msgid "In Charge"
|
|
38
|
+
msgstr ""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|