diff options
Diffstat (limited to 'deprecations.txt')
-rw-r--r-- | deprecations.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deprecations.txt b/deprecations.txt index e69de29..a8f4ed8 100644 --- a/deprecations.txt +++ b/deprecations.txt @@ -0,0 +1,2 @@ +/mnt/d/EXPO/troggle/core/views/uploads.py:120: DeprecationWarning: invalid escape sequence \d + if not re.match('(19|20)\d\d[:#]\d\d', wallet): |