From 4083dfe4b218039eb254a389c93e47dfd457d2a6 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Sun, 19 May 2013 15:36:16 +0200 Subject: [PATCH] More README work --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 87c9472..ec92b88 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ django-admin2 **Warning:** This project is currently in an **alpha** state and currently not meant for real projects. -One of the most useful parts of ``django.contrib.admin`` is the ability to configure various views that touch and alter data. django-admin2 is a complete rewrite of that library using modern Class-Based Views and enjoying a design focused on extendibility. By starting over, we can avoid the legacy code and make it easier to write extensions and themes. +One of the most useful parts of ``django.contrib.admin`` is the ability to configure various views that touch and alter data. django-admin2 is a complete rewrite of that library using modern Class-Based Views and enjoying a design focused on extendibility and adaptability. By starting over, we can avoid the legacy code and make it easier to write extensions and themes. Features (current) ====================