Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tied django-livesettings commit #238

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

martinburchell
Copy link
Contributor

I haven't fully investigated this yet but a couple of people have
reported a RECURSIVE_RELATIONSHIP_CONSTANT error in actionitems.

This seems to be due in part to an incompatibility with the latest
version of django-livesettings, which is generating an error about
config_register not being imported in publicweb/config.py. At some
point we're going to need to change this to:

from livesettings.functions import ...

The quickest fix is to tie our version of livesettings to a working
commit. This is probably good practice anyway.

I haven't fully investigated this yet but a couple of people have
reported a RECURSIVE_RELATIONSHIP_CONSTANT error in actionitems.

This seems to be due in part to an incompatibility with the latest
version of django-livesettings, which is generating an error about
config_register not being imported in publicweb/config.py. At some
point we're going to need to change this to:

from livesettings.functions import ...

The quickest fix is to tie our version of livesettings to a working
commit. This is probably good practice anyway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant