On Mon, Feb 8, 2016 at 9:39 AM, Matlau Issu <[email protected]> wrote:
> I mean, if i work with a postgresql whose version is lower than 9.1, the > automatic run of "CREATE EXTENSION postgis" crashes everything ! > Indeed there is no extension concept for versions lower than 9.1. > https://docs.djangoproject.com/en/1.9/ref/databases/#postgresql-notes - PostgreSQL < 9.1 is not supported. Your options to are to upgrade PostgreSQL or downgrade Django. Obviously, the former is recommended. -- [image: photo] James Addison e: [email protected] <http://ca.linkedin.com/in/jamesaddison> <https://twitter.com/jamesaddison> -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CALfx8k3so6jTHfhVJG0i7WmYi0EvfZFtWywrdZN7EDmvGS9dkg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
