-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Revision #758
Comments
This feature could be implemented using
https://github.com/etianen/django-reversion
I used it in the past and it is flexible enough to achieve very powerful
results.
…On Fri, Dec 30, 2016, 14:47 john-arvid, ***@***.***> wrote:
May be a duplicate of #683
<#683>
Would like brainstorming around revision and how this could be solved
today or with a new enhancement.
I have several users that are human, and they as I will make mistakes. I
need a way to revert changes done to "anything" so that when another user
or me finds an faulty registration, we could change back and do the proper
update.
Is this something I could implement in the existing version? (in postgres,
django, a routine or php?)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#758>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABfg5ioV7PXMM_4iM1c047D8LHq5NHmSks5rNV_DgaJpZM4LYW9r>
.
|
I looked into the possibility of using django-reversion early on in the development of NetBox. Unfortunately, it's not well-suited for a data model so complex as what we have. For example, suppose a user deletes a device, and then some time later wants to restore it. We'd need to validate not on the device object, but all of its related connections, addresses, rack space, etc. and have a plan to elegantly handle every potential conflict. It'd be an amazing feature, for sure, but it's not something that we can dedicate effort to in the near future. |
May be a duplicate of #683
Would like brainstorming around revision and how this could be solved today or with a new enhancement.
I have several users that are human, and they as I will make mistakes. I need a way to revert changes done to "anything" so that when another user or me finds an faulty registration, we could change back and do the proper update.
Is this something I could implement in the existing version? (in postgres, django, a routine or php?)
The text was updated successfully, but these errors were encountered: