#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 )
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 , 20 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | Need DATABASE_ENGINE setting has "None" option → Django shouldn't require use of a database |
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in magic-removal [1807].