fixed auto patterns, thanks Denes
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.4.1-alpha.2+timestamp.2013.01.02.18.58.15
|
||||
Version 2.4.1-alpha.2+timestamp.2013.01.03.21.29.36
|
||||
|
||||
+1
-1
@@ -7084,7 +7084,7 @@ def index():
|
||||
patterns += auto_table(table,base=tag,depth=depth-1)
|
||||
return patterns
|
||||
|
||||
if patterns==DEFAULT:
|
||||
if patterns == 'auto':
|
||||
patterns=[]
|
||||
for table in db.tables:
|
||||
if not table.startswith('auth_'):
|
||||
|
||||
Reference in New Issue
Block a user