Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[shadow] Duplicate column name error when the MarkupField is used in an abstract Model #32

Closed
trentm opened this issue Mar 7, 2011 · 0 comments

Comments

@trentm
Copy link
Owner

trentm commented Mar 7, 2011

_This is a _shadow issue* for Issue 32 on Google Code (from which this project was moved).
Added 2009-11-26T17:37:11.000Z by George.N...@gmail.com. Closed (Invalid).
Labels: Type-Defect, Priority-Medium.
Please make updates to the bug there.*

Original description

Consider two Models (News & Article) that derive from an abstract model
(Content). The MarkupField is set to two fields (summary & body) in the
abstract Model (Content). Then when running 'syncdb' I get the followijng
error:

_mysql_exceptions.OperationalError: (1060, "Duplicate column name
'_summary_rendered'")

A wild guess would be to include the Model's class name in the _rendered field.
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant