Opened 16 years ago

Closed 16 years ago

#6685 closed (duplicate)

Skipping Installing custom SQL for table name 'languages'

Reported by: Yeago Owned by: nobody
Component: Core (Management commands) Version: dev
Severity: Keywords: syncdb sql
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Strangely, a model named 'languages' will create a table as expected. However, content in app/sql/languages.sql will simply be ignored.

python manage.py sqlall app will also disinclude the insertions for the table.

I saw no errors. Renaming table to 'lang' worked fine.

Change History (2)

comment:2 by Simon Greenhill, 16 years ago

Resolution: duplicate
Status: newclosed

I suspect you have another package called "languages" installed somewhere? There are a few bugs due to name clashes like this - and there's a ticket somewhere (I've lost the number!) to help resolve this.

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