Inspectopedia
 
2024.3

Django ORM error

Warning
New
Last modified: 03 December 2024

Reports several methods that may not be called due to some ORM reasons.

Example:

The remove function can not be called if the foreign key has null=False.