Sunday, November 29, 2015

Re: Can you remove a model's last field of SQLite3 in Django 1.8?

On Sunday, 29 November 2015 17:17:54 UTC, KwangYoun Jung wrote:
Can you remove a model's last field of SQLite3 in Django 1.8?

I have a model that has only one column in SQLite3.
When I remove a last field of the model, I get an error like below

django.db.utils.OperationalError: near ")": syntax error

Anyone knows about this issue ?

No, nobody knows anything about this issue because you didn't give any details. What does "remove a last field" mean? When are you getting that error? What code did you run?
--
DR. 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2b4881ad-e68f-4279-9ab5-990e443b0a31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment