Modify ↓
#9720 closed defect (fixed)
[PATCH] Wrong docstring for Environment.backup()
Reported by: | Felix Schwarz | Owned by: | Felix Schwarz |
---|---|---|---|
Priority: | lowest | Milestone: | 0.12.2 |
Component: | general | Version: | 0.12dev |
Severity: | trivial | Keywords: | |
Cc: | lists@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Environment.backup() has a wrong docstring: Actually it says that backup is sqlite-specific which is wrong since also MySQL and postgres got backup functionality.
Attachments (1)
Change History (6)
by , 14 years ago
Attachment: | fix_env_backup_docstring.patch added |
---|
comment:1 by , 14 years ago
Cc: | added |
---|---|
Keywords: | review added |
Milestone: | → 0.12.2 |
Summary: | Wrong docstring for Environment.backup() → [PATCH] Wrong docstring for Environment.backup() |
Moving it to 0.12.2 because it's a trivial defect.
comment:2 by , 14 years ago
Owner: | set to |
---|
comment:4 by , 14 years ago
Owner: | changed from | to
---|
comment:5 by , 14 years ago
Keywords: | review removed |
---|
Note:
See TracTickets
for help on using tickets.
I'm not sure if the backup file name pattern is actually correct. I think it contains the db type and a timestamp.