#2041 closed task (duplicate)
[patch] Schema Evolution, basic functions
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]
Change History (3)
by , 19 years ago
Attachment: | add_field_basics.diff added |
---|
comment:1 by , 19 years ago
comment:2 by , 19 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