Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added changes for django 1.5 compatibility #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added django dependency notes
  • Loading branch information
radzhome committed Dec 19, 2014
commit 9405d2eabb0df60b2920364f9438d8c09d4224d4
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ area of the selected block.
Installation
------------

**Dependencies**: django, markdown, django-linguo
**Dependencies**: django>=1.4x, markdown, django-linguo

Now compatible with django 1.7.x.

To install, download the source tarball, unpack and run ``pip install .``
This will add content_blocks to your python path as well as pull in the
Expand Down