Groups
Groups
Sign in
Groups
Groups
django-hstore
Conversations
About
Send feedback
Help
Group path
django-hstore
Contact owners and managers
1–30 of 57
Contributors, developers and users of
django-hstore
.
Mark all as read
Report group
0 selected
nemesis
2
2/9/17
Request for help maintaining django-hstore
Opened a github issue: https://github.com/djangonauts/django-hstore/issues/161 Federico On Wednesday,
unread,
Request for help maintaining django-hstore
Opened a github issue: https://github.com/djangonauts/django-hstore/issues/161 Federico On Wednesday,
2/9/17
nemesis
12/8/15
1.4.1 released
More info here: https://github.com/djangonauts/django-hstore/releases/tag/1.4.1
unread,
1.4.1 released
More info here: https://github.com/djangonauts/django-hstore/releases/tag/1.4.1
12/8/15
Szymon Nowicki
,
nemesis
5
12/4/15
get_FIELD_display support in schema mode
Copying, but apparently I made a mistake. The functionality I wanted is already there, but it is
unread,
get_FIELD_display support in schema mode
Copying, but apparently I made a mistake. The functionality I wanted is already there, but it is
12/4/15
nemesis
6/28/15
django-hstore 1.4 released
More info here: https://github.com/djangonauts/django-hstore/releases/tag/1.4.0
unread,
django-hstore 1.4 released
More info here: https://github.com/djangonauts/django-hstore/releases/tag/1.4.0
6/28/15
Balan Victor
,
Nemesis
2
6/11/15
django 1.8 and new postgres specific fields
We intend to gradually wrap / mirror the new core django HStoreField. I would also like to make the
unread,
django 1.8 and new postgres specific fields
We intend to gradually wrap / mirror the new core django HStoreField. I would also like to make the
6/11/15
Nemesis
6/7/15
django 1.8 merged
https://github.com/djangonauts/django-hstore/pull/107 Please test! :-)
unread,
django 1.8 merged
https://github.com/djangonauts/django-hstore/pull/107 Please test! :-)
6/7/15
nemesis
,
Oliver Roick
3
4/29/15
django 1.8 support
Hey Oliver, On 04/29/2015 05:22 PM, Oliver Roick wrote: Hi Federica, Hey I'm Federico, Federica
unread,
django 1.8 support
Hey Oliver, On 04/29/2015 05:22 PM, Oliver Roick wrote: Hi Federica, Hey I'm Federico, Federica
4/29/15
nemesis
4/10/15
django-hstore 1.3.6 released
As promised: github: https://github.com/djangonauts/django-hstore/releases/tag/1.3.6 pypi: https://
unread,
django-hstore 1.3.6 released
As promised: github: https://github.com/djangonauts/django-hstore/releases/tag/1.3.6 pypi: https://
4/10/15
nemesis
3/31/15
Next releases: 1.3.6 and 1.4
Hi everyone, I was thinking to proceed with the next releases in the following way. In 1.3.6 include
unread,
Next releases: 1.3.6 and 1.4
Hi everyone, I was thinking to proceed with the next releases in the following way. In 1.3.6 include
3/31/15
matthieu
,
Nemesis
3
3/24/15
"Concrete class" for schema ?
Hi matthieu, is MultiSelectField a string based field? Implementing new fields involves digging in
unread,
"Concrete class" for schema ?
Hi matthieu, is MultiSelectField a string based field? Implementing new fields involves digging in
3/24/15
honi
, …
matthieu
6
3/24/15
Use "dynamic" schemas defined in the DB
If we can debug our other issue (https://groups.google.com/forum/#!topic/django-hstore/s8e_QD3KaLU)
unread,
Use "dynamic" schemas defined in the DB
If we can debug our other issue (https://groups.google.com/forum/#!topic/django-hstore/s8e_QD3KaLU)
3/24/15
Ruben Quinones
,
nemesis
2
3/17/15
order_by DictionaryField key
Hi, I don't know if this is currently possible, I'm also interested in this. Federico On
unread,
order_by DictionaryField key
Hi, I don't know if this is currently possible, I'm also interested in this. Federico On
3/17/15
Антон Алексаненков
,
nemesis
2
3/17/15
Django dumpdata of model with hstore.DictionaryField
HI Антон, I tried now the dumpdata command and I got no error back. What's your setting? Check
unread,
Django dumpdata of model with hstore.DictionaryField
HI Антон, I tried now the dumpdata command and I got no error back. What's your setting? Check
3/17/15
Jefferson Heard
,
nemesis
3
3/17/15
Switch from Django 1.6 to 1.7.3 with latest django-hstore gives strings instead of dicts
Check out this issue: https://github.com/djangonauts/django-hstore/issues/93 Federico On Monday,
unread,
Switch from Django 1.6 to 1.7.3 with latest django-hstore gives strings instead of dicts
Check out this issue: https://github.com/djangonauts/django-hstore/issues/93 Federico On Monday,
3/17/15
KAUSHAL SINGH
, …
Krzysztof Nazarewski
4
11/22/14
adding new key-value pair to existing data through django ORM
Ok i found the way, first i need to get handle of HStoreManager: class Something(models.Model): data
unread,
adding new key-value pair to existing data through django ORM
Ok i found the way, first i need to get handle of HStoreManager: class Something(models.Model): data
11/22/14
Anthony Lukach
, …
Nemesis
10
11/20/14
Maintaining type via JSON
Apologies if this is uncouth, but bumping with a request for review. Would love to get an idea of
unread,
Maintaining type via JSON
Apologies if this is uncouth, but bumping with a request for review. Would love to get an idea of
11/20/14
wil...@gmail.com
, …
mike....@tivix.com
5
11/13/14
different return values in shell and wsgi
I ended up getting this to work without djangorestframework-hstore. I had to wipe my data after I
unread,
different return values in shell and wsgi
I ended up getting this to work without djangorestframework-hstore. I had to wipe my data after I
11/13/14
nemesis
,
David Muller
2
10/15/14
Contains lookup doesn't seem to support LIKE 'value%' SQL
A little more succinctly what I'd like to do is: do a filter operation on the value of a specific
unread,
Contains lookup doesn't seem to support LIKE 'value%' SQL
A little more succinctly what I'd like to do is: do a filter operation on the value of a specific
10/15/14
nemesis
10/15/14
New HStore field in django.postgres: steal some improvements?
https://github.com/djangonauts/django-hstore/issues/76 How about stealing some improvements from this
unread,
New HStore field in django.postgres: steal some improvements?
https://github.com/djangonauts/django-hstore/issues/76 How about stealing some improvements from this
10/15/14
Victor balan
,
nemesis
2
10/11/14
indexing django hstore virtual fields
On Sat, 11 Oct 2014 03:23:22 -0700 (PDT), Victor balan <balan....@gmail.com> wrote: [CUT]
unread,
indexing django hstore virtual fields
On Sat, 11 Oct 2014 03:23:22 -0700 (PDT), Victor balan <balan....@gmail.com> wrote: [CUT]
10/11/14
nemesis
10/5/14
1.3.4 and 1.3.5 release bring 3 nice features
for schema-mode: reload schema at runtime: https://github.com/djangonauts/django-hstore/releases/tag/
unread,
1.3.4 and 1.3.5 release bring 3 nice features
for schema-mode: reload schema at runtime: https://github.com/djangonauts/django-hstore/releases/tag/
10/5/14
nemesis
9/23/14
Behaviour when null=True really sucks
I tried explaining it here: https://github.com/djangonauts/django-hstore/issues/69
unread,
Behaviour when null=True really sucks
I tried explaining it here: https://github.com/djangonauts/django-hstore/issues/69
9/23/14
Andrey Antukh
,
nemesis
3
9/6/14
HSTORE adapter registration intermittently not applied #47
The new release with the patch is out: https://github.com/djangonauts/django-hstore/releases/tag/1.3.
unread,
HSTORE adapter registration intermittently not applied #47
The new release with the patch is out: https://github.com/djangonauts/django-hstore/releases/tag/1.3.
9/6/14
nemesis
8/26/14
django-rest-framework-hstore
Hoping it might be useful for someone else too: https://github.com/djangonauts/django-rest-framework-
unread,
django-rest-framework-hstore
Hoping it might be useful for someone else too: https://github.com/djangonauts/django-rest-framework-
8/26/14
Leon Sasson
,
nemesis
8
8/26/14
South cannot freeze fields
Hi Leo, You are right, I noticed this yesterday. I did intensive testing both with south and django
unread,
South cannot freeze fields
Hi Leo, You are right, I noticed this yesterday. I did intensive testing both with south and django
8/26/14
nemesis
8/5/14
django-hstore 1.3 released with the new schema mode feature!
django-hstore 1.3 released with the new schema mode feature! https://twitter.com/nemesisdesign/status
unread,
django-hstore 1.3 released with the new schema mode feature!
django-hstore 1.3 released with the new schema mode feature! https://twitter.com/nemesisdesign/status
8/5/14
Nemesis
,
Andrey Antukh
7
7/26/14
Updating the docs on github
Are system package, because they are executed by the shell script. Two commanss shold be found
unread,
Updating the docs on github
Are system package, because they are executed by the shell script. Two commanss shold be found
7/26/14
nemesis
2
7/22/14
Schema mode summary
I encourage everyone who has not yet given feedback to do so. I would like to merge this feature and
unread,
Schema mode summary
I encourage everyone who has not yet given feedback to do so. I would like to merge this feature and
7/22/14
Marcela Campo
,
Nemesis
4
7/7/14
query comparisons on multiple keys of an HStore field
Don't you worry, release often release early, send the pull request so we can take a look at it
unread,
query comparisons on multiple keys of an HStore field
Don't you worry, release often release early, send the pull request so we can take a look at it
7/7/14
Marcela Campo
, …
Nemesis
6
7/4/14
querying hstore field
That would be great, I just saw the new feature discussion in GitHub, I am looking forward it! Thanks
unread,
querying hstore field
That would be great, I just saw the new feature discussion in GitHub, I am looking forward it! Thanks
7/4/14