Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/gfk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Consider such a model:
View example for QuerySetSequence and Select2
=============================================

To enable the use for QuerySetSequence we need to add 'dal_queryset_sequence'
to :django:setting:`INSTALLED_APPS`.

We'll need a view that will provide results for the select2 frontend, and that
uses QuerySetSequence as the backend. Let's try
:py:class:`~dal_select2_queryset_sequence.views.Select2QuerySetSequenceView`
Expand Down
3 changes: 3 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ This is to override the ``jquery.init.js`` script provided by the admin, which
sets up jQuery with ``noConflict``, making jQuery available in
``django.jQuery`` only and not ``$``.

To enable more DAL functionalities we will have to add other DAL apps
to :django:setting:`INSTALLED_APPS`, such as 'dal_queryset_sequence' ...

Note: If you are trying to install from git, please make sure you are not using
**zip/archive** url of the repo ``django-autocomplete-light`` since it will not
contain required submodules automatically. Otherwise these submodules will then
Expand Down