X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/36f224f3c3165adcfb0eb862938ea37d3ad1c0d9..cea4a683f6d6ffcf4c971f94ab92e3b718bac364:/README.rst diff --git a/README.rst b/README.rst index 258d685..d7bed27 100644 --- a/README.rst +++ b/README.rst @@ -19,29 +19,6 @@ Or, put `cas_provider` somewhere on your Python path. If you want use CAS v.2 protocol or above, you must install `lxml` package to correct work. -UPDATING FROM PREVIOUS VERSION -=============================== - -I introduced south for DB schema migration. The schema from any previous version without south is 0001_initial. -You will get an error: - - ``Running migrations for cas_provider:`` - - ``- Migrating forwards to 0001_initial.`` - - ``> cas_provider:0001_initial`` - - ``Traceback (most recent call last):`` - - ``...`` - - ``django.db.utils.DatabaseError: relation "cas_provider_serviceticket" already exists`` - -to circumvent that problem you will need to fake the initial migration: - - python manage.py migrate cas_provider 0001_initial --fake - - USAGE ======