Opened 18 years ago

Last modified 18 years ago

#1123 closed enhancement

Django shouldn't require use of a database — at Version 1

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 (1)

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
Note: See TracTickets for help on using tickets.
Back to Top