Opened 15 years ago
Closed 15 years ago
#14188 closed (duplicate)
permalink docs import mistake
| Reported by: | TomV | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | import | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The first example has:
from django.db import models @models.permalink def get_absolute_url(self):
which is fine. But
from django.db.models import permalink @models.permalink def get_absolute_url(self):
won't work. Patch makes consistent with first example.
Note:
See TracTickets
for help on using tickets.
sorry, dup submission.