Jacob Coffee
Jacob Coffee
Investigate separately these non-failing warnings ``` WARNINGS: SponsorshipBenefit: (ordered_model.W003) OrderedModelBase subclass has a ModelManager that does not inherit from OrderedModelManager. This is not ideal but will work. SponsorshipPackage: (ordered_model.W003) OrderedModelBase...
all that remains is https://github.com/python/pythondotorg/actions/runs/15639586106/job/44063439645?pr=2741 mentioned above me thinks
Methodology was to run `git ls-files -z -- '*.py' | xargs -0r uvx run django-upgrade --target-vers ion 5.2` which didnt change much, didn't catch the `length_is` deprecation for example, then...
yeah sorry, i thought if i put it in the commit message it would link it
doh... before i do all the migrations and things, do you think overriding the name on the NameSlugModel and adding the validator is still the best path @ewdurbin? I'm okay...
 
Thanks @hogsmead and @parasj93 , would either of you like to open a PR to resolve?
@adistrim Sure! Have at it :) Let me know if you need assistance
@karnrautela if you are still up for it, you can submit a PR and I'll review!
@karnrautela sure– 1. You'll want to set up your dev environment (see: https://github.com/python/pythondotorg/blob/main/docs/source/install.md) 2. Investigate some of the files that would contain the issue - https://github.com/python/pythondotorg/blob/4e2bd048f74878dde67cded083168ce2a17fc839/static/sass/style.scss - https://github.com/python/pythondotorg/blob/4e2bd048f74878dde67cded083168ce2a17fc839/templates/base.html - Maybe...