在django模型中存儲年份(YYYY)的最佳方式是什麼?我正在使用一個mysql後端。如何在Django中存儲年份
start_year = models.SmallIntegerField(blank=True, null=True)
?? ??
在django模型中存儲年份(YYYY)的最佳方式是什麼?我正在使用一個mysql後端。如何在Django中存儲年份
start_year = models.SmallIntegerField(blank=True, null=True)
?? ??
您的解決方案沒有問題。您是否有理由不想存儲更多日期信息? – Chris 2013-04-29 20:41:20
我沒有更多信息要存儲。我剛剛發佈了一款產品,但它不包含實際發佈日期。 – David542 2013-04-29 20:46:26
Renenber你可以[寫你的自定義模型字段](https://docs.djangoproject.com/en/dev/howto/custom-model-fields/) – danihp 2013-04-30 07:36:31