79318795

Date: 2024-12-30 23:00:51
Score: 1
Natty:
Report link

I was losing my sanity until I thought of changing the object from a list to a set:

class AuthorAdmin(admin.ModelAdmin):
    inlines = ( BookInline, )

I'm using python 3.12 and Django 5

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Guillem G.