Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
32654856
Commit
32654856
authored
Oct 06, 2017
by
Mathieu Giraud
Browse files
Merge branch 'feature-s/more_tags' into 'dev'
models/tags.py dash characters in tags Closes
#2686
See merge request
!86
parents
336c5ea8
e748e722
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/models/tag.py
View file @
32654856
...
...
@@ -8,7 +8,7 @@ class TagManager(object):
self
.
prefix
=
prefix
def
expression
(
self
):
return
ur
'%s(\w+)'
%
self
.
prefix
return
ur
'%s(
[
\w
-]
+)'
%
self
.
prefix
class
TagExtractor
(
TagManager
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment