stephenmcd / mezzanine

CMS framework for Django
http://mezzanine.jupo.org
BSD 2-Clause "Simplified" License
4.76k stars 1.65k forks source link

fix: removed deprecated _get_val_from_obj #1988

Closed fepe55 closed 3 years ago

fepe55 commented 3 years ago

In 2.0 Django deprecated _get_val_from_obj[1] and should be replaced with value_from_object

[1]: See https://code.djangoproject.com/ticket/24716

jerivas commented 3 years ago

Fixed in #1980