-
Notifications
You must be signed in to change notification settings - Fork 34
Home
Rocio Aramberri edited this page Aug 4, 2022
·
32 revisions
- DJ01 - Avoid using null=True on string-based fields such as CharField and TextField
- DJ03 - Avoid passing locals() as context to a render function
- DJ06 - Do not use
exclude
withModelForm
, usefields
instead - DJ07 - Do not use
__all__
withModelForm
, usefields
instead - DJ08 - Model does not define
__str__
method - DJ12 - Order of Model's inner classes, methods, and fields does not follow the Django Style Guide
- DJ13 - @receiver decorator must be on top of all the others