Skip to content

Commit

Permalink
fix forms
Browse files Browse the repository at this point in the history
  • Loading branch information
agrausem committed Jul 24, 2015
1 parent cc46828 commit 7ee45c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

setup(
name='django-sifac',
version='0.3.1',
version='0.3.2',
packages=find_packages(),

install_requires=[
Expand Down
2 changes: 1 addition & 1 deletion sifac/forms.py
Expand Up @@ -49,4 +49,4 @@ def __init__(self, *args, **kwargs):

class Meta:
model = SAPModelFilter
fields = '__all___'
fields = '__all__'

0 comments on commit 7ee45c6

Please sign in to comment.