On Tuesday, June 21, 2016 at 4:00:51 PM UTC+2, Tim Graham wrote: > > No, it's not as simple as reverting the removal commit [0]. All the legacy > schema generation methods are removed too [1]. > We don't want to add them back >
I know. > but rather use the SQL generation from the migrations system (SchemaEditor > classes). Please read this thread closely and look at Andrew's pull request > [2]. > > It is complicated for such simple job (dumping model schema to sql) but I'll give a try, just later. Currently I must backport JSONField from 1.9 to 1.8, because I can't upgrade 1.8.6 to 1.9, because it has removed `sql*` commands. Marcin. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/81ceed6e-b3c2-41ae-89dd-b41fa4c23ed2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
