* cc: cmawebsite@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/5253#comment:24>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => wontfix
Comment:
I'm going to make an executive decision and close this as a wontfix.
This specific ticket is asking for a piecemeal addition to Django's
serializers; the real underlying problem is that Django's serializers
aren't as flexible as they need to be for real world problems.
Once upon a time, I harboured dreams of writing a fully flexible
serialisation framework for Django; luckily, that is no longer required,
as Tom Christie has written a very robust and flexible set of serializers
for Django REST Framework. If we want this in Django, we should maybe
approach Tom to pull that piece of REST Framework into Django; but
frankly, I'm not convinced this is worth the code churn (and it's one more
thing that the core team doesn't have to worry about, which is a good
thing).
--
Ticket URL: <https://code.djangoproject.com/ticket/5253#comment:25>