fixed auto patterns, thanks Denes

This commit is contained in:
mdipierro
2013-01-03 21:30:17 -06:00
parent 828a4d7a60
commit 54866ecef5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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_'):