Skip to content

Commit

Permalink
Merge pull request #57 from karabijavad/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mtford90 committed Apr 7, 2015
2 parents 1754d25 + 6a676c3 commit 81d236a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Silk has been tested with:
* Django: 1.5, 1.6, 1.7
* Python: 2.7, 3.3, 3.4

I left out Django <1.5 due to the change in `{% url %}` syntax. Python 2.6 is missing `collections.Counter`. Python 3.0 and 3.1 are not available via Travis and also are missing the `u'xyz'` syntax for unicode. Workarounds can likely be found for all these if there is any demand. Django 1.7 is currently untested.
I left out Django <1.5 due to the change in `{% url %}` syntax. Python 2.6 is missing `collections.Counter`. Python 3.0 and 3.1 are not available via Travis and also are missing the `u'xyz'` syntax for unicode. Workarounds can likely be found for all these if there is any demand. Django 1.8 is currently untested.

## Installation

Expand Down Expand Up @@ -371,4 +371,4 @@ python manage.py silk_clear_request_log
./manage.py syncdb
```

Note that this will destroy all data.
Note that this will destroy all data.

0 comments on commit 81d236a

Please sign in to comment.