We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d591e commit 1b4b63eCopy full SHA for 1b4b63e
.travis.yml
@@ -38,4 +38,5 @@ matrix:
38
allow_failures:
39
- env: DJANGO=django==1.4.*
40
- env: DJANGO=django==1.6.*
41
+ - env: DJANGO=django==1.7.*
42
fast_finish: true
CHANGELOG.txt
@@ -1,6 +1,17 @@
1
=== (ongoing) ===
2
Please check the latest commits for development version.
3
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
15
=== 0.1 ===
16
- Custom company/location/premises model
17
- Cleaner tag names and API with upgrading docs
0 commit comments