Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#6620 closed (invalid)

manage.py syncdb does not alter database

Reported by: anonymous Owned by: nobody
Component: Database layer (models, ORM) 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

When I change fields in my models.py fi from ForeignKey to ManyToManyField i run manage.py syncdb and database isn't changed even though it's empty

Change History (3)

comment:1 by Ramiro Morales, 16 years ago

Resolution: invalid
Status: newclosed

comment:2 by Ramiro Morales, 16 years ago

Should have been: "Lack of this feature in Django core is a design decision..."

comment:3 by anonymous, 13 years ago

Component: Core frameworkDatabase layer (models, ORM)
Note: See TracTickets for help on using tickets.
Back to Top