lincolnloop / django-dynamic-raw-id

(formerly known as django-salmonella) A raw_id_fields widget replacement that handles display of an object's string value on change and can be overridden via a template.
MIT License
163 stars 55 forks source link

Update classifiers based on latest commit & compatibility matrix #82

Closed jacklinke closed 2 years ago

jacklinke commented 2 years ago

Recent changes have been made, but the classifiers were out of date, which will reflect on PyPI. Updated to match latest project compatibility.

bartTC commented 2 years ago

I had these classifiers in at first but then I saw how often I forgot to update them. Are those actually used by a tool or pypi UI?

jacklinke commented 2 years ago

I know they're browseable on PyPI, and displayed on the project profile, but I'm not sure which other tools use them.

Now I'm wondering if that's how djangopackages.com determines python version 🤔