We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c56a2af + 8a3d69c commit 5217ef0Copy full SHA for 5217ef0
1 file changed
fs/contrib/davfs/xmlobj.py
@@ -26,6 +26,7 @@ class _davbase(dexml.Model):
26
class meta:
27
namespace = "DAV:"
28
namespace_prefix = "D"
29
+ order_sensitive = False
30
31
32
class HrefField(fields.String):
0 commit comments