jazzband / django-model-utils

Django model mixins and utilities.
https://django-model-utils.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.66k stars 365 forks source link

Remove excerpt field workaround for South FakeORM #610

Closed mthuurne closed 5 months ago

mthuurne commented 6 months ago

South FakeORM hasn't been supported since fda2d39e, but the workaround introduced in 9147becf evaded deletion. The NoRendered model was removed in 9df3df99, but with that model gone, the no_excerpt_field argument became obsolete as well.

foarsitter commented 6 months ago

Can you add an entry to the change log? Something like

SplitField no longer accepts no_excerpt_field as keyword argument