Skip to content

Commit

Permalink
remove dj18 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
agrausem committed Jul 24, 2015
1 parent dbe69d9 commit 10af1c5
Show file tree
Hide file tree
Showing 2 changed files with 3 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.0',
version='0.3.1',
packages=find_packages(),

install_requires=[
Expand Down
3 changes: 2 additions & 1 deletion sifac/forms.py
Expand Up @@ -16,7 +16,7 @@ def get_unfiltered_sap_models():
"""
Used to define choices for the form select box. Possible values are the \
subclasses of the base sap model class that are not already filtered.
:returns: formatted list for form choices including the model's name
and the translation of the model verbose name
:rtype: a list of tuples
Expand Down Expand Up @@ -49,3 +49,4 @@ def __init__(self, *args, **kwargs):

class Meta:
model = SAPModelFilter
fields = '__all___'

0 comments on commit 10af1c5

Please sign in to comment.