Opened 5 years ago
Closed 5 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 , 5 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Summary: | Document migration dependencies "__latest__" special value → Document migration dependencies "__latest__" special value. |
Type: | Uncategorized → Cleanup/optimization |
Note:
See TracTickets
for help on using tickets.
__latest__
is not officially supported and we keep it only for backward compatibility. We don't want to encourage users to use it.