Export-import object types with UUID retention#745
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #745 +/- ##
==========================================
+ Coverage 85.58% 86.37% +0.79%
==========================================
Files 144 145 +1
Lines 3003 3142 +139
Branches 236 253 +17
==========================================
+ Hits 2570 2714 +144
+ Misses 381 376 -5
Partials 52 52 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
b40b7ce to
67eed69
Compare
8e11b96 to
dc54480
Compare
Also updated their dependencies to solve import and api issues.
Hacked it into a bounds check.
dc54480 to
a3d29d5
Compare
Queryset is never empty; django admin already checks this when performing an action.
a3d29d5 to
ae2f045
Compare
CharString
commented
Mar 17, 2026
src/objects/templates/admin/core/objecttype/object_import_form.html
Outdated
Show resolved
Hide resolved
stevenbal
requested changes
Mar 19, 2026
Collaborator
stevenbal
left a comment
There was a problem hiding this comment.
@CharString could you add some basic documentation under Manual to describe how to do exports and imports?
src/objects/templates/admin/core/objecttype/object_import_form.html
Outdated
Show resolved
Hide resolved
Co-authored-by: Steven Bal <steven@maykinmedia.nl>
Still not super pretty, but .aligned has a lot of left margin, which looks very off.
Contributor
Author
@stevenbal I've put the documentation under |
stevenbal
approved these changes
Mar 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #565
Changes
Adds export to file action, and import from file to objecttype admin.