When I make a change to my models (only to add a column during development!), Django won't issue any ALTER TABLE statements to update the database. Is there a way to get this implemented or worked around? - other then adding the columns manually?
Note I'm not really looking for a full-migration solution, just something that lets me keep coding as I add columns on the way.