wq / django-data-wizard

🧙⚙️ Import structured data (e.g. Excel, CSV, XML, JSON) into one or more Django models via an interactive web-based wizard
https://django-data-wizard.wq.io
MIT License
338 stars 53 forks source link

Did anyone tried it with django 4.06 python 3.10 #39

Closed engrimran7 closed 1 year ago

engrimran7 commented 2 years ago

Hi all did any one tested it with django 4.06 python 3.10

actually i want to import and export to postgresql where my django ap uses many to many fields and also the foreign keys i tried with django-import-export which prints ID only of foreign key and many to many but not the name. can we achieve the same with django-data-wizard

sheppard commented 1 year ago

You can use a custom serializer with SlugRelatedField to map foreign keys to columns other than the primary key.