Changes between Initial Version and Version 1 of Ticket #25454, comment 1


Ignore:
Timestamp:
Sep 23, 2015, 6:42:57 PM (9 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25454, comment 1

    initial v1  
    33It looks like `django.contrib.postresql.apps.PostgresConfig.ready` which is supposed to deal with `register_hstore` is never called.
    44
    5 From what I can see you reproduced using an iPython shell, was it lauched using `manage.py shell` and if it's not the case did you make sure to call `django.setup()` to make sure all apps were initialized?
     5From what I can see you reproduced using an iPython shell, was it lauched using `manage.py shell` and if it's not the case did you make sure to call [https://docs.djangoproject.com/en/1.8/topics/settings/#calling-django-setup-is-required-for-standalone-django-usage django.setup()] to make sure all apps were initialized?
Back to Top