質問編集履歴
4
書式改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,11 +4,9 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
現状わかっていることは、modelかfiltersetのクラス変数を記述しないといけない、ということくらいです。
|
7
|
+
現状わかっていることは、ListViewのようにmodelかfiltersetのクラス変数を記述しないといけない、ということくらいです。
|
8
8
|
|
9
|
-
[ソース](You must provide either a model or filterset_class argument, similar to ListView in Django itself:
|
10
|
-
|
11
|
-
https://django-filter.readthedocs.io/en/stable/guide/usage.html?highlight=filterview#generic-view-configuration)
|
9
|
+
[ソース](https://django-filter.readthedocs.io/en/stable/guide/usage.html?highlight=filterview#generic-view-configuration)
|
12
10
|
|
13
11
|
|
14
12
|
|
3
説明追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,14 @@
|
|
1
1
|
##質問
|
2
2
|
|
3
3
|
「django_filters.views.FilterView」という場所にある、FilterViewクラスの構造、ソースがわかるリファレンスを探しています。
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
現状わかっていることは、modelかfiltersetのクラス変数を記述しないといけない、ということくらいです。
|
8
|
+
|
9
|
+
[ソース](You must provide either a model or filterset_class argument, similar to ListView in Django itself:
|
10
|
+
|
11
|
+
https://django-filter.readthedocs.io/en/stable/guide/usage.html?highlight=filterview#generic-view-configuration)
|
4
12
|
|
5
13
|
|
6
14
|
|
2
説明追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
##質問
|
2
2
|
|
3
|
-
「django_filters.views.FilterView」という場所にある、FilterViewクラスの構造がわかるリファレンスを探しています。
|
3
|
+
「django_filters.views.FilterView」という場所にある、FilterViewクラスの構造、ソースがわかるリファレンスを探しています。
|
4
4
|
|
5
5
|
|
6
6
|
|
@@ -14,4 +14,4 @@
|
|
14
14
|
|
15
15
|
##経緯
|
16
16
|
|
17
|
-
djangoで作成されたサイトのコードを読んで勉強している中で、当該のFilterViewクラスが継承されていたので、元のクラス構造の
|
17
|
+
djangoで作成されたサイトのコードを読んで勉強している中で、当該のFilterViewクラスが継承されていたので、元のクラス構造のソースを確認したいと思い、[https://django-filter.readthedocs.io/](https://django-filter.readthedocs.io/en/stable/search.html?q=filterview&check_keywords=yes&area=default) 内を検索してみましたが、期待した情報がヒットしませんでした。(自分が見つけれていないだけの可能性も多分にあると思います。)
|
1
リンク更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,4 +14,4 @@
|
|
14
14
|
|
15
15
|
##経緯
|
16
16
|
|
17
|
-
djangoで作成されたサイトのコードを読んで勉強している中で、当該のFilterViewクラスが継承されていたので、元のクラス構造の全体像を確認したいと思い、[https://django-filter.readthedocs.io/](https://django-filter.readthedocs.io/) 内を検索してみましたが、期待した情報がヒットしませんでした。(自分が見つけれていないだけの可能性も多分にあると思います。)
|
17
|
+
djangoで作成されたサイトのコードを読んで勉強している中で、当該のFilterViewクラスが継承されていたので、元のクラス構造の全体像を確認したいと思い、[https://django-filter.readthedocs.io/](https://django-filter.readthedocs.io/en/stable/search.html?q=filterview&check_keywords=yes&area=default) 内を検索してみましたが、期待した情報がヒットしませんでした。(自分が見つけれていないだけの可能性も多分にあると思います。)
|