Ticket #34555 ModelBase prevents addition of model Fields via __init_subclass__

2023-05-11 Thread hottwaj
Hi there, I opened the above ticket and submitted a PR with fix and test added. I was asked to bring the issue here for wider review before the ticket is re-opened (if that is what people agree to do) For reference, links to the ticket and PR are: https://code.djangoproject.com/ticket/34555 htt

Re: Ticket #34555 ModelBase prevents addition of model Fields via __init_subclass__

2023-05-16 Thread hottwaj
:) I separately wrote a further change and initial unittests that would allow `_meta` to be added/modified in `__init_subclass__` - please see diff (relative to changes proposed for #34555) here: https://github.com/hottwaj/django/pull/1/files My plan was/is to submit this as a separate issue/PR i