Opened 13 years ago
Closed 13 years ago
#16783 closed New feature (wontfix)
Don't validate models on runfcgi
Reported by: | Ivan Sagalaev | Owned by: | Ivan Sagalaev |
---|---|---|---|
Component: | Core (Management commands) | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
runfcgi now requires model validation. However in production validation does more harm than it helps. It prevents site from starting up at all and showing any useful information (a pretty 500.html or partially working site). Besides, production is not the best place to debug validation errors anyway.
I think simply dropping model validation on runfcgi is a good solution.
Note:
See TracTickets
for help on using tickets.
Talked to Jacob. A summary:
Decision: WONTFIX