Django

Code

Ticket #6007 (closed: fixed)

Opened 11 months ago

Last modified 11 months ago

Oracle DB-Backend: db_tablespace setting for django standard tables

Reported by: Bernd Assigned to: ikelly
Milestone: Component: django-admin.py
Version: SVN Keywords: oracle tablespace
Cc: Triage Stage: Accepted
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

It would be nice, if there could be a possibilty to define a default tablespace (maybe in setting.py) for the django internal tables and indexes (auth, contenttypes, session, sites,...) I tried to define a little project in my company with django and a oracle database. But 'syncdb' didn't work, because our database administrator forbid a CREATE TABLE, CREATE INDEX without a tablespace option.

Attachments

Change History

11/21/07 11:33:10 changed by ikelly

  • keywords set to oracle tablespace.
  • needs_better_patch changed.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • needs_docs changed.

12/01/07 11:24:00 changed by ikelly

  • owner changed from nobody to ikelly.
  • status changed from new to assigned.

12/01/07 13:23:49 changed by ikelly

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [6801]) Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE options to global_settings.py


Add/Change #6007 (Oracle DB-Backend: db_tablespace setting for django standard tables)




Change Properties
Action