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

Integrated topology history feature from django-netjsongraph #17

Merged
merged 1 commit into from
Aug 26, 2017

Conversation

rohithasrk
Copy link
Contributor

References #2. Can be merged after openwisp/django-netjsongraph#49 is merged and released.

Copy link
Member

@nemesifier nemesifier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good!

As said in openwisp/django-netjsongraph#49 (comment) the requirements.txt will have to point to django-netjsongraph>=0.4.0

class Migration(migrations.Migration):

dependencies = [
('openwisp_users', '0002_auto_20170719_0052'),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this migration doesn't exists in the openwisp-users repo, what is it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh. I observed this earlier too. Upon running the make migrations command, this is being made. Then I manually changed this to 0001_initial to make the build run.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we'll need to edit it to prevent the builds from failing.

@nemesifier nemesifier merged commit 269fbcc into openwisp:master Aug 26, 2017
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.

2 participants