Opened 10 years ago
Last modified 13 months ago
#25197 new New feature
Add a more friendly widget for HStoreField
| Reported by: | gam_phon | Owned by: | |
|---|---|---|---|
| Component: | contrib.admin | Version: | dev |
| Severity: | Normal | Keywords: | widget |
| Cc: | Marc Tamlyn, someuniquename@…, Ülgen Sarıkavak, Alexander Lazarević | Triage Stage: | Accepted |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | yes |
| Easy pickings: | no | UI/UX: | yes |
Change History (14)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
| Version: | 1.8 → master |
|---|
comment:3 by , 10 years ago
| Cc: | added |
|---|---|
| Easy pickings: | unset |
| Summary: | Widget for HStoreField → Add a more friendly widget for HStoreField |
| Triage Stage: | Unreviewed → Accepted |
comment:4 by , 10 years ago
A good admin widget for HStore, as with ArrayField would be good. Both require javascript, which is less of a problem now we can test it.
In django-hstore I think you have to customise the widget yourself, it may be nice if there was a way to extend the admin site to choose a different form field/widget automatically, but this may be unnecessary and is a more difficult problem to solve.
We can't easily include django-hstore's widget directly as it uses underscore templating.
comment:5 by , 10 years ago
I ran into this recently, and found django-hstore's widget a trivial drop in that did the job.
I'm happy to work on re-engineering it to remove the other dependencies, if nobody objects.
comment:6 by , 10 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:7 by , 10 years ago
So is this feature would be really nice. But judging by the lack of activity, should I assume it's dead?
comment:8 by , 10 years ago
As I recall, FunkyBob got discouraged at the lack of feedback on the django-developers thread.
comment:11 by , 5 years ago
| Component: | contrib.postgres → contrib.admin |
|---|
comment:12 by , 4 years ago
| Owner: | removed |
|---|---|
| Status: | assigned → new |
comment:13 by , 20 months ago
| Cc: | added |
|---|
comment:14 by , 13 months ago
| Cc: | added |
|---|

Marc, your thoughts on this?