You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hello,
I am trying to understand the sqlite3 backend, especially the register_converter part.
I wanted to understand why are those converters put in place? I commented out this registration and even then was able to to query the database in django shell via the ORM.. Even raw query execution returned correct results.
Is it there to maintain backward compatibility ? (guessing)