79476134

Date: 2025-02-28 16:28:18
Score: 0.5
Natty:
Report link

This is due to compatibility issues between older versions of Python and Django when handling function signatures.. for example, related_lookup_fields is Deprecated in Django Admin such that the part related_lookup_fields = { 'fk': ['article'], } should be replaced by autocomplete_fields = ["article"] or just remove it entirely. So in a nutshell this will fix only THAT part and you'd have to go over each section of the code i.e. just move over to newer version

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Chagbert