1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-07-08 04:25:42 +00:00
Commit graph

4 commits

Author SHA1 Message Date
Gao Jiangmiao
7db8d91435 Fix on_delete of ForeignKey and OneToOneField for migrations 2019-08-19 09:12:19 +08:00
Gao Jiangmiao
3488661dc9 Migrate to django 2.2.4
The django.core.urlresolvers module is removed in favor of its new location, django.urls.
The on_delete argument for ForeignKey and OneToOneField is required in models and migrations.
2019-08-16 13:07:59 +08:00
Gao Jiangmiao
a4d74a09a6 Migrate source code to python 3.7 and refine code style 2019-08-16 12:59:37 +08:00
catborise
aa32d826d9 django on_delete statement is must after than 2018-08-08 14:50:58 +03:00