farhan0581 / django-admin-autocomplete-filter

A simple Django app to render list filters in django admin using autocomplete widget.
GNU General Public License v3.0
351 stars 76 forks source link

0.3 Release Timeline #8

Closed jhnbkr closed 4 years ago

jhnbkr commented 5 years ago

This is a question not an issue.

I am using 0.2 from pypi in a project. I noticed the field_pk was hardcoded to id and began the process of forking/creating a PR.

I then noticed this was patched by @Maks3w in https://github.com/farhan0581/django-admin-autocomplete-filter/commit/67f92fb2738969f3aafc4c89bb95d90946659638

I am currently pointing my virtualenv requirements to the repo directly. Just curious when a new package will be released on pypi.

Thanks :)

dwasyl commented 5 years ago

Just ran into this same issue, any idea if you can issue a new release @farhan0581 ?

farhan0581 commented 5 years ago

I was a little busy but will try my best to upload it by tomorrow.

jhnbkr commented 5 years ago

Bump, any update on this @farhan0581? Anything I can do to assist?

IvanAnishchuk commented 5 years ago

Yeah, maybe there's anything we could do to help? @farhan0581 Review something, clean something up or, perhaps, debug some outstanding issues? Unreleased changes contain a few things I need for my project and I would rather contribute here than go around forking stuff.

farhan0581 commented 5 years ago

0.3 version released, really sorry for the delay , was busy somewhere.

merwok commented 5 years ago

Could you create git tags matching the PyPI tags? It would help people (and tools such as dependabot) for checking differences between versions :)

A changelog text file would also be great!

ulgens commented 5 years ago

@farhan0581 Tags would be really nice :slightly_smiling_face: I have an issue with 0.3 and i'm trying to debug it, but finding no reference to versions on repo makes it harder than it should be.