Opened 18 years ago
Closed 18 years ago
#3223 closed defect (fixed)
Missing # in "documentation/model_api section" "Field name restrictions"
Reported by: | 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
There's an missing # in the example:
class Example(models.Model):
foobar = models.IntegerField() 'foobar' has two underscores!
Should be:
class Example(models.Model):
foobar = models.IntegerField() # 'foobar' has two underscores!
Change History (2)
comment:1 by , 18 years ago
Version: | 0.95 |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Code-escaped lines:
should be: