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 a744e10 commit cac2f42Copy full SHA for cac2f42
HISTORY.rst
@@ -23,7 +23,7 @@ History
23
24
* Added support for Django 1.8 and 1.9
25
* Added support for SQLite and MySQL/MariaDB
26
-* Python 3.4 compatybility
+* Python 3.4 compatibility
27
* Improved test coverage
28
* This is last version to support Django 1.6 and South
29
Makefile
@@ -27,7 +27,7 @@ clean-pyc:
lint:
30
- flake8 --exclude=migrations,south_migrations teryt
+ flake8 --exclude=south_migrations teryt
31
32
test:
33
python runtests.py
0 commit comments