Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#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:

http://docs.djangoproject.com/en/dev/ref/contrib/contenttypes/#django.contrib.contenttypes.models.ContentType.app_label

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)

9674.patch (625 bytes ) - added by John Paulett 15 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 by Jacob, 15 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Thejaswi Puthraya, 15 years ago

Component: UncategorizedDocumentation

by John Paulett, 15 years ago

Attachment: 9674.patch added

comment:3 by John Paulett, 15 years ago

Has patch: set
Version: 1.0SVN

comment:4 by John Paulett, 15 years ago

Cc: john@… added

comment:5 by Chris Beaven, 15 years ago

Triage Stage: AcceptedReady for checkin

comment:6 by Luke Plant, 14 years ago

Resolution: fixed
Status: newclosed

(In [11596]) Fixed #9674 - documented app_label.

Thanks to andymckay for the report and jpaulett for the patch.

comment:7 by Luke Plant, 14 years ago

(In [11597]) [1.1.X] Fixed #9674 - documented app_label.

Thanks to andymckay for the report and jpaulett for the patch.

Backport for [11596] from trunk.

Note: See TracTickets for help on using tickets.
Back to Top