Skip to content

Commit

Permalink
Merge branch 'master' of github.com:paltman/nashvegas
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Feb 14, 2011
2 parents 3125add + 9fe10a3 commit cd0b7da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nashvegas/management/commands/upgradedb.py
Expand Up @@ -68,6 +68,8 @@ def _filter_down(self, stop_at=None):
applied.append(x.migration_label)

in_directory = os.listdir(self.path)
in_directory = [migration for migration in in_directory if
not migration.startswith(".")]
in_directory.sort()
applied.sort()

Expand Down

0 comments on commit cd0b7da

Please sign in to comment.