From b0e1878c47426025d22c90b32802963dd356afc4 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 2 Mar 2013 16:49:21 +0100 Subject: [PATCH] Minor bugfix in README. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b0ceec7..fe7aa06 100644 --- a/README.rst +++ b/README.rst @@ -229,11 +229,11 @@ v0.5 (2013/03/02) django-admin.py migrate database --fake 0001 - After that you can run the rest of the migrations: + After that you can run the rest of the migrations:: django-admin.py migrate database -* Fixed compatibility with Django 1.4's way of refering to static files in +* Fixed compatibility with Django>1.4's way of refering to static files in the admin. * Added ability to add custom authorization checks via the new