Opened 11 years ago
Closed 11 years ago
#20506 closed Bug (fixed)
Typo in 1.6 DB transactions documentation
Reported by: | yishaibeeri | 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: | yes | UI/UX: | no |
Description
In the "API changes" paragraph: https://docs.djangoproject.com/en/dev/topics/db/transactions/#api-changes
The first sentence:
In Django 1.6, TransactionMiddleware is deprecated and replaced ATOMIC_REQUESTS
Is missing "by" before "ATOMIC_REQUESTS".
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch in pull request 1224 https://github.com/django/django/pull/1224