'REST "good practice" says to try and use existing data schemas, either
those that are in wide use generally, or those that are common to the
domain you are working in. For models, form submission MIME types might
work, but we also have some other options built into Django: the
serialisation stuff. What if we said that submissions to create and
update models can be in any of the formats that the serialisation
framework can handle?
Maybe form submission is also useful, but it might be nice to support
other forms, too (a web browser creating a new object can use JSON
easily; software clients can create XML pretty easily).'
Original issue reported on code.google.com by stuhlmue...@gmail.com on 25 Jul 2007 at 6:33
Original issue reported on code.google.com by
stuhlmue...@gmail.com
on 25 Jul 2007 at 6:33