Opened 16 years ago

Closed 16 years ago

#6511 closed (wontfix)

Add the ability for syncdb to prevent the initial_data fixture from being loaded.

Reported by: jkocherhans Owned by: nobody
Component: Core (Management commands) Version: dev
Severity: 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

The attached patch adds an --ignore-initial option to syncdb that will prevent the initial_data fixture from being loaded.

Attachments (1)

ignore_initial.diff (1.7 KB ) - added by jkocherhans 16 years ago.
No docs yet.

Download all attachments as: .zip

Change History (2)

by jkocherhans, 16 years ago

Attachment: ignore_initial.diff added

No docs yet.

comment:1 by jkocherhans, 16 years ago

Resolution: wontfix
Status: newclosed

wontfix-ing my own ticket. I agree with Russ's definition of the semantics of initial_data here.

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