diff --git a/_sources/customization.rst.txt b/_sources/customization.rst.txt
index 8b8a9bc9e..a088c8e66 100644
--- a/_sources/customization.rst.txt
+++ b/_sources/customization.rst.txt
@@ -19,10 +19,10 @@ In standard APIS those models are
The :py:mod:`apis_core.history` module also uses the generic views for
its models. This means that you can use the generic views for the historical
models of your own ontology. E.g. if you have a model ``Person`` in your
-``apis_ontology.models`` module, you can use the generic views for it.
-``/apis/apis_ontology.historicalperson/``
+``your_app.models`` module, you can use the generic views for it.
+``/apis/your_app.historicalperson/``
will be the URL for the list view of the historical model.
-``/apis/api/apis_ontology.historicalperson/`` for the API view.
+``/apis/api/your_app.historicalperson/`` for the API view.
If you want to use the generic app for your own model, simple make your model
inherit from :class:`apis_core.generic.abc.GenericModel`.
@@ -40,7 +40,7 @@ of results on the right side.
The default filterset used is
:class:`apis_core.generic.filtersets.GenericFilterSet`. You can override the
filterset for you models by defining a custom filterset class in
-``you_app.filtersets``. The filterset has to be named ``FilterSet``,
+``your_app.filtersets``. The filterset has to be named ``FilterSet``,
so if you have a model ``Person`` in your app ``myproject``, the view looks for
the filterset ``myproject.filtersets.PersonFilterSet``. You can inherit from
:class:`apis_core.generic.filtersets.GenericFilterSet` and add your
@@ -64,7 +64,7 @@ pagination (which is the default).
The base queryset that is used in the listview, which is then filtered using
the django-filters filter, is ``model.objects.all()`` - but you can override
the queryset by creating a custom queryset for your model in
-``you_app.querysets``. The queryset function has to be named
+``your_app.querysets``. The queryset function has to be named
``ListViewQueryset``, so if you have a model ``Person`` in your app
``myproject``, the view looks for the queryset
``myproject.querysets.PersonListViewQueryset``.
@@ -83,7 +83,7 @@ Create and Update views
The create and update view use the form
:class:`apis_core.generic.forms.GenericModelForm` by default. You can override
-the form it uses by creating a custom form in ``you_app.forms``. The form class
+the form it uses by creating a custom form in ``your_app.forms``. The form class
has to be named ``Form``, so if you have a model ``Person`` in your
app ``myproject``, the view looks for the form class
``myproject.forms.PersonForm``.
diff --git a/customization.html b/customization.html
index 80437972b..008d63360 100644
--- a/customization.html
+++ b/customization.html
@@ -120,10 +120,10 @@ Customization module also uses the generic views for
its models. This means that you can use the generic views for the historical
models of your own ontology. E.g. if you have a model Person
in your
-apis_ontology.models
module, you can use the generic views for it.
-/apis/apis_ontology.historicalperson/
+your_app.models
module, you can use the generic views for it.
+/apis/your_app.historicalperson/
will be the URL for the list view of the historical model.
-/apis/api/apis_ontology.historicalperson/
for the API view.
+/apis/api/your_app.historicalperson/
for the API view.
If you want to use the generic app for your own model, simple make your model
inherit from apis_core.generic.abc.GenericModel
.
@@ -134,7 +134,7 @@ List views. You can override the
filterset for you models by defining a custom filterset class in
-you_app.filtersets
. The filterset has to be named <Modelname>FilterSet
,
+your_app.filtersets
. The filterset has to be named <Modelname>FilterSet
,
so if you have a model Person
in your app myproject
, the view looks for
the filterset myproject.filtersets.PersonFilterSet
. You can inherit from
apis_core.generic.filtersets.GenericFilterSet
and add your
@@ -154,7 +154,7 @@ List views
The create and update view use the form
apis_core.generic.forms.GenericModelForm
by default. You can override
-the form it uses by creating a custom form in you_app.forms
. The form class
+the form it uses by creating a custom form in your_app.forms
. The form class
has to be named <Modelname>Form
, so if you have a model Person
in your
app myproject
, the view looks for the form class
myproject.forms.PersonForm
.
diff --git a/htmlcov/class_index.html b/htmlcov/class_index.html
index b6ae7fa22..6ae80f11f 100644
--- a/htmlcov/class_index.html
+++ b/htmlcov/class_index.html
@@ -55,7 +55,7 @@
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -3532,7 +3532,7 @@
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/function_index.html b/htmlcov/function_index.html
index 8bed6e567..9297d898d 100644
--- a/htmlcov/function_index.html
+++ b/htmlcov/function_index.html
@@ -55,7 +55,7 @@
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -4804,7 +4804,7 @@
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/index.html b/htmlcov/index.html
index 20ad5f063..f6dc2a486 100644
--- a/htmlcov/index.html
+++ b/htmlcov/index.html
@@ -54,7 +54,7 @@
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -1314,7 +1314,7 @@
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/manage_py.html b/htmlcov/manage_py.html
index 441019f95..e802bf5fb 100644
--- a/htmlcov/manage_py.html
+++ b/htmlcov/manage_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -112,7 +112,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_079cb04380c5d241_DateParser_py.html b/htmlcov/z_079cb04380c5d241_DateParser_py.html
index 14fc44e06..f30a8a8f4 100644
--- a/htmlcov/z_079cb04380c5d241_DateParser_py.html
+++ b/htmlcov/z_079cb04380c5d241_DateParser_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -440,7 +440,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_079cb04380c5d241___init___py.html b/htmlcov/z_079cb04380c5d241___init___py.html
index dc9f5111b..5ef0738b5 100644
--- a/htmlcov/z_079cb04380c5d241___init___py.html
+++ b/htmlcov/z_079cb04380c5d241___init___py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -89,7 +89,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_079cb04380c5d241_authentication_py.html b/htmlcov/z_079cb04380c5d241_authentication_py.html
index 1818e06cd..cd4001fcf 100644
--- a/htmlcov/z_079cb04380c5d241_authentication_py.html
+++ b/htmlcov/z_079cb04380c5d241_authentication_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -109,7 +109,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_079cb04380c5d241_autocomplete_py.html b/htmlcov/z_079cb04380c5d241_autocomplete_py.html
index 04df4fd42..a135b9efc 100644
--- a/htmlcov/z_079cb04380c5d241_autocomplete_py.html
+++ b/htmlcov/z_079cb04380c5d241_autocomplete_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -234,7 +234,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_079cb04380c5d241_fields_py.html b/htmlcov/z_079cb04380c5d241_fields_py.html
index 7de0c7297..755ccab99 100644
--- a/htmlcov/z_079cb04380c5d241_fields_py.html
+++ b/htmlcov/z_079cb04380c5d241_fields_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -107,7 +107,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_079cb04380c5d241_filters_py.html b/htmlcov/z_079cb04380c5d241_filters_py.html
index b7836cdd4..3ac4850c7 100644
--- a/htmlcov/z_079cb04380c5d241_filters_py.html
+++ b/htmlcov/z_079cb04380c5d241_filters_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -118,7 +118,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_079cb04380c5d241_helpers_py.html b/htmlcov/z_079cb04380c5d241_helpers_py.html
index 9fc85364d..223c8961c 100644
--- a/htmlcov/z_079cb04380c5d241_helpers_py.html
+++ b/htmlcov/z_079cb04380c5d241_helpers_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -262,7 +262,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_079cb04380c5d241_normalize_py.html b/htmlcov/z_079cb04380c5d241_normalize_py.html
index 9b1538342..e42a6ec8a 100644
--- a/htmlcov/z_079cb04380c5d241_normalize_py.html
+++ b/htmlcov/z_079cb04380c5d241_normalize_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -106,7 +106,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_079cb04380c5d241_rdf_py.html b/htmlcov/z_079cb04380c5d241_rdf_py.html
index 29cb3e120..46a5aa6cd 100644
--- a/htmlcov/z_079cb04380c5d241_rdf_py.html
+++ b/htmlcov/z_079cb04380c5d241_rdf_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -170,7 +170,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_079cb04380c5d241_settings_py.html b/htmlcov/z_079cb04380c5d241_settings_py.html
index d46a1829d..2105c1f0d 100644
--- a/htmlcov/z_079cb04380c5d241_settings_py.html
+++ b/htmlcov/z_079cb04380c5d241_settings_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -122,7 +122,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_079cb04380c5d241_test_DateParser_py.html b/htmlcov/z_079cb04380c5d241_test_DateParser_py.html
index c8181c486..700167810 100644
--- a/htmlcov/z_079cb04380c5d241_test_DateParser_py.html
+++ b/htmlcov/z_079cb04380c5d241_test_DateParser_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -143,7 +143,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_079cb04380c5d241_test_helpers_py.html b/htmlcov/z_079cb04380c5d241_test_helpers_py.html
index 65d2e7c01..246fd8041 100644
--- a/htmlcov/z_079cb04380c5d241_test_helpers_py.html
+++ b/htmlcov/z_079cb04380c5d241_test_helpers_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -109,7 +109,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_079cb04380c5d241_test_normalize_py.html b/htmlcov/z_079cb04380c5d241_test_normalize_py.html
index 4c70d53f8..78e1c5551 100644
--- a/htmlcov/z_079cb04380c5d241_test_normalize_py.html
+++ b/htmlcov/z_079cb04380c5d241_test_normalize_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -112,7 +112,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_079cb04380c5d241_test_rdf_py.html b/htmlcov/z_079cb04380c5d241_test_rdf_py.html
index 92f07ffcf..fd7f12d69 100644
--- a/htmlcov/z_079cb04380c5d241_test_rdf_py.html
+++ b/htmlcov/z_079cb04380c5d241_test_rdf_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -181,7 +181,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_0b6d599bfac90e15___init___py.html b/htmlcov/z_0b6d599bfac90e15___init___py.html
index 385e2cf7b..1351b7741 100644
--- a/htmlcov/z_0b6d599bfac90e15___init___py.html
+++ b/htmlcov/z_0b6d599bfac90e15___init___py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -89,7 +89,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_0b6d599bfac90e15_test_simple_history_py.html b/htmlcov/z_0b6d599bfac90e15_test_simple_history_py.html
index 9fef78b87..475de200e 100644
--- a/htmlcov/z_0b6d599bfac90e15_test_simple_history_py.html
+++ b/htmlcov/z_0b6d599bfac90e15_test_simple_history_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -221,7 +221,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_18f121dc3730a25c___init___py.html b/htmlcov/z_18f121dc3730a25c___init___py.html
index c0c2ec494..20bf9e293 100644
--- a/htmlcov/z_18f121dc3730a25c___init___py.html
+++ b/htmlcov/z_18f121dc3730a25c___init___py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -89,7 +89,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_18f121dc3730a25c_api_views_py.html b/htmlcov/z_18f121dc3730a25c_api_views_py.html
index 6c405c114..b85deab3b 100644
--- a/htmlcov/z_18f121dc3730a25c_api_views_py.html
+++ b/htmlcov/z_18f121dc3730a25c_api_views_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -113,7 +113,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_18f121dc3730a25c_apps_py.html b/htmlcov/z_18f121dc3730a25c_apps_py.html
index 6a9922a1b..db6951a6d 100644
--- a/htmlcov/z_18f121dc3730a25c_apps_py.html
+++ b/htmlcov/z_18f121dc3730a25c_apps_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -94,7 +94,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_18f121dc3730a25c_models_py.html b/htmlcov/z_18f121dc3730a25c_models_py.html
index 321667e3c..aae36bb59 100644
--- a/htmlcov/z_18f121dc3730a25c_models_py.html
+++ b/htmlcov/z_18f121dc3730a25c_models_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -307,7 +307,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_18f121dc3730a25c_serializers_py.html b/htmlcov/z_18f121dc3730a25c_serializers_py.html
index fa9d60e9f..492d53309 100644
--- a/htmlcov/z_18f121dc3730a25c_serializers_py.html
+++ b/htmlcov/z_18f121dc3730a25c_serializers_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -183,7 +183,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_18f121dc3730a25c_tables_py.html b/htmlcov/z_18f121dc3730a25c_tables_py.html
index 53f065a83..3f3ec9ac9 100644
--- a/htmlcov/z_18f121dc3730a25c_tables_py.html
+++ b/htmlcov/z_18f121dc3730a25c_tables_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -144,7 +144,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_18f121dc3730a25c_urls_py.html b/htmlcov/z_18f121dc3730a25c_urls_py.html
index 751d9be61..898cc4218 100644
--- a/htmlcov/z_18f121dc3730a25c_urls_py.html
+++ b/htmlcov/z_18f121dc3730a25c_urls_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -122,7 +122,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_18f121dc3730a25c_utils_py.html b/htmlcov/z_18f121dc3730a25c_utils_py.html
index a552b5a57..cfc0c75c1 100644
--- a/htmlcov/z_18f121dc3730a25c_utils_py.html
+++ b/htmlcov/z_18f121dc3730a25c_utils_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -150,7 +150,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_18f121dc3730a25c_views_py.html b/htmlcov/z_18f121dc3730a25c_views_py.html
index 4824070b8..fe85f4ab0 100644
--- a/htmlcov/z_18f121dc3730a25c_views_py.html
+++ b/htmlcov/z_18f121dc3730a25c_views_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -143,7 +143,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_210622b261945b4b_core_py.html b/htmlcov/z_210622b261945b4b_core_py.html
index 92c68f340..8c190b8a7 100644
--- a/htmlcov/z_210622b261945b4b_core_py.html
+++ b/htmlcov/z_210622b261945b4b_core_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -143,7 +143,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_2117b3d262c5684b_urls_py.html b/htmlcov/z_2117b3d262c5684b_urls_py.html
index ce9c12c5d..7d56d9ea0 100644
--- a/htmlcov/z_2117b3d262c5684b_urls_py.html
+++ b/htmlcov/z_2117b3d262c5684b_urls_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -96,7 +96,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_2117b3d262c5684b_utils_py.html b/htmlcov/z_2117b3d262c5684b_utils_py.html
index ab31d0d12..37860c47f 100644
--- a/htmlcov/z_2117b3d262c5684b_utils_py.html
+++ b/htmlcov/z_2117b3d262c5684b_utils_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -159,7 +159,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_2117b3d262c5684b_views_py.html b/htmlcov/z_2117b3d262c5684b_views_py.html
index 94e2944ed..19c3e8887 100644
--- a/htmlcov/z_2117b3d262c5684b_views_py.html
+++ b/htmlcov/z_2117b3d262c5684b_views_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -101,7 +101,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_2c9c277fca33aa93___init___py.html b/htmlcov/z_2c9c277fca33aa93___init___py.html
index 5e95088ad..dc6e09a11 100644
--- a/htmlcov/z_2c9c277fca33aa93___init___py.html
+++ b/htmlcov/z_2c9c277fca33aa93___init___py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -90,7 +90,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_2c9c277fca33aa93_urls_py.html b/htmlcov/z_2c9c277fca33aa93_urls_py.html
index 6e2d9f198..202ef456d 100644
--- a/htmlcov/z_2c9c277fca33aa93_urls_py.html
+++ b/htmlcov/z_2c9c277fca33aa93_urls_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -164,7 +164,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_2d258017742203c3_generic_py.html b/htmlcov/z_2d258017742203c3_generic_py.html
index 070018a64..bd7c0ce9a 100644
--- a/htmlcov/z_2d258017742203c3_generic_py.html
+++ b/htmlcov/z_2d258017742203c3_generic_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -162,7 +162,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_38054c303eea2897_history_py.html b/htmlcov/z_38054c303eea2897_history_py.html
index b57cf85b6..5de745cfc 100644
--- a/htmlcov/z_38054c303eea2897_history_py.html
+++ b/htmlcov/z_38054c303eea2897_history_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -119,7 +119,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_3eb2033f4386aef4___init___py.html b/htmlcov/z_3eb2033f4386aef4___init___py.html
index d68de6166..898b56deb 100644
--- a/htmlcov/z_3eb2033f4386aef4___init___py.html
+++ b/htmlcov/z_3eb2033f4386aef4___init___py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -89,7 +89,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_3eb2033f4386aef4_apps_py.html b/htmlcov/z_3eb2033f4386aef4_apps_py.html
index eb82e69fd..616207470 100644
--- a/htmlcov/z_3eb2033f4386aef4_apps_py.html
+++ b/htmlcov/z_3eb2033f4386aef4_apps_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -95,7 +95,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_3eb2033f4386aef4_forms_py.html b/htmlcov/z_3eb2033f4386aef4_forms_py.html
index fba9bfcc2..787ffc108 100644
--- a/htmlcov/z_3eb2033f4386aef4_forms_py.html
+++ b/htmlcov/z_3eb2033f4386aef4_forms_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -98,7 +98,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_3eb2033f4386aef4_models_py.html b/htmlcov/z_3eb2033f4386aef4_models_py.html
index fb5d148cf..97412fd5f 100644
--- a/htmlcov/z_3eb2033f4386aef4_models_py.html
+++ b/htmlcov/z_3eb2033f4386aef4_models_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -151,7 +151,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_3eb2033f4386aef4_querysets_py.html b/htmlcov/z_3eb2033f4386aef4_querysets_py.html
index 034122832..01edb643d 100644
--- a/htmlcov/z_3eb2033f4386aef4_querysets_py.html
+++ b/htmlcov/z_3eb2033f4386aef4_querysets_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -131,7 +131,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_3eb2033f4386aef4_settings_loaddata_py.html b/htmlcov/z_3eb2033f4386aef4_settings_loaddata_py.html
index 62ff8fd82..ef5f9e11d 100644
--- a/htmlcov/z_3eb2033f4386aef4_settings_loaddata_py.html
+++ b/htmlcov/z_3eb2033f4386aef4_settings_loaddata_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -94,7 +94,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_3eb2033f4386aef4_settings_py.html b/htmlcov/z_3eb2033f4386aef4_settings_py.html
index d596638cc..5157c7168 100644
--- a/htmlcov/z_3eb2033f4386aef4_settings_py.html
+++ b/htmlcov/z_3eb2033f4386aef4_settings_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -223,7 +223,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_3eb2033f4386aef4_tables_py.html b/htmlcov/z_3eb2033f4386aef4_tables_py.html
index 9775efed4..a202ff8a4 100644
--- a/htmlcov/z_3eb2033f4386aef4_tables_py.html
+++ b/htmlcov/z_3eb2033f4386aef4_tables_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -103,7 +103,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_3eb2033f4386aef4_urls_py.html b/htmlcov/z_3eb2033f4386aef4_urls_py.html
index a54afb64e..1b4908ebb 100644
--- a/htmlcov/z_3eb2033f4386aef4_urls_py.html
+++ b/htmlcov/z_3eb2033f4386aef4_urls_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -99,7 +99,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_49ff5da25a66209a___init___py.html b/htmlcov/z_49ff5da25a66209a___init___py.html
index a869873d7..7bc097735 100644
--- a/htmlcov/z_49ff5da25a66209a___init___py.html
+++ b/htmlcov/z_49ff5da25a66209a___init___py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -89,7 +89,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_49ff5da25a66209a_admin_py.html b/htmlcov/z_49ff5da25a66209a_admin_py.html
index 15a0cf07f..6ce69ca3e 100644
--- a/htmlcov/z_49ff5da25a66209a_admin_py.html
+++ b/htmlcov/z_49ff5da25a66209a_admin_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -94,7 +94,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_49ff5da25a66209a_apps_py.html b/htmlcov/z_49ff5da25a66209a_apps_py.html
index 2326330c9..64e9f840f 100644
--- a/htmlcov/z_49ff5da25a66209a_apps_py.html
+++ b/htmlcov/z_49ff5da25a66209a_apps_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -106,7 +106,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_49ff5da25a66209a_filtersets_py.html b/htmlcov/z_49ff5da25a66209a_filtersets_py.html
index 38e3e75a8..c5d245e1d 100644
--- a/htmlcov/z_49ff5da25a66209a_filtersets_py.html
+++ b/htmlcov/z_49ff5da25a66209a_filtersets_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -99,7 +99,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_49ff5da25a66209a_forms_py.html b/htmlcov/z_49ff5da25a66209a_forms_py.html
index 6289c154e..c7de5240d 100644
--- a/htmlcov/z_49ff5da25a66209a_forms_py.html
+++ b/htmlcov/z_49ff5da25a66209a_forms_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -98,7 +98,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_49ff5da25a66209a_models_py.html b/htmlcov/z_49ff5da25a66209a_models_py.html
index dc1c23210..f0f940238 100644
--- a/htmlcov/z_49ff5da25a66209a_models_py.html
+++ b/htmlcov/z_49ff5da25a66209a_models_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -248,7 +248,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_49ff5da25a66209a_serializers_py.html b/htmlcov/z_49ff5da25a66209a_serializers_py.html
index d085708d2..52541c028 100644
--- a/htmlcov/z_49ff5da25a66209a_serializers_py.html
+++ b/htmlcov/z_49ff5da25a66209a_serializers_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -104,7 +104,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_49ff5da25a66209a_signals_py.html b/htmlcov/z_49ff5da25a66209a_signals_py.html
index 3921e8998..a55dc5ce6 100644
--- a/htmlcov/z_49ff5da25a66209a_signals_py.html
+++ b/htmlcov/z_49ff5da25a66209a_signals_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -93,7 +93,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_49ff5da25a66209a_tables_py.html b/htmlcov/z_49ff5da25a66209a_tables_py.html
index 2ba870b89..b9fa1f70e 100644
--- a/htmlcov/z_49ff5da25a66209a_tables_py.html
+++ b/htmlcov/z_49ff5da25a66209a_tables_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -118,7 +118,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_49ff5da25a66209a_urls_py.html b/htmlcov/z_49ff5da25a66209a_urls_py.html
index b882eeaeb..f06f9a7f9 100644
--- a/htmlcov/z_49ff5da25a66209a_urls_py.html
+++ b/htmlcov/z_49ff5da25a66209a_urls_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -96,7 +96,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_49ff5da25a66209a_viewsets_py.html b/htmlcov/z_49ff5da25a66209a_viewsets_py.html
index fb36db816..36e4b61b3 100644
--- a/htmlcov/z_49ff5da25a66209a_viewsets_py.html
+++ b/htmlcov/z_49ff5da25a66209a_viewsets_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -124,7 +124,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_572d048ccdded887___init___py.html b/htmlcov/z_572d048ccdded887___init___py.html
index c6dfa57cb..b8cca250a 100644
--- a/htmlcov/z_572d048ccdded887___init___py.html
+++ b/htmlcov/z_572d048ccdded887___init___py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -89,7 +89,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_572d048ccdded887_abc_py.html b/htmlcov/z_572d048ccdded887_abc_py.html
index d5e1998e1..9ee0d2cd2 100644
--- a/htmlcov/z_572d048ccdded887_abc_py.html
+++ b/htmlcov/z_572d048ccdded887_abc_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -135,7 +135,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_572d048ccdded887_api_views_py.html b/htmlcov/z_572d048ccdded887_api_views_py.html
index 3cfc10c5e..d157dcf25 100644
--- a/htmlcov/z_572d048ccdded887_api_views_py.html
+++ b/htmlcov/z_572d048ccdded887_api_views_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -121,7 +121,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_572d048ccdded887_apps_py.html b/htmlcov/z_572d048ccdded887_apps_py.html
index 3a05a9e92..e216d84a0 100644
--- a/htmlcov/z_572d048ccdded887_apps_py.html
+++ b/htmlcov/z_572d048ccdded887_apps_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -94,7 +94,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_572d048ccdded887_autocomplete3_py.html b/htmlcov/z_572d048ccdded887_autocomplete3_py.html
index 661790d9d..29de6e564 100644
--- a/htmlcov/z_572d048ccdded887_autocomplete3_py.html
+++ b/htmlcov/z_572d048ccdded887_autocomplete3_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -157,7 +157,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_572d048ccdded887_fields_py.html b/htmlcov/z_572d048ccdded887_fields_py.html
index 8e96920e4..87c83b48f 100644
--- a/htmlcov/z_572d048ccdded887_fields_py.html
+++ b/htmlcov/z_572d048ccdded887_fields_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -164,7 +164,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_572d048ccdded887_filtersets_py.html b/htmlcov/z_572d048ccdded887_filtersets_py.html
index 6bc79d9a2..006ff51bc 100644
--- a/htmlcov/z_572d048ccdded887_filtersets_py.html
+++ b/htmlcov/z_572d048ccdded887_filtersets_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -193,7 +193,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_572d048ccdded887_forms_py.html b/htmlcov/z_572d048ccdded887_forms_py.html
index 027bd36cd..62574c03a 100644
--- a/htmlcov/z_572d048ccdded887_forms_py.html
+++ b/htmlcov/z_572d048ccdded887_forms_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -120,7 +120,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_572d048ccdded887_models_py.html b/htmlcov/z_572d048ccdded887_models_py.html
index 69b38901a..a08297848 100644
--- a/htmlcov/z_572d048ccdded887_models_py.html
+++ b/htmlcov/z_572d048ccdded887_models_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -249,7 +249,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_572d048ccdded887_serializers_py.html b/htmlcov/z_572d048ccdded887_serializers_py.html
index ae67c6c86..293be05eb 100644
--- a/htmlcov/z_572d048ccdded887_serializers_py.html
+++ b/htmlcov/z_572d048ccdded887_serializers_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -102,7 +102,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_572d048ccdded887_signals_py.html b/htmlcov/z_572d048ccdded887_signals_py.html
index fdbc0d197..ab34ca326 100644
--- a/htmlcov/z_572d048ccdded887_signals_py.html
+++ b/htmlcov/z_572d048ccdded887_signals_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -93,7 +93,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_572d048ccdded887_tables_py.html b/htmlcov/z_572d048ccdded887_tables_py.html
index 33fee8985..6f8490c94 100644
--- a/htmlcov/z_572d048ccdded887_tables_py.html
+++ b/htmlcov/z_572d048ccdded887_tables_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -106,7 +106,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_572d048ccdded887_urls_py.html b/htmlcov/z_572d048ccdded887_urls_py.html
index 72492c9ab..100136b06 100644
--- a/htmlcov/z_572d048ccdded887_urls_py.html
+++ b/htmlcov/z_572d048ccdded887_urls_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -166,7 +166,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_572d048ccdded887_utils_py.html b/htmlcov/z_572d048ccdded887_utils_py.html
index dd10b92ee..79373eec1 100644
--- a/htmlcov/z_572d048ccdded887_utils_py.html
+++ b/htmlcov/z_572d048ccdded887_utils_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -101,7 +101,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_572d048ccdded887_views_py.html b/htmlcov/z_572d048ccdded887_views_py.html
index 0e7c9e01f..6ab86224e 100644
--- a/htmlcov/z_572d048ccdded887_views_py.html
+++ b/htmlcov/z_572d048ccdded887_views_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -192,7 +192,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_5d8b244af5c2277b_0001_initial_py.html b/htmlcov/z_5d8b244af5c2277b_0001_initial_py.html
index a5938d391..6cfdf6e67 100644
--- a/htmlcov/z_5d8b244af5c2277b_0001_initial_py.html
+++ b/htmlcov/z_5d8b244af5c2277b_0001_initial_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -247,7 +247,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_5d8b244af5c2277b_0002_property_property_class_uri_py.html b/htmlcov/z_5d8b244af5c2277b_0002_property_property_class_uri_py.html
index 044703142..223bb74c7 100644
--- a/htmlcov/z_5d8b244af5c2277b_0002_property_property_class_uri_py.html
+++ b/htmlcov/z_5d8b244af5c2277b_0002_property_property_class_uri_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -108,7 +108,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_5d8b244af5c2277b_0003_auto_20230123_1715_py.html b/htmlcov/z_5d8b244af5c2277b_0003_auto_20230123_1715_py.html
index b84ea94c4..6fa6e1a61 100644
--- a/htmlcov/z_5d8b244af5c2277b_0003_auto_20230123_1715_py.html
+++ b/htmlcov/z_5d8b244af5c2277b_0003_auto_20230123_1715_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -105,7 +105,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_5d8b244af5c2277b_0004_auto_20230124_1201_py.html b/htmlcov/z_5d8b244af5c2277b_0004_auto_20230124_1201_py.html
index b4167b335..74a8ae239 100644
--- a/htmlcov/z_5d8b244af5c2277b_0004_auto_20230124_1201_py.html
+++ b/htmlcov/z_5d8b244af5c2277b_0004_auto_20230124_1201_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -151,7 +151,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_5d8b244af5c2277b_0005_alter_property_obj_class_alter_property_subj_class_py.html b/htmlcov/z_5d8b244af5c2277b_0005_alter_property_obj_class_alter_property_subj_class_py.html
index 1e3f1f482..ea72e858f 100644
--- a/htmlcov/z_5d8b244af5c2277b_0005_alter_property_obj_class_alter_property_subj_class_py.html
+++ b/htmlcov/z_5d8b244af5c2277b_0005_alter_property_obj_class_alter_property_subj_class_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -116,7 +116,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_5d8b244af5c2277b_0006_versiontemptriple_py.html b/htmlcov/z_5d8b244af5c2277b_0006_versiontemptriple_py.html
index 46f79dda3..f94e0935c 100644
--- a/htmlcov/z_5d8b244af5c2277b_0006_versiontemptriple_py.html
+++ b/htmlcov/z_5d8b244af5c2277b_0006_versiontemptriple_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -231,7 +231,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_5d8b244af5c2277b_0007_alter_versiontemptriple_options_py.html b/htmlcov/z_5d8b244af5c2277b_0007_alter_versiontemptriple_options_py.html
index d460f757f..e54288f29 100644
--- a/htmlcov/z_5d8b244af5c2277b_0007_alter_versiontemptriple_options_py.html
+++ b/htmlcov/z_5d8b244af5c2277b_0007_alter_versiontemptriple_options_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -110,7 +110,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_5d8b244af5c2277b___init___py.html b/htmlcov/z_5d8b244af5c2277b___init___py.html
index 53c3ba455..cdf1700f0 100644
--- a/htmlcov/z_5d8b244af5c2277b___init___py.html
+++ b/htmlcov/z_5d8b244af5c2277b___init___py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -89,7 +89,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_73d20026d8cfd537___init___py.html b/htmlcov/z_73d20026d8cfd537___init___py.html
index 48bcefb12..0a8480ac9 100644
--- a/htmlcov/z_73d20026d8cfd537___init___py.html
+++ b/htmlcov/z_73d20026d8cfd537___init___py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -89,7 +89,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_73d20026d8cfd537_admin_py.html b/htmlcov/z_73d20026d8cfd537_admin_py.html
index 0a9a0770c..3adc0fbc8 100644
--- a/htmlcov/z_73d20026d8cfd537_admin_py.html
+++ b/htmlcov/z_73d20026d8cfd537_admin_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -95,7 +95,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_73d20026d8cfd537_apps_py.html b/htmlcov/z_73d20026d8cfd537_apps_py.html
index de0904143..2762aeb29 100644
--- a/htmlcov/z_73d20026d8cfd537_apps_py.html
+++ b/htmlcov/z_73d20026d8cfd537_apps_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -98,7 +98,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_73d20026d8cfd537_models_py.html b/htmlcov/z_73d20026d8cfd537_models_py.html
index d961a8cd0..4d8e8bad3 100644
--- a/htmlcov/z_73d20026d8cfd537_models_py.html
+++ b/htmlcov/z_73d20026d8cfd537_models_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -195,7 +195,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
diff --git a/htmlcov/z_73d20026d8cfd537_signals_py.html b/htmlcov/z_73d20026d8cfd537_signals_py.html
index 718548902..d36c0449a 100644
--- a/htmlcov/z_73d20026d8cfd537_signals_py.html
+++ b/htmlcov/z_73d20026d8cfd537_signals_py.html
@@ -65,7 +65,7 @@
» next
coverage.py v7.6.4 ,
- created at 2024-11-22 06:46 +0000
+ created at 2024-11-22 07:01 +0000
@@ -120,7 +120,7 @@