-
Notifications
You must be signed in to change notification settings - Fork 12
Combine subclasses #983
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
base: master
Are you sure you want to change the base?
Combine subclasses #983
Conversation
The 'legacy' allow option now uses a single class where previously it used several. The 'standard' allow option is the new default, because 'legacy' makes no sense and is probably a mistake anyway.
|
Still need to merge in the separate-DHCP-config changes from master (there are several conflicts). |
Conflicts: cyder/core/ctnr/models.py cyder/cydhcp/build/builder.py cyder/cydhcp/vrf/models.py cyder/cydhcp/workgroup/models.py
|
Should be ready to go. |
|
Note to self: I was supposed to leave the 'legacy' build process exactly the same. Revert it. |
7711ffb to
4db1311
Compare
|
Looks like restoring the original 'legacy' behavior was easier than expected. The only difference now is that it doesn't print classes that aren't allowed anywhere. |
|
Sounds fine to me. We shouldn't have been doing that in the first place. On Thu, Apr 30, 2015 at 3:55 PM, drkitty notifications@github.com wrote:
|
|
I'll post a script shortly. |
|
I'd recommend this be hand-verified. It's not too difficult to do that. |
Resolves issue #966.
Changes: