From 44b51188a98db65c8d0132a59469c69c2b56c573 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Tue, 15 Jul 2014 11:54:54 +0300 Subject: [PATCH] Added a note about PyPy support to the README file. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d6388be..bf4869c 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ package. It includes: * An optional Django admin interface Djrill is released under the BSD license. It is tested against Django 1.3---1.7b1 -(including Python 3 support with Django 1.5+). +(including Python 3 and PyPy support with Django 1.5+). .. END shared-intro