Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asifpy committed Aug 2, 2016
1 parent c53cd6e commit b38c323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crudbuilder/tests/crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class TestChildInlineFormset(BaseInlineFormset):

class TestModelCrud(BaseCrudBuilder):
model = TestModel
search_feilds = ['name']
search_fields = ['name']
tables2_fields = ('name', 'email')
tables2_css_class = "table table-bordered table-condensed"
tables2_pagination = 20 # default is 10
Expand Down

0 comments on commit b38c323

Please sign in to comment.