#9674 closed (fixed)
app_label missing from documentation
Reported by: | Andy McKay | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | john@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
http://docs.djangoproject.com/en/dev/ref/models/options/#ref-models-options
This doesn't mention app_label, I was pointing someone at it from irc and surprised to see it's not there. I did find it in:
But I was wondering if the former page should have it, to me its a very useful attribute of Meta since it allows models.py to be broken down into multiple files.
Attachments (1)
Change History (8)
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 16 years ago
Component: | Uncategorized → Documentation |
---|
by , 15 years ago
Attachment: | 9674.patch added |
---|
comment:3 by , 15 years ago
Has patch: | set |
---|---|
Version: | 1.0 → SVN |
comment:4 by , 15 years ago
Cc: | added |
---|
comment:5 by , 15 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [11596]) Fixed #9674 - documented app_label.
Thanks to andymckay for the report and jpaulett for the patch.