Skip to content

Commit

Permalink
fix: regex operator unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
knipknap committed Apr 3, 2019
1 parent c9b9108 commit f5599bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_find/dom.py
Expand Up @@ -6,6 +6,7 @@
'equals',
'startswith',
'endswith',
'regex',
'gt',
'gte',
'lt',
Expand Down

0 comments on commit f5599bd

Please sign in to comment.