Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jdriscoll/django-photologue
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Barran committed Jan 29, 2018
2 parents bc9452f + 57ba9f7 commit 9a2331e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: python

# Although Django 1.8 supports Python 3.2, it's EOL, so we don't include it in the tests.
python:
- 2.7
- 3.4
Expand Down
2 changes: 1 addition & 1 deletion photologue/migrations/0002_photosize_data.py
Expand Up @@ -35,7 +35,7 @@ class Migration(migrations.Migration):

dependencies = [
('photologue', '0001_initial'),
('contenttypes', '0001_initial'),
('contenttypes', '0002_remove_content_type_name'),
]

operations = [
Expand Down

0 comments on commit 9a2331e

Please sign in to comment.