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 yishaibeeri, 11 years ago

comment:2 by Baptiste Mispelon, 11 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:3 by Aymeric Augustin <aymeric.augustin@…>, 11 years ago

Resolution: fixed
Status: newclosed

In ae71e3134e87e4cb1631c4d85462ee76116774db:

Merge pull request #1224 from yishaibeeri/master

Fixed #20506 - Typo in transactions docs.

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