Opened 27 hours ago

Closed 27 hours ago

Last modified 23 hours ago

#36072 closed New feature (duplicate)

There is something missing in django with mongoDB.

Reported by: Mayur Bodhare Owned by:
Component: Database layer (models, ORM) Version: 5.1
Severity: Release blocker Keywords: Database, ORM, engine
Cc: Mayur Bodhare Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

There is no default engine for mongodb.
I tried djongo engine but it not worked.
Maybe it is not stable.
We need new built in engine and ORM to support new NOSQL databases such as MongoDB.

Change History (2)

comment:1 by Sarah Boyce, 27 hours ago

Resolution: duplicate
Status: newclosed

Duplicate of #19009

comment:2 by Simon Charette, 26 hours ago

Tim might not more about it (I unfortunately lost rights to CC others so I can't add him to this ticket) but it seems like the actively developed Mongo connector lives here.

Version 0, edited 26 hours ago by Simon Charette (next)
Note: See TracTickets for help on using tickets.
Back to Top