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 14 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 15 years ago by Jacob

Triage Stage: UnreviewedAccepted

comment:2 Changed 14 years ago by Thejaswi Puthraya

Component: UncategorizedDocumentation

Changed 14 years ago by John Paulett

Attachment: 9674.patch added

comment:3 Changed 14 years ago by John Paulett

Has patch: set
Version: 1.0SVN

comment:4 Changed 14 years ago by John Paulett

Cc: john@… added

comment:5 Changed 14 years ago by Chris Beaven

Triage Stage: AcceptedReady for checkin

comment:6 Changed 14 years ago by Luke Plant

Resolution: fixed
Status: newclosed

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

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

comment:7 Changed 14 years ago by Luke Plant

(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