Django

Code

Ticket #9674 (closed: fixed)

Opened 1 year ago

Last modified 6 months ago

app_label missing from documentation

Reported by: andymckay Assigned to: nobody
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: john@7oars.com Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

9674.patch (0.6 kB) - added by jpaulett on 08/25/09 20:15:10.

Change History

02/26/09 17:26:01 changed by jacob

  • needs_better_patch changed.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • needs_docs changed.

05/06/09 22:43:05 changed by thejaswi_puthraya

  • component changed from Uncategorized to Documentation.

08/25/09 20:15:10 changed by jpaulett

  • attachment 9674.patch added.

08/25/09 20:15:30 changed by John Paulett

  • has_patch set to 1.
  • version changed from 1.0 to SVN.

08/25/09 20:20:26 changed by jpaulett

  • cc set to john@7oars.com.

09/14/09 17:20:45 changed by SmileyChris

  • stage changed from Accepted to Ready for checkin.

09/28/09 16:58:21 changed by lukeplant

  • status changed from new to closed.
  • resolution set to fixed.

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

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

09/28/09 17:04:20 changed by lukeplant

(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.


Add/Change #9674 (app_label missing from documentation)




Change Properties
Action