Skip to content

Commit 1b4b63e

Browse files
committed
Drop Django 1.7 support
1 parent f3d591e commit 1b4b63e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ matrix:
3838
allow_failures:
3939
- env: DJANGO=django==1.4.*
4040
- env: DJANGO=django==1.6.*
41+
- env: DJANGO=django==1.7.*
4142
fast_finish: true

CHANGELOG.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
=== (ongoing) ===
22
Please check the latest commits for development version.
33

4+
=== 0.1.3 ==
5+
- Drop Django 1.7 support
6+
- Fix a TypeError in templatetags (#24)
7+
8+
=== 0.1.2 ==
9+
- Fix `FileNotFoundError` in setup.py
10+
11+
=== 0.1.1 ===
12+
- Documentation fixes
13+
- Added location (company premises) to edit form template context
14+
415
=== 0.1 ===
516
- Custom company/location/premises model
617
- Cleaner tag names and API with upgrading docs

0 commit comments

Comments
 (0)