Skip to content

Commit

Permalink
Merge pull request #328 from reduxionist/fix-squashed-socks_proxy-mig…
Browse files Browse the repository at this point in the history
…ration

Remove migration 0002_socks_proxy.py...
  • Loading branch information
rossp committed Jun 9, 2015
2 parents 140c241 + f434292 commit 6595eeb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def populate_usersettings(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
('helpdesk', '0002_socks_proxy'),
('helpdesk', '0001_initial'),
]

operations = [
Expand Down
32 changes: 0 additions & 32 deletions helpdesk/migrations/0002_socks_proxy.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def unload_fixture(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
('helpdesk', '0003_populate_usersettings'),
('helpdesk', '0002_populate_usersettings'),
]

operations = [
Expand Down

0 comments on commit 6595eeb

Please sign in to comment.