Open
Description
We need a nice summary/overview of differences between using Django and Django-nonrel(+MongoDB). Like
- JOINs (+JOIN ordering, reverse relations, ...)
- no
select_related
- no month/day queries (or only a few if we fix Basic year/month/day support #60)
- primary key behaviour (custom pk support in particular)
SITE_ID
- ...