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

2018-03-31 Thread Gerald Brown
I had run migrations several times. The last migration said "Nothing changed.". However today when I rebooted my system the fields were gone so I guess the reboot took care of them. Thanks for your reply. On Saturday, March 31, 2018 at 12:54:14 AM UTC+8, Andrew Korir wrote: > > have you tried

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

2018-03-31 Thread Gerald Brown
On Friday, March 30, 2018 at 9:31:11 PM UTC+8, Gerald Brown 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

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

2018-03-30 Thread Andrew Korir
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 wrote: > I am using Django 2.0.3 and Python 3.6. When I delete a field in the > model file it

When deleting field in models admin form not updating.

2018-03-30 Thread Gerald Brown
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