Opened 18 years ago
Closed 18 years ago
#2141 closed defect (fixed)
bad indentation in example code
Reported by: | Ramiro Morales | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | |
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
The two examples here are missing the indentation in the save methods:
http://www.djangoproject.com/documentation/model_api/#overriding-default-model-methods
Note:
See TracTickets
for help on using tickets.
(In [3126]) Fixed #2141 -- corrected indentation problems in a couple of the code fragments.