Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
django モデルに Datefield がある場合、モデル オブジェクトから可能なすべての月の値を取得するにはどうすればよいですか? したがって、date = 22.01.2013 の object1 と date = 23.05.2013 の object2 がある場合、月のリスト [01, 05] または [1, 5] を取得する必要があります。