Re: How to use django.contrib.postgres.forms widgets in the admin site

2016-08-16 Thread François Schiettecatte
gt; But when I have used that email it is invalid, so I continue to receive > dozens of emails? > > Any ideas? > > Thanks, > Liz > > > From: django-users@googlegroups.com on behalf > of Jay Sheldon > Sent: 16 August 2016 08:55 > To: Django users > Subject: H

Re: How to use django.contrib.postgres.forms widgets in the admin site

2016-08-16 Thread Elizabeth Mawer
jango users Subject: How to use django.contrib.postgres.forms widgets in the admin site Hi there, I just recently updated my database to postgres, looking to play with the django supported field types HStoreField and JSONField (reference: https://docs.djangoproject.com/en/1.8/ref/contrib/postgres/f

How to use django.contrib.postgres.forms widgets in the admin site

2016-08-16 Thread Jay Sheldon
Hi there, I just recently updated my database to postgres, looking to play with the django supported field types HStoreField and JSONField (reference: https://docs.djangoproject.com/en/1.8/ref/contrib/postgres/fields/ ) I got the install working fine, but in my admin section - the widgets that