#8028 closed (fixed)
Small docstring fix for BaseDatabaseOperations.value_to_db_*
| Reported by: | Leo Soto M. | Owned by: | nobody |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
On #7560 I mistakenly copied two docstrings without tweaking them later. This patch solves this.
Attachments (1)
Change History (6)
by , 17 years ago
| Attachment: | docstring_fix_on_backends.diff added |
|---|
comment:1 by , 17 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 17 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:3 by , 17 years ago
| milestone: | 1.0 beta → 1.0 |
|---|
comment:4 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8146]) Fixed #8028 -- A couple of small docstring fixes from [8131]. Thanks, Leo Soto.