diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-10 11:29:02 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-10 11:29:02 +0100 |
commit | 22d25cd2ebe2d6023e430512db989f8a6b16dc7d (patch) | |
tree | ad2a67c9c118abb0ed734394bc1945974e74477c /ishtar_common | |
parent | 5607545254aac2c470627f601627726034815075 (diff) | |
download | Ishtar-22d25cd2ebe2d6023e430512db989f8a6b16dc7d.tar.bz2 Ishtar-22d25cd2ebe2d6023e430512db989f8a6b16dc7d.zip |
Document generation: WIP on basket
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/views.py b/ishtar_common/views.py index a4b979bd9..e1e5b3d17 100644 --- a/ishtar_common/views.py +++ b/ishtar_common/views.py @@ -1803,7 +1803,6 @@ def gen_generate_doc(model): return func - class SearchQueryMixin(object): """ Manage content type and profile init |