help icon indicating copy to clipboard operation
help copied to clipboard

Proposal: django-auto-serializer

Open peppelinux opened this issue 4 years ago • 0 comments

Project Proposal

I read and agree Jazzband Guidelines.

Project Details

django-auto-serializer

Project Description

Django app that automates objects tree serialization recursively, without any declarations.

Define new classes for every Object serialization could sound a bit boring, I coded this app to do the things automagically. Django-auto-serializer will do for you:

Json serialization (export);
recursively serialize all FK childrens;
can ignore some children if you tell him how they are named (see examples above);
M2M auto serialization;
ignore or not autofields import/export (auto_now_add...);
regenerates unique if needed, the same for slugfields (change_uniques = True,);
Import a serialized Object tree, it will build up everything as before;

Project Leads

I am the lead, Francesco Filicetti is a and a very good mantainer.

Confirmation of Guidelines

Please confirm the following:

peppelinux avatar Jun 12 '21 13:06 peppelinux