File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1744,6 +1744,9 @@ def saml2_attrib_map_format(dict):
1744
1744
warnings .filterwarnings ("ignore" , message = "polymorphic.base.ManagerInheritanceWarning.*" )
1745
1745
warnings .filterwarnings ("ignore" , message = "PolymorphicModelBase._default_manager.*" )
1746
1746
1747
+ # TODO - remove this, it is only for testing that following error is the only stopper for upgrade to py3.12
1748
+ warnings .filterwarnings ("ignore" , message = "pkg_resources is deprecated as an API" )
1749
+
1747
1750
# This setting is here to override default renderer of forms (use div-based, instred of table-based).
1748
1751
# It has effect only on templates that use "{{ form }}" in the body. Only "Delete forms" now.
1749
1752
# The setting is here to avoid RemovedInDjango50Warning. It is here only for transition period.
You can’t perform that action at this time.
0 commit comments