Skip to content

Commit ab02c41

Browse files
committed
drop support for django 1.5
1 parent beb38d8 commit ab02c41

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ python:
77
- "3.4"
88

99
env:
10-
- DJANGO_VERSION=1.5
1110
- DJANGO_VERSION=1.6
1211
- DJANGO_VERSION=1.7
1312
- DJANGO_VERSION=dev

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
packages=['badges', 'badges.templatetags'],
2020
package_data={'badges': ['badges/templates/badges/*.html']},
2121
install_requires=[
22-
"django >= 1.5",
22+
"django >= 1.6",
2323
"Pillow",
2424
],
2525
long_description=__doc__,

0 commit comments

Comments
 (0)