#2041 closed task (duplicate)
[patch] Schema Evolution, basic functions
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
apply after applying #2040
This patch adds several functions for an experimental schema evolution support (Add Field, currently only with sqlite3)
The patch does not break any existent behaviour
Part of the {http://case.lazaridis.com/multi/wiki/DjangoSchemaEvolution Django Audit]
Attachments (1)
Change History (3)
by , 18 years ago
Attachment: | add_field_basics.diff added |
---|
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Appears to have been superceded by #2043.
Note:
See TracTickets
for help on using tickets.
Correction: " apply after applying #2040 " is false.
This patch includes already the modification from #2040