Closed tbrlpld closed 2 years ago
@markfinger Was wondering if you could take a look at this one?
Thanks for the reminder and sorry for the delay. I haven't been near a work computer for a bit.
The changes look great. Unfortunately, I'm not an IC staff member anymore, so I can't merge this. But, I'll ping some folk and see if someone else can. We'll also need to update the PyPI package.
Thanks @markfinger
@mrmachine @Aramgutang would one of you be able to merge these changes and update the PyPI package?
Bump 😅
@tbrlpld updated package now on PyPi
Since Django 3.2 it is not necessary anymore to declare a
default_app_config
is only a single app config is present in theapps.py
.With that declaration, Django throws deprecation warnings like so:
This PR adds a conditional check to only define the
default_app_config
if a Django version lower than 3.2 is used.Closes #23