django-admin-hstore-widget icon indicating copy to clipboard operation
django-admin-hstore-widget copied to clipboard

JavaScript support

Open codingjoe opened this issue 4 years ago • 4 comments

Hi there,

This is just what I was looking for, really appreciate the good work <3

I noticed the JavaScript code might need a little work following the issue to get this into Django admin itself. I am the dude who merged select2 into the admin and have some experience with Django's love hate relationship with JavaScript. If you are looking for some help improving your JS code and potentially paving the way to get this into Django itself, I'd be happy to help.

Best, Joe

codingjoe avatar Mar 01 '21 18:03 codingjoe

Hi @codingjoe,

I was wondering what was the work required to merge this extensions functionality inside django core?

baseplate-admin avatar Sep 08 '23 05:09 baseplate-admin

Since Django dropped the citext integration, I don't know how people would feel about adding JS code for hstore support. A good first step would be to create an issue. However, a working 3rd party solution with community interested helps.

I'd love to invest some time here, but I haven't really heard back from a maintainer.

codingjoe avatar Nov 24 '23 10:11 codingjoe

I'd love to invest some time here, but I haven't really heard back from a maintainer.

This seems to be the problem, i think the better alternative here is to fork it and continue development that way.

I would really like to contribute to this repository but everything seems very inactive here

baseplate-admin avatar Dec 15 '23 16:12 baseplate-admin

Hi, @codingjoe, sorry for ping.

I have decided to hard fork the project ( the code was quite old and very error prone to be honest ).

Here is :

  • The repo
  • Pypi Package
  • My reasoning :
    • https://github.com/PokaInc/django-admin-hstore-widget/issues/27#issue-2582951879

I am very open to any suggestions you have regarding this package.

thank you.

baseplate-admin avatar Oct 12 '24 12:10 baseplate-admin