v. 0.2.4:
[django-ssify.git] / README.md
index 04be2cc..8a8aefd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ License
 
   ![AGPL Logo](http://www.gnu.org/graphics/agplv3-155x51.png)
     
-    Copyright © 2014 Fundacja Nowoczesna Polska <fundacja@nowoczesnapolska.org.pl>
+    Copyright © 2014,2015 Fundacja Nowoczesna Polska <fundacja@nowoczesnapolska.org.pl>
     
     For full list of contributors see AUTHORS section at the end. 
 
@@ -24,8 +24,8 @@ License
 Dependencies
 ============
 
- * Python >= 2.7
- * Django >= 1.6
+ * Python >= 2.6
+ * Django >= 1.5
 
 
 Installation
@@ -39,8 +39,6 @@ Installation
    * ssify.middleware.LocaleMiddleware instead of stock LocaleMiddleware.
 3. Make sure you have 'django.core.context_processors.request' in your
    TEMPLATE_CONTEXT_PROCESSORS.
-3. Define your caches in CACHES and SSIFY_INCLUDES_CACHES
-   for storing ssi includes.
 4. Configure your webserver to use SSI ('ssi=on' with Nginx).
 
 Usage