Opened 13 years ago
Closed 12 years ago
#20340 closed Cleanup/optimization (fixed)
disable_constraint_checking needs better documentation
| Reported by: | Michael Manfre | Owned by: | nobody |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | 1.4 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The docstring and base implementation of disable_constraint_checking do not indicate that a return value is expected for proper behavior.
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
| Component: | Documentation → Database layer (models, ORM) |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
| Type: | Bug → Cleanup/optimization |
comment:3 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/1028