--
Ticket URL: <https://code.djangoproject.com/ticket/30891>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => wontfix
* component: Utilities => Database layer (models, ORM)
Comment:
Thanks for this ticket, however it is not only about converting dictionary
to a `QuerySet`, you will not be able to perform any queries without a
database. Solution without hitting a database would require a completely
new implementation of ORM. IMO it's not something that we want to add and
maintain as part of Django.
As a workaround you can try to keep you dictionary in a `JSONField` (that
of course hits DB).
--
Ticket URL: <https://code.djangoproject.com/ticket/30891#comment:1>