You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Django webpack loader consumes the output generated by [webpack-bundle-tracker](
18
18
<br>
19
19
## Compatibility
20
20
21
-
Test cases cover Django1.6, 1.7 and 1.8 on Python 2.7, 3.3 and 3.4. 100% code coverage is the target so we can be sure everything works anytime. That said, it should work on older version of django as well. It is just that we don't officially have support for them.
21
+
Test cases cover Django>=1.6on Python 2.7and Python>=3.3. 100% code coverage is the target so we can be sure everything works anytime. It should probably work on older version of django as well but the pacakge does not ship any test cases for them.
0 commit comments