c2cgeoportal-admin 2.9rc4__py3-none-any.whl → 2.9rc6__py3-none-any.whl
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.
- c2cgeoportal_admin/schemas/dimensions.py +3 -1
- c2cgeoportal_admin/schemas/restriction_areas.py +3 -1
- {c2cgeoportal_admin-2.9rc4.dist-info → c2cgeoportal_admin-2.9rc6.dist-info}/METADATA +1 -1
- {c2cgeoportal_admin-2.9rc4.dist-info → c2cgeoportal_admin-2.9rc6.dist-info}/RECORD +7 -7
- {c2cgeoportal_admin-2.9rc4.dist-info → c2cgeoportal_admin-2.9rc6.dist-info}/WHEEL +0 -0
- {c2cgeoportal_admin-2.9rc4.dist-info → c2cgeoportal_admin-2.9rc6.dist-info}/entry_points.txt +0 -0
- {c2cgeoportal_admin-2.9rc4.dist-info → c2cgeoportal_admin-2.9rc6.dist-info}/top_level.txt +0 -0
@@ -36,7 +36,9 @@ from sqlalchemy.orm.attributes import InstrumentedAttribute
|
|
36
36
|
from c2cgeoportal_commons.models.main import Dimension
|
37
37
|
|
38
38
|
|
39
|
-
def dimensions_schema_node(
|
39
|
+
def dimensions_schema_node(
|
40
|
+
prop: InstrumentedAttribute[Any], # pylint: disable=unsubscriptable-object
|
41
|
+
) -> colander.SequenceSchema:
|
40
42
|
"""Get the scheme of the dimensions."""
|
41
43
|
return colander.SequenceSchema(
|
42
44
|
GeoFormSchemaNode(Dimension, name="dimension", widget=MappingWidget(template="dimension")),
|
@@ -36,7 +36,9 @@ from sqlalchemy.orm.attributes import InstrumentedAttribute
|
|
36
36
|
from c2cgeoportal_commons.models.main import RestrictionArea
|
37
37
|
|
38
38
|
|
39
|
-
def restrictionareas_schema_node(
|
39
|
+
def restrictionareas_schema_node(
|
40
|
+
prop: InstrumentedAttribute[Any], # pylint: disable=unsubscriptable-object
|
41
|
+
) -> colander.SequenceSchema:
|
40
42
|
"""Get the schema of a restriction area."""
|
41
43
|
return colander.SequenceSchema(
|
42
44
|
GeoFormManyToManySchemaNode(RestrictionArea, None),
|
@@ -7,11 +7,11 @@ c2cgeoportal_admin/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
|
|
7
7
|
c2cgeoportal_admin/lib/lingva_extractor.py,sha256=5XsUHeVHnGF6GmD83shaTXasigGXtDXwgnswU0xA410,3355
|
8
8
|
c2cgeoportal_admin/lib/ogcserver_synchronizer.py,sha256=AFr0TbI_l7QTf9oNyO6rFEy6Ix096R2V0EFYcw-ArIc,15536
|
9
9
|
c2cgeoportal_admin/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
|
-
c2cgeoportal_admin/schemas/dimensions.py,sha256=
|
10
|
+
c2cgeoportal_admin/schemas/dimensions.py,sha256=pVEN8VjPjoANWUEIB-aWh6Yli_ybu1ghQcaYC2tSFyI,2368
|
11
11
|
c2cgeoportal_admin/schemas/functionalities.py,sha256=JecG1DYagM_Bgd7sMj0clN-4CAuYZEdELwDXlLRLBZs,3852
|
12
12
|
c2cgeoportal_admin/schemas/interfaces.py,sha256=N_b1LQ0Ur2i09dprnLLqXrcEq1p7uaKZJhaQpW7mOKc,2662
|
13
13
|
c2cgeoportal_admin/schemas/metadata.py,sha256=cp-QJkUf0zH0s6rBgV3uIZuXhHVFG5E8mF4J1ty2c6c,8897
|
14
|
-
c2cgeoportal_admin/schemas/restriction_areas.py,sha256=
|
14
|
+
c2cgeoportal_admin/schemas/restriction_areas.py,sha256=1xVR1SQfBReWVK5eFyGyrvw8tYqY2iOehuXVX3EMdf0,2682
|
15
15
|
c2cgeoportal_admin/schemas/roles.py,sha256=YyRaStlu1IJwB5gRHlvS285twSy2xxatNOqV9klq1s8,2591
|
16
16
|
c2cgeoportal_admin/schemas/treegroup.py,sha256=pLBIGBeaCmsAUMC4yCFCdSkYqLytG38qVygYqNr_AX8,7150
|
17
17
|
c2cgeoportal_admin/schemas/treeitem.py,sha256=VhGhpG8VcsT-3dnnNlln-uVlsqjwJQXbg6Ap1tEanMI,2146
|
@@ -90,8 +90,8 @@ tests/test_themes_ordering.py,sha256=T4Esr0C3EN5UdeEyYLa4ePvEn-bx3RNPkGBK3lDFoBo
|
|
90
90
|
tests/test_treegroup.py,sha256=Plv119G4TWlurWLE7Z1mWGeHHPScK_fWKcDmDzMUlIU,576
|
91
91
|
tests/test_user.py,sha256=5C9nrQVk4Bf0Z9BKd0uf_J8EtJLTOFSpzrNHXfg3NzI,13095
|
92
92
|
tests/themes_ordering.py,sha256=UdydcRIzWC6RRnTMfl2JM_250DHuAhGC7rijHqfy7lk,1342
|
93
|
-
c2cgeoportal_admin-2.
|
94
|
-
c2cgeoportal_admin-2.
|
95
|
-
c2cgeoportal_admin-2.
|
96
|
-
c2cgeoportal_admin-2.
|
97
|
-
c2cgeoportal_admin-2.
|
93
|
+
c2cgeoportal_admin-2.9rc6.dist-info/METADATA,sha256=Z9KG2xXjPj0__PRb1A1vU9qeZum3zdJOXOlfg7OXvoc,1381
|
94
|
+
c2cgeoportal_admin-2.9rc6.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
95
|
+
c2cgeoportal_admin-2.9rc6.dist-info/entry_points.txt,sha256=iRK5w2E-PVbqHx48OuxznFEXTpoOdJyx6kjpaca0Fxc,164
|
96
|
+
c2cgeoportal_admin-2.9rc6.dist-info/top_level.txt,sha256=DgcTJgTvpJUB8HqwYB14PdLBPAOAFk0B8oqnSTFoAU4,25
|
97
|
+
c2cgeoportal_admin-2.9rc6.dist-info/RECORD,,
|
File without changes
|
{c2cgeoportal_admin-2.9rc4.dist-info → c2cgeoportal_admin-2.9rc6.dist-info}/entry_points.txt
RENAMED
File without changes
|
File without changes
|