Minor bugfix in README.

This commit is contained in:
Jannis Leidel 2013-03-02 16:49:21 +01:00
parent c125006e01
commit b0e1878c47

View file

@ -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