-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Added missing migration #40
Conversation
1 similar comment
@rhblind thank you for contributing. The issue was solved in a development branch which I forgot to merge in master (see #41). Sorry for that. I merged it now so this is not needed anymore.
|
Thanks a bunch! 👍 |
@nemesisdesign I'm getting warning when using the master branch of
|
@rhblind the version of the master of openwisp-controller is |
@nemesisdesign Thanks, that worked good! Do you have any plans for a new release soon so that we don't have to rely on master branch versions? |
@rhblind not very soon unfortunately, 0.4.0 must include #31 which is almost complete but needs more test coverage and will take me a while to do because I'm focused on django-freeradius and openwisp-radius right now. I suggest you to pin the commit ID for now. Are you using ansible-openwisp2 to install? If yes you can use |
@nemesisdesign Alright, no worries! We haven't really decided deployment strategy yet, but thanks for the tips! Keep up the good work 😉 |
Removed the logics which were duplicated in the others modules and redefined it here to enable reusability and ease debugging. Fixes openwisp#40
[admin] Removed logic duplicates openwisp#40
This PR adds a missing migration file for the config app