Ignore METHOD prop while hashing

This commit is contained in:
Markus Unterwaditzer 2017-03-02 14:52:17 +01:00
parent 38599e1666
commit 4de920b552

View file

@ -9,6 +9,9 @@ from .utils import cached_property, uniq
IGNORE_PROPS = (
# PRODID is changed by radicale for some reason after upload
'PRODID',
# Sometimes METHOD:PUBLISH is added by WebCAL providers, for us it doesn't
# make a difference
'METHOD',
# X-RADICALE-NAME is used by radicale, because hrefs don't really exist in
# their filesystem backend
'X-RADICALE-NAME',