Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1123 closed enhancement (fixed)

Django shouldn't require use of a database

Reported by: limodou Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Adrian Holovaty)

The core Django handler is coupled to the database layer because of a db.close() call. It should be possible to use Django without a database.

Change History (2)

comment:1 by Adrian Holovaty, 18 years ago

Description: modified (diff)
Summary: Need DATABASE_ENGINE setting has "None" option Django shouldn't require use of a database

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

Fixed in magic-removal [1807].

Note: See TracTickets for help on using tickets.
Back to Top