I guess it is just a matter of time. Marshmallow's first release (0.1.0)
was in November of 2013
<https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst#010-2013-11-10>.
I'm not sure when DRF first release ever was but 2.0 was released in
October of 2012
<https://github.com/encode/django-rest-framework/blob/version-2.4.x/docs/topics/rest-framework-2-announcement.md>

If you take a look at closed issues on Github mentioning "marshmallow"
<https://github.com/encode/django-rest-framework/issues?utf8=%E2%9C%93&q=is%3Aissue+marshmallow+>,
you'll notice some interesting discussions there. Here
<https://github.com/encode/django-rest-framework/issues/3665>, the user
wanted to do something close to what you're trying to achieve, and here
<https://github.com/encode/django-rest-framework/issues/2487> there was a
nod towards adopting some of marshmallow's ideas


[image: --]
Felipe V. Rodrigues
[image: https://]felipevr.com
<https://felipevr.com>


On Fri, May 3, 2019 at 9:37 AM Jurgis Pralgauskis <
[email protected]> wrote:

> Hi,
>
> What were the main reasons to make serializer system from scratch instead
> of using, ex., marshmallow?
>
> I guess ModelSerializer could conveniently be based on Marshmallow's stuff?
>
> ps.: my context is, that I need serializers without Django, and started
> looking around and they seem quite similar at first glance...
>
> --
> Jurgis Pralgauskis
> tel: 8-616 77613;
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django REST framework" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to