On Wed, Dec 18, 2013 at 12:18 PM, <[email protected]> wrote: > > Wouldn't an easy (i.e. straightforward) solution be to add an Django "ODM" > that mirrors the ORM wherever it makes sense? This sounds pretty close to > your second solution, except choosing SQL vs NoSQL means users make a more > explicit choice whether to use the ODM API vs the ORM API.
I think it would be very straightforward to do that at the public API level, but the ModelForm and the admin use lots of undocumented _meta fields which would have to be mimicked too. Still, i'm convinced that this would be the best answer, and a formal definition of _meta is a big plus, maybe even proportional to the effort needed. -- Javier -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAFkDaoTG_hda%3D05FkQgvFFDzbjshKOjzCii9Mi7UtTw652KFPQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
