Opened 4 years ago

Closed 4 years ago

#31352 closed Cleanup/optimization (wontfix)

Document migration dependencies "__latest__" special value.

Reported by: dms-cat Owned by: nobody
Component: Documentation Version: 3.0
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Based on a quick search I can not find the documentation for this special value on djangoproject.com. It is really handy when referring for example to a third party package.

Change History (1)

comment:1 by Mariusz Felisiak, 4 years ago

Resolution: wontfix
Status: newclosed
Summary: Document migration dependencies "__latest__" special valueDocument migration dependencies "__latest__" special value.
Type: UncategorizedCleanup/optimization

__latest__ is not officially supported and we keep it only for backward compatibility. We don't want to encourage users to use it.

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