Friday, March 30, 2018

Re: When deleting field in models admin form not updating.

have you tried to run migrations on that particular app in your django project

python manage.py makemigrations app_name

python manage.py migrate app_name

On Fri, Mar 30, 2018 at 4:27 PM, Gerald Brown <gsbrown43@gmail.com> wrote:
I am using Django 2.0.3 and Python 3.6.  When I delete a field in the model file it is NOT being deleted in the admin form.  Any ideas on how I can delete the field on the admin form?

Thanks.

--
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3274bd21-77ec-4778-9af5-89c4c0daa12f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGG8WjLKRwMtHu%3DD2O5G8gQYtwjZS7AMMxr1kdvqA9dEvkB46w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment