Opened 5 months ago

Closed 5 months ago

Last modified 5 months ago

#35084 closed Cleanup/optimization (fixed)

Recommend reusable app module names use a `django_` prefix

Reported by: Adam Johnson Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: 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

Following discussion on the forum, update the “How to write reusable apps” tutorial to recommend packaged modules have a django_ prefix.

Change History (5)

comment:1 by Adam Johnson, 5 months ago

Summary: Recommend third-party package module names use a `django_` prefixRecommend reusable app module names use a `django_` prefix

comment:2 by Mariusz Felisiak, 5 months ago

Component: PackagingDocumentation
Triage Stage: UnreviewedAccepted

Sounds reasonable.

TBH, I don't think that such a small cleanup requires a ticket.

comment:3 by Mariusz Felisiak, 5 months ago

Has patch: set
Triage Stage: AcceptedReady for checkin

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 5 months ago

Resolution: fixed
Status: assignedclosed

In 05f1243:

Fixed #35084 -- Recommended 'django_' prefix for reusable app modules.

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 5 months ago

In 4818a13:

[5.0.x] Fixed #35084 -- Recommended 'django_' prefix for reusable app modules.

Backport of 05f124348e72c1dcf1f6e5de72ffc1f67ad9aa77 from main

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