-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Fixes #568: CSV import/export of custom fields #3885
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
Fixes #568: CSV import/export of custom fields #3885
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to above, we'll need to add tests for custom field import. IMO a single new test class somewhere under extras
using the Site object as an example would be sufficient; no need to extend the CSV import test for every model.
Added the test you requested (sorry for the delay; I completely forget about it). |
I've merged this into |
Fixes: #568
Allows the custom fields to be imported and exported via CSV.