Re: django-admin doesn't display choices and it's not possible to select one

2021-09-22 Thread Mariangeles Mendoza
Hi, Eureka!!! Benjamin, you are right. I changed my browser and it worked. Thank for you advice. Best wishes, Maria On Tuesday, September 21, 2021 at 9:41:18 AM UTC+2 Mariangeles Mendoza wrote: > Thank you very much!!! > > I will try other browsers. I have used Firefox and Brave. &

Re: django-admin doesn't display choices and it's not possible to select one

2021-09-21 Thread Mariangeles Mendoza
Thank you very much!!! I will try other browsers. I have used Firefox and Brave. No, I am not using other custom widget. Thanks again, Maria On Monday, September 20, 2021 at 1:59:25 PM UTC+2 bnmng wrote: > Hi. I don't see anything in your code samples that would cause this. > One line in

django-admin doesn't display choices and it's not possible to select one

2021-09-13 Thread Mariangeles Mendoza
Hi, I'm very new in Django. I'm making a cv, but I don't get select a choice through the django-admin web. I've searched solutions in the community but I cant't solve it. My code is: *Models.py* class Article(models.Model): year = models.PositiveIntegerField(