#1492 closed defect (fixed)
Typo in transations.txt
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | magic-removal |
| Severity: | minor | 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
There is a small mistake on source:/django/branches/magic-removal/docs/transactions.txt, line 68
@transaction.autocommit
should be
@autocommit
Note:
See TracTickets
for help on using tickets.
(In [2513]) magic-removal: Fixed #1492 -- Fixed typo in docs/transactions.txt. Thanks, Armin.