Skip to content

Commit

Permalink
[#813] Added a tab for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
kardan committed Nov 25, 2014
1 parent 46c6f7c commit c1b50dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def testSchema(self):
print('Testing schema')
world = dbColumns(modelFields())
for model in world:
print('{}'.format(model))
print('\t{}'.format(model))
for field in world[model]['model_fields']:
if not field['type'] in ['ForeignKey', 'OneToOneField']:
field_name = unicode(field['name'])
Expand Down

0 comments on commit c1b50dc

Please sign in to comment.