Opened 19 years ago

Closed 19 years ago

#363 closed defect (fixed)

Patch to make sqlall use a database specific initial data file over the database agnostic one

Reported by: slashzero Owned by: Adrian Holovaty
Component: Metasystem 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

In the app's sql folder, you can now have [module].[database engine].sql to load initial data when installing an app.

Attachments (1)

managment.py.diff (1.0 KB ) - added by slashzero 19 years ago.
patch for change

Download all attachments as: .zip

Change History (3)

by slashzero, 19 years ago

Attachment: managment.py.diff added

patch for change

comment:1 by Adrian Holovaty, 19 years ago

Component: Core frameworkMetasystem

comment:2 by Jacob, 19 years ago

Resolution: fixed
Status: newclosed

(In [735]) Fixed #363 - django-admin sqlall now uses database-specific initial data files if they exist.

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