jeexianwu / goflow

Automatically exported from code.google.com/p/goflow
Other
0 stars 0 forks source link

models use 'core' keyword argument no longer in Django #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I added the goflow.workflow app to my installed apps.

Upon running syncdb, I was told "__init__() got an unexpected keyword 
argument 'core'"  Asking in #django, I was told core is no longer a valid 
keyword.  http://docs.djangoproject.com/en/dev/ref/models/fields/ 
confirms this.

I am was using 0.62beta of Goflow with Django 1.0Beta2, Python 2.5.

I just checked out trunk, and saw the models still use core=True, so the 
issue still exists.

Original issue reported on code.google.com by pedah...@gmail.com on 28 Aug 2008 at 11:03

GoogleCodeExporter commented 9 years ago
core=True removed at rev 139

Original comment by esimo...@gmail.com on 29 Aug 2008 at 1:10

GoogleCodeExporter commented 9 years ago
Thank you very much for fixing this so quickly.

Original comment by pedah...@gmail.com on 29 Aug 2008 at 10:13