Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #14 from swisscom/reduce_warnings_w_django17
Browse files Browse the repository at this point in the history
Reduce warnings w django17
  • Loading branch information
maennel committed Oct 6, 2014
2 parents 3bb0364 + ecca3b1 commit eb23729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cleanerversion/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

ALLOWED_HOSTS = []

MIDDLEWARE_CLASSES = ()

# Database
# https://docs.djangoproject.com/en/dev/ref/settings/#databases
DATABASES = {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"""

setup(name='CleanerVersion',
version='1.2.2',
version='1.2.3',
description='A versioning solution for relational data models',
long_description='CleanerVersion is a solution that allows you to read and write multiple versions of an entry '
'to and from your relational database. It allows to keep track of modifications on an object '
Expand Down

0 comments on commit eb23729

Please sign in to comment.