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

2016-08-16 Thread François Schiettecatte
Go to the group web page at :

https://groups.google.com/group/django-users

Click on the My Settings icon (human figure and gear icon, top right) and click 
‘Leave this group’

François


> On Aug 16, 2016, at 6:28 AM, Elizabeth Mawer  
> wrote:
> 
> Hi
> 
> I accidentally got signed up with this group and actually don't want to 
> receive emails.
> How do I unsubscribe?
> At the bottom of this email it says: To unsubscribe from this group and stop 
> receiving emails from it, send an email to 
> django-users+unsubscr...@googlegroups.com.
> 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: 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/fields/ )
> 
> I got the install working fine, but in my admin section - the widgets that 
> come with HStoreField is not appearing (reference: 
> https://docs.djangoproject.com/en/1.8/ref/contrib/postgres/forms/ )
> 
> I cant see to figure out how to get the admin side to use the widget for 
> HStoreField.
> 
> Any ideas?
> 
> Thank you very much,
> Jay
> -- 
> 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+unsubscr...@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/ce96dfbc-765d-4fb8-9ea8-9c6b3fa5017c%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+unsubscr...@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/VI1PR07MB14708EEBB3B8CBB3C3DB6DEFC3130%40VI1PR07MB1470.eurprd07.prod.outlook.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+unsubscr...@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/B6918EDB-AA0E-453A-9A67-A6D7C242B057%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2016-08-16 Thread Elizabeth Mawer
Hi


I accidentally got signed up with this group and actually don't want to receive 
emails.

How do I unsubscribe?

At the bottom of this email it says: To unsubscribe from this group and stop 
receiving emails from it, send an email to 
django-users+unsubscr...@googlegroups.com<mailto:django-users+unsubscr...@googlegroups.com>.

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: 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/fields/ )

I got the install working fine, but in my admin section - the widgets that come 
with HStoreField is not appearing (reference: 
https://docs.djangoproject.com/en/1.8/ref/contrib/postgres/forms/ )

I cant see to figure out how to get the admin side to use the widget for 
HStoreField.

Any ideas?

Thank you very much,
Jay

--
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+unsubscr...@googlegroups.com<mailto:django-users+unsubscr...@googlegroups.com>.
To post to this group, send email to 
django-users@googlegroups.com<mailto: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/ce96dfbc-765d-4fb8-9ea8-9c6b3fa5017c%40googlegroups.com<https://groups.google.com/d/msgid/django-users/ce96dfbc-765d-4fb8-9ea8-9c6b3fa5017c%40googlegroups.com?utm_medium=email&utm_source=footer>.
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+unsubscr...@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/VI1PR07MB14708EEBB3B8CBB3C3DB6DEFC3130%40VI1PR07MB1470.eurprd07.prod.outlook.com.
For more options, visit https://groups.google.com/d/optout.


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 
come with HStoreField is not appearing (reference: 
https://docs.djangoproject.com/en/1.8/ref/contrib/postgres/forms/ )

I cant see to figure out how to get the admin side to use the widget for 
HStoreField.

Any ideas?

Thank you very much,
Jay

-- 
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+unsubscr...@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/ce96dfbc-765d-4fb8-9ea8-9c6b3fa5017c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.