django-handyhelpers 0.3.35__tar.gz → 0.3.36__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/PKG-INFO +2 -2
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/django_handyhelpers.egg-info/PKG-INFO +2 -2
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/__init__.py +1 -1
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/mixins/serializer_mixins.py +12 -12
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/serializers.py +1 -1
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/.github/workflows/python-publish.yaml +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/.gitignore +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/MANIFEST.in +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/django_handyhelpers.egg-info/SOURCES.txt +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/django_handyhelpers.egg-info/dependency_links.txt +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/django_handyhelpers.egg-info/requires.txt +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/django_handyhelpers.egg-info/top_level.txt +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/docs/Makefile +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/docs/make.bat +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/docs/source/_static/internals.rst +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/docs/source/about.rst +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/docs/source/conf.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/docs/source/features.rst +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/docs/source/index.rst +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/docs/source/installation.rst +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/docs/source/internals.rst +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/docs/source/license.rst +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/docs/source/version_history.rst +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/apps.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/checks.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/context_processors.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/drf_permissions.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/forms.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/lookups.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/management/__init__.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/management/commands/__init__.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/management/commands/_private.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/management/commands/add_superuser.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/management/commands/add_user.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/management/commands/admin_templates/admin.jinja +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/management/commands/create_admin.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/managers.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/middleware.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/mixins/__init__.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/mixins/form_mixins.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/mixins/model_mixins.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/mixins/view_mixins.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/mixins/viewset_mixins.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/models.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/permissions.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/querysets.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/handyhelpers/css/handyhelper-cards.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/handyhelpers/css/sidebar.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/handyhelpers/css/table_sortable.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/handyhelpers/css/zoom-cards.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/handyhelpers/css/zoom-groups.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/handyhelpers/js/sidebar.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/handyhelpers/js/table_sortable.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/handyhelpers/js/zoom-cards.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/.bin/acorn +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/.bin/css-b64-images +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/.bin/esbuild +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/.bin/html-minifier-terser +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/.bin/minify +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/.bin/terser +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/.bin/uglifyjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/.package-lock.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/.yarn-integrity +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@esbuild/linux-x64/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@esbuild/linux-x64/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/LICENSE.txt +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/attribution.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/all.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/all.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/brands.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/brands.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/fontawesome.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/fontawesome.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/regular.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/regular.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/solid.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/solid.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/svg-with-js.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/svg-with-js.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/v4-font-face.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/v4-font-face.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/v4-shims.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/v4-shims.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/v5-font-face.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/css/v5-font-face.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/all.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/all.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/brands.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/brands.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/conflict-detection.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/conflict-detection.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/fontawesome.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/fontawesome.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/regular.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/regular.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/solid.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/solid.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/v4-shims.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/js/v4-shims.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_animated.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_bordered-pulled.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_core.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_fixed-width.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_icons.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_list.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_mixins.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_rotated-flipped.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_screen-reader.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_shims.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_sizing.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_stacked.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/_variables.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/brands.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/fontawesome.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/regular.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/solid.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/less/v4-shims.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/metadata/categories.yml +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/metadata/icon-families.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/metadata/icon-families.yml +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/metadata/icons.yml +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/metadata/shims.yml +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/metadata/sponsors.yml +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_animated.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_bordered-pulled.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_core.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_fixed-width.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_functions.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_icons.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_list.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_mixins.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_rotated-flipped.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_screen-reader.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_shims.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_sizing.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_stacked.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/_variables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/brands.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/regular.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/solid.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/scss/v4-shims.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/sprites/brands.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/sprites/regular.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/sprites/solid.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/42-group.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/500px.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/accessible-icon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/accusoft.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/adn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/adversal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/affiliatetheme.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/airbnb.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/algolia.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/alipay.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/amazon-pay.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/amazon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/amilia.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/android.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/angellist.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/angrycreative.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/angular.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/app-store-ios.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/app-store.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/apper.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/apple-pay.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/apple.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/artstation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/asymmetrik.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/atlassian.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/audible.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/autoprefixer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/avianex.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/aviato.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/aws.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bandcamp.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/battle-net.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/behance.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bilibili.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bimobject.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bitbucket.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bitcoin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bity.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/black-tie.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/blackberry.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/blogger-b.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/blogger.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bluetooth-b.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bluetooth.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bootstrap.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/bots.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/btc.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/buffer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/buromobelexperte.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/buy-n-large.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/buysellads.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/canadian-maple-leaf.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-amazon-pay.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-amex.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-apple-pay.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-diners-club.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-discover.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-jcb.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-mastercard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-paypal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-stripe.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cc-visa.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/centercode.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/centos.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/chrome.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/chromecast.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cloudflare.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cloudscale.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cloudsmith.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cloudversify.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cmplid.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/codepen.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/codiepie.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/confluence.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/connectdevelop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/contao.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cotton-bureau.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cpanel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-by.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc-eu.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc-jp.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nc.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-nd.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-pd-alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-pd.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-remix.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sa.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sampling-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-sampling.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-share.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons-zero.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/creative-commons.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/critical-role.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/css3-alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/css3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/cuttlefish.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/d-and-d-beyond.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/d-and-d.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/dailymotion.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/dashcube.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/deezer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/delicious.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/deploydog.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/deskpro.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/dev.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/deviantart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/dhl.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/diaspora.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/digg.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/digital-ocean.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/discord.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/discourse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/dochub.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/docker.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/draft2digital.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/dribbble.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/dropbox.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/drupal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/dyalog.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/earlybirds.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ebay.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/edge-legacy.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/edge.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/elementor.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ello.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ember.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/empire.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/envira.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/erlang.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ethereum.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/etsy.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/evernote.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/expeditedssl.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/facebook-f.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/facebook-messenger.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/facebook.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fantasy-flight-games.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fedex.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fedora.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/figma.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/firefox-browser.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/firefox.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/first-order-alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/first-order.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/firstdraft.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/flickr.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/flipboard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fly.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/font-awesome.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fonticons-fi.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fonticons.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fort-awesome-alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fort-awesome.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/forumbee.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/foursquare.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/free-code-camp.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/freebsd.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/fulcrum.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/galactic-republic.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/galactic-senate.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/get-pocket.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gg-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gg.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/git-alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/git.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/github-alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/github.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gitkraken.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gitlab.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gitter.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/glide-g.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/glide.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gofore.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/golang.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/goodreads-g.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/goodreads.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/google-drive.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/google-pay.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/google-play.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/google-plus-g.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/google-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/google-wallet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/google.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gratipay.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/grav.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gripfire.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/grunt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/guilded.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/gulp.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hacker-news.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hackerrank.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hashnode.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hips.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hire-a-helper.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hive.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hooli.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hornbill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hotjar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/houzz.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/html5.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/hubspot.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ideal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/imdb.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/instagram.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/instalod.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/intercom.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/internet-explorer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/invision.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ioxhost.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/itch-io.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/itunes-note.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/itunes.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/java.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/jedi-order.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/jenkins.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/jira.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/joget.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/joomla.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/js.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/jsfiddle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/kaggle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/keybase.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/keycdn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/kickstarter-k.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/kickstarter.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/korvue.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/laravel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/lastfm.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/leanpub.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/less.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/line.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/linkedin-in.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/linkedin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/linode.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/linux.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/lyft.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/magento.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mailchimp.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mandalorian.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/markdown.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mastodon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/maxcdn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mdb.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/medapps.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/medium.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/medrt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/meetup.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/megaport.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mendeley.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/meta.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/microblog.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/microsoft.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mix.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mixcloud.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mixer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/mizuni.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/modx.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/monero.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/napster.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/neos.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/nfc-directional.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/nfc-symbol.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/nimblr.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/node-js.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/node.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/npm.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ns8.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/nutritionix.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/octopus-deploy.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/odnoklassniki.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/old-republic.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/opencart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/openid.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/opera.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/optin-monster.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/orcid.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/osi.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/padlet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/page4.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pagelines.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/palfed.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/patreon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/paypal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/perbyte.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/periscope.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/phabricator.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/phoenix-framework.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/phoenix-squadron.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/php.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pied-piper-alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pied-piper-hat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pied-piper-pp.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pied-piper.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pinterest-p.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pinterest.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pix.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/playstation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/product-hunt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/pushed.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/python.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/qq.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/quinscape.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/quora.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/r-project.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/raspberry-pi.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ravelry.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/react.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/reacteurope.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/readme.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/rebel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/red-river.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/reddit-alien.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/reddit.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/redhat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/renren.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/replyd.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/researchgate.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/resolving.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/rev.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/rocketchat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/rockrms.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/rust.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/safari.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/salesforce.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sass.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/schlix.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/screenpal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/scribd.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/searchengin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sellcast.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sellsy.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/servicestack.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/shirtsinbulk.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/shopify.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/shopware.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/simplybuilt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sistrix.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sith.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sitrox.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sketch.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/skyatlas.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/skype.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/slack.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/slideshare.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/snapchat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/soundcloud.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sourcetree.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/space-awesome.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/speakap.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/speaker-deck.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/spotify.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-behance.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-dribbble.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-facebook.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-font-awesome-stroke.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-font-awesome.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-git.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-github.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-gitlab.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-google-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-hacker-news.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-instagram.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-js.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-lastfm.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-odnoklassniki.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-pied-piper.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-pinterest.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-reddit.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-snapchat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-steam.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-tumblr.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-twitter.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-viadeo.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-vimeo.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-whatsapp.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-xing.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/square-youtube.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/squarespace.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/stack-exchange.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/stack-overflow.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/stackpath.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/staylinked.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/steam-symbol.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/steam.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/sticker-mule.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/strava.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/stripe-s.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/stripe.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/studiovinari.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/stumbleupon-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/stumbleupon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/superpowers.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/supple.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/suse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/swift.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/symfony.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/teamspeak.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/telegram.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/tencent-weibo.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/the-red-yeti.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/themeco.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/themeisle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/think-peaks.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/tiktok.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/trade-federation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/trello.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/tumblr.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/twitch.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/twitter.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/typo3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/uber.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ubuntu.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/uikit.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/umbraco.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/uncharted.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/uniregistry.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/unity.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/unsplash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/untappd.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ups.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/usb.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/usps.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/ussunnah.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/vaadin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/viacoin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/viadeo.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/viber.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/vimeo-v.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/vimeo.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/vine.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/vk.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/vnv.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/vuejs.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/watchman-monitoring.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/waze.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/weebly.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/weibo.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/weixin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/whatsapp.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/whmcs.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wikipedia-w.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/windows.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wirsindhandwerk.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wix.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wizards-of-the-coast.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wodu.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wolf-pack-battalion.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wordpress-simple.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wordpress.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wpbeginner.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wpexplorer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wpforms.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/wpressr.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/xbox.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/xing.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/y-combinator.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/yahoo.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/yammer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/yandex-international.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/yandex.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/yarn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/yelp.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/yoast.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/youtube.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/brands/zhihu.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/address-book.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/address-card.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/bell-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/bell.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/bookmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/building.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/calendar-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/calendar-days.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/calendar-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/calendar-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/calendar-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/calendar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/chart-bar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/chess-bishop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/chess-king.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/chess-knight.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/chess-pawn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/chess-queen.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/chess-rook.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-dot.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-pause.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-play.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-question.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-stop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-user.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/clipboard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/clock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/clone.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/closed-captioning.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/comment-dots.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/comment.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/comments.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/compass.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/copy.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/copyright.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/credit-card.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/envelope-open.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/envelope.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/eye-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/eye.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-angry.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-dizzy.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-flushed.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-frown-open.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-frown.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grimace.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-beam-sweat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-beam.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-hearts.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-squint-tears.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-squint.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-stars.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-tears.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-tongue-squint.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-tongue-wink.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-tongue.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-wide.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin-wink.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-grin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-kiss-beam.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-kiss-wink-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-kiss.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-laugh-beam.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-laugh-squint.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-laugh-wink.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-laugh.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-meh-blank.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-meh.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-rolling-eyes.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-sad-cry.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-sad-tear.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-smile-beam.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-smile-wink.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-smile.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-surprise.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/face-tired.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-audio.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-code.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-excel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-image.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-lines.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-pdf.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-powerpoint.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-video.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-word.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file-zipper.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/file.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/flag.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/floppy-disk.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/folder-closed.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/folder-open.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/folder.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/font-awesome.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/futbol.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/gem.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-back-fist.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-lizard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-peace.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-point-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-point-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-point-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-point-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-pointer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-scissors.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand-spock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hand.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/handshake.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hard-drive.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hospital.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hourglass-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/hourglass.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/id-badge.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/id-card.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/image.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/images.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/keyboard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/lemon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/life-ring.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/lightbulb.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/map.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/message.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/money-bill-1.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/moon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/newspaper.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/note-sticky.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/object-group.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/object-ungroup.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/paper-plane.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/paste.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/pen-to-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/rectangle-list.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/rectangle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/registered.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/share-from-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/snowflake.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square-caret-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square-caret-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square-caret-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square-caret-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square-full.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/star-half-stroke.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/star-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/star.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/sun.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/thumbs-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/thumbs-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/trash-can.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/user.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/window-maximize.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/window-minimize.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/regular/window-restore.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/0.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/1.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/4.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/5.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/6.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/7.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/8.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/9.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/a.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/address-book.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/address-card.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/align-center.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/align-justify.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/align-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/align-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/anchor-circle-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/anchor-circle-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/anchor-circle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/anchor-lock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/anchor.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/angle-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/angle-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/angle-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/angle-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/angles-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/angles-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/angles-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/angles-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ankh.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/apple-whole.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/archway.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-1-9.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-9-1.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-a-z.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-long.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-short-wide.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-up-across-line.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-up-lock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-wide-short.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down-z-a.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-left-long.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-pointer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-right-arrow-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-right-from-bracket.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-right-long.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-right-to-bracket.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-right-to-city.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-rotate-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-rotate-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-trend-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-trend-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-turn-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-turn-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-1-9.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-9-1.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-a-z.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-from-bracket.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-from-ground-water.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-from-water-pump.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-long.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-right-dots.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-right-from-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-short-wide.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-wide-short.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up-z-a.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrow-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-down-to-line.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-down-to-people.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-left-right-to-line.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-left-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-rotate.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-spin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-split-up-and-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-to-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-to-dot.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-to-eye.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-turn-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-turn-to-dots.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-up-down-left-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-up-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/arrows-up-to-line.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/asterisk.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/at.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/atom.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/audio-description.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/austral-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/award.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/b.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/baby-carriage.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/baby.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/backward-fast.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/backward-step.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/backward.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bacon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bacteria.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bacterium.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bag-shopping.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bahai.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/baht-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ban-smoking.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ban.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bandage.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/barcode.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bars-progress.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bars-staggered.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bars.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/baseball-bat-ball.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/baseball.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/basket-shopping.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/basketball.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bath.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/battery-empty.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/battery-full.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/battery-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/battery-quarter.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/battery-three-quarters.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bed-pulse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bed.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/beer-mug-empty.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bell-concierge.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bell-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bell.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bezier-curve.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bicycle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/binoculars.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/biohazard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bitcoin-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/blender-phone.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/blender.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/blog.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bold.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bolt-lightning.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bolt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bomb.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bone.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bong.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-atlas.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-bible.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-bookmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-journal-whills.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-open-reader.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-open.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-quran.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-skull.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book-tanakh.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/book.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bookmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/border-all.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/border-none.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/border-top-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bore-hole.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bottle-droplet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bottle-water.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bowl-food.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bowl-rice.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bowling-ball.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/box-archive.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/box-open.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/box-tissue.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/box.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/boxes-packing.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/boxes-stacked.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/braille.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/brain.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/brazilian-real-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bread-slice.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bridge-circle-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bridge-circle-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bridge-circle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bridge-lock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bridge-water.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bridge.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/briefcase-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/briefcase.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/broom-ball.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/broom.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/brush.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bucket.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bug-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bug.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bugs.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-circle-arrow-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-circle-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-circle-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-circle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-columns.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-flag.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-lock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-ngo.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-shield.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-un.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-user.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building-wheat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/building.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bullhorn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bullseye.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/burger.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/burst.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bus-simple.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/bus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/business-time.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/c.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cable-car.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cake-candles.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calculator.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar-day.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar-days.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar-week.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/calendar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/camera-retro.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/camera-rotate.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/camera.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/campground.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/candy-cane.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cannabis.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/capsules.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/car-battery.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/car-burst.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/car-on.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/car-rear.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/car-side.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/car-tunnel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/car.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/caravan.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/caret-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/caret-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/caret-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/caret-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/carrot.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cart-arrow-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cart-flatbed-suitcase.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cart-flatbed.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cart-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cart-shopping.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cash-register.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cedi-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cent-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/certificate.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chair.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chalkboard-user.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chalkboard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/champagne-glasses.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/charging-station.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chart-area.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chart-bar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chart-column.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chart-gantt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chart-line.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chart-pie.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chart-simple.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/check-double.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/check-to-slot.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cheese.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chess-bishop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chess-board.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chess-king.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chess-knight.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chess-pawn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chess-queen.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chess-rook.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chess.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chevron-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chevron-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chevron-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/chevron-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/child-dress.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/child-reaching.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/child-rifle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/child.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/children.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/church.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-arrow-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-arrow-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-arrow-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-arrow-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-chevron-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-chevron-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-chevron-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-chevron-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-dollar-to-slot.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-dot.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-h.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-half-stroke.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-info.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-nodes.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-notch.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-pause.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-play.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-question.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-radiation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-stop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-user.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/city.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clapperboard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clipboard-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clipboard-list.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clipboard-question.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clipboard-user.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clipboard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clock-rotate-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clone.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/closed-captioning.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-arrow-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-arrow-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-bolt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-meatball.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-moon-rain.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-moon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-rain.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-showers-heavy.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-showers-water.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-sun-rain.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud-sun.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cloud.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/clover.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/code-branch.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/code-commit.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/code-compare.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/code-fork.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/code-merge.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/code-pull-request.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/code.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/coins.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/colon-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/comment-dollar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/comment-dots.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/comment-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/comment-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/comment-sms.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/comment.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/comments-dollar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/comments.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/compact-disc.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/compass-drafting.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/compass.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/compress.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/computer-mouse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/computer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cookie-bite.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cookie.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/copy.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/copyright.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/couch.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cow.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/credit-card.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/crop-simple.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/crop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cross.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/crosshairs.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/crow.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/crown.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/crutch.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cruzeiro-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cube.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cubes-stacked.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/cubes.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/d.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/database.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/delete-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/democrat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/desktop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dharmachakra.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/diagram-next.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/diagram-predecessor.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/diagram-project.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/diagram-successor.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/diamond-turn-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/diamond.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-d20.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-d6.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-five.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-four.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-one.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-six.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-three.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice-two.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dice.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/disease.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/display.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/divide.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dna.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dog.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dollar-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dolly.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dong-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/door-closed.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/door-open.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dove.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/down-left-and-up-right-to-center.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/down-long.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/download.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dragon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/draw-polygon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/droplet-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/droplet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/drum-steelpan.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/drum.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/drumstick-bite.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dumbbell.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dumpster-fire.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dumpster.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/dungeon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/e.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ear-deaf.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ear-listen.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/earth-africa.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/earth-americas.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/earth-asia.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/earth-europe.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/earth-oceania.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/egg.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/eject.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/elevator.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ellipsis-vertical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ellipsis.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/envelope-circle-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/envelope-open-text.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/envelope-open.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/envelope.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/envelopes-bulk.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/equals.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/eraser.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ethernet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/euro-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/expand.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/explosion.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/eye-dropper.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/eye-low-vision.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/eye-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/eye.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/f.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-angry.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-dizzy.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-flushed.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-frown-open.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-frown.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grimace.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-beam-sweat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-beam.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-hearts.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-squint-tears.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-squint.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-stars.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-tears.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-tongue-squint.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-tongue-wink.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-tongue.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-wide.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin-wink.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-grin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-kiss-beam.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-kiss-wink-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-kiss.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-laugh-beam.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-laugh-squint.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-laugh-wink.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-laugh.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-meh-blank.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-meh.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-rolling-eyes.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-sad-cry.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-sad-tear.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-smile-beam.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-smile-wink.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-smile.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-surprise.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/face-tired.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fan.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/faucet-drip.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/faucet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fax.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/feather-pointed.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/feather.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ferry.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-arrow-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-arrow-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-audio.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-circle-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-circle-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-circle-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-circle-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-circle-question.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-circle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-code.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-contract.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-csv.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-excel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-export.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-image.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-import.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-invoice-dollar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-invoice.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-lines.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-pdf.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-pen.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-powerpoint.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-prescription.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-shield.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-signature.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-video.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-waveform.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-word.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file-zipper.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/file.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fill-drip.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/film.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/filter-circle-dollar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/filter-circle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/filter.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fingerprint.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fire-burner.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fire-extinguisher.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fire-flame-curved.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fire-flame-simple.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fire.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fish-fins.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/fish.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/flag-checkered.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/flag-usa.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/flag.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/flask-vial.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/flask.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/floppy-disk.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/florin-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/folder-closed.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/folder-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/folder-open.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/folder-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/folder-tree.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/folder.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/font-awesome.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/font.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/football.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/forward-fast.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/forward-step.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/forward.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/franc-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/frog.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/futbol.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/g.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gamepad.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gas-pump.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gauge-high.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gauge-simple-high.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gauge-simple.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gauge.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gavel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gear.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gears.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gem.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/genderless.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ghost.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gift.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gifts.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/glass-water-droplet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/glass-water.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/glasses.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/globe.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/golf-ball-tee.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gopuram.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/graduation-cap.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/greater-than-equal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/greater-than.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/grip-lines-vertical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/grip-lines.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/grip-vertical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/grip.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/group-arrows-rotate.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/guarani-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/guitar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/gun.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/h.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hammer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hamsa.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-back-fist.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-dots.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-fist.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-holding-dollar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-holding-droplet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-holding-hand.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-holding-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-holding-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-holding.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-lizard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-middle-finger.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-peace.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-point-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-point-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-point-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-point-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-pointer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-scissors.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-sparkles.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand-spock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hand.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/handcuffs.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands-asl-interpreting.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands-bound.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands-bubbles.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands-clapping.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands-holding-child.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands-holding-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands-holding.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands-praying.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hands.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/handshake-angle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/handshake-simple-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/handshake-simple.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/handshake-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/handshake.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hanukiah.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hard-drive.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hashtag.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hat-cowboy-side.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hat-cowboy.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hat-wizard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/head-side-cough-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/head-side-cough.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/head-side-mask.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/head-side-virus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heading.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/headphones-simple.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/headphones.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/headset.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart-circle-bolt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart-circle-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart-circle-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart-circle-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart-circle-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart-circle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart-crack.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart-pulse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/helicopter-symbol.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/helicopter.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/helmet-safety.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/helmet-un.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/highlighter.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hill-avalanche.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hill-rockslide.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hippo.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hockey-puck.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/holly-berry.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/horse-head.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/horse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hospital-user.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hospital.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hot-tub-person.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hotdog.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hotel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hourglass-end.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hourglass-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hourglass-start.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hourglass.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-chimney-crack.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-chimney-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-chimney-user.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-chimney-window.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-chimney.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-circle-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-circle-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-circle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-crack.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-fire.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-flag.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-flood-water-circle-arrow-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-flood-water.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-laptop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-lock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-medical-circle-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-medical-circle-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-medical-circle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-medical-flag.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-signal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-tsunami.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house-user.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/house.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hryvnia-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/hurricane.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/i-cursor.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/i.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ice-cream.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/icicles.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/icons.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/id-badge.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/id-card-clip.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/id-card.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/igloo.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/image-portrait.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/image.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/images.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/inbox.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/indent.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/indian-rupee-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/industry.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/infinity.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/info.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/italic.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/j.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/jar-wheat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/jar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/jedi.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/jet-fighter-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/jet-fighter.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/joint.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/jug-detergent.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/k.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/kaaba.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/key.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/keyboard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/khanda.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/kip-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/kit-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/kitchen-set.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/kiwi-bird.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/l.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/land-mine-on.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/landmark-dome.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/landmark-flag.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/landmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/language.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/laptop-code.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/laptop-file.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/laptop-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/laptop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lari-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/layer-group.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/leaf.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/left-long.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/left-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lemon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/less-than-equal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/less-than.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/life-ring.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lightbulb.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lines-leaning.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/link-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/link.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lira-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/list-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/list-ol.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/list-ul.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/list.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/litecoin-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/location-arrow.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/location-crosshairs.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/location-dot.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/location-pin-lock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/location-pin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lock-open.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/locust.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lungs-virus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/lungs.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/m.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/magnet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/magnifying-glass-arrow-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/magnifying-glass-chart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/magnifying-glass-dollar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/magnifying-glass-location.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/magnifying-glass-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/magnifying-glass-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/magnifying-glass.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/manat-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/map-location-dot.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/map-location.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/map-pin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/map.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/marker.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mars-and-venus-burst.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mars-and-venus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mars-double.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mars-stroke-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mars-stroke-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mars-stroke.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mars.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/martini-glass-citrus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/martini-glass-empty.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/martini-glass.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mask-face.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mask-ventilator.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mask.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/masks-theater.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mattress-pillow.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/maximize.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/medal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/memory.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/menorah.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mercury.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/message.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/meteor.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/microchip.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/microphone-lines-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/microphone-lines.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/microphone-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/microphone.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/microscope.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mill-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/minimize.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mitten.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mobile-button.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mobile-retro.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mobile-screen-button.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mobile-screen.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mobile.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-bill-1-wave.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-bill-1.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-bill-transfer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-bill-trend-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-bill-wave.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-bill-wheat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-bill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-bills.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-check-dollar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/money-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/monument.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/moon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mortar-pestle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mosque.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mosquito-net.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mosquito.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/motorcycle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mound.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mountain-city.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mountain-sun.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mountain.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mug-hot.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/mug-saucer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/music.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/n.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/naira-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/network-wired.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/neuter.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/newspaper.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/not-equal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/note-sticky.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/notes-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/o.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/object-group.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/object-ungroup.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/oil-can.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/oil-well.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/om.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/otter.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/outdent.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/p.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pager.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/paint-roller.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/paintbrush.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/palette.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pallet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/panorama.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/paper-plane.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/paperclip.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/parachute-box.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/paragraph.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/passport.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/paste.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pause.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/paw.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/peace.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pen-clip.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pen-fancy.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pen-nib.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pen-ruler.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pen-to-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pen.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pencil.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/people-arrows.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/people-carry-box.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/people-group.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/people-line.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/people-pulling.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/people-robbery.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/people-roof.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pepper-hot.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/percent.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-arrow-down-to-line.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-arrow-up-from-line.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-biking.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-booth.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-breastfeeding.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-burst.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-cane.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-chalkboard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-circle-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-circle-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-circle-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-circle-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-circle-question.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-circle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-digging.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-dots-from-line.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-dress-burst.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-dress.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-drowning.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-falling-burst.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-falling.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-half-dress.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-harassing.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-hiking.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-military-pointing.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-military-rifle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-military-to-person.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-praying.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-pregnant.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-rays.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-rifle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-running.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-shelter.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-skating.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-skiing-nordic.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-skiing.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-snowboarding.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-swimming.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-through-window.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-walking-arrow-loop-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-walking-arrow-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-walking-dashed-line-arrow-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-walking-luggage.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-walking-with-cane.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person-walking.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/person.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/peseta-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/peso-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/phone-flip.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/phone-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/phone-volume.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/phone.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/photo-film.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/piggy-bank.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pills.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pizza-slice.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/place-of-worship.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane-arrival.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane-circle-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane-circle-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane-circle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane-departure.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane-lock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plane.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plant-wilt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plate-wheat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/play.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plug-circle-bolt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plug-circle-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plug-circle-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plug-circle-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plug-circle-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plug-circle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plug.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plus-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/podcast.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/poo-storm.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/poo.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/poop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/power-off.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/prescription-bottle-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/prescription-bottle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/prescription.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/print.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pump-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/pump-soap.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/puzzle-piece.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/q.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/qrcode.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/question.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/quote-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/quote-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/r.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/radiation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/radio.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rainbow.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ranking-star.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/receipt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/record-vinyl.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rectangle-ad.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rectangle-list.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rectangle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/recycle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/registered.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/repeat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/reply-all.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/reply.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/republican.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/restroom.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/retweet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ribbon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/right-from-bracket.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/right-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/right-long.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/right-to-bracket.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ring.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/road-barrier.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/road-bridge.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/road-circle-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/road-circle-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/road-circle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/road-lock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/road-spikes.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/road.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/robot.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rocket.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rotate-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rotate-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rotate.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/route.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rss.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ruble-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rug.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ruler-combined.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ruler-horizontal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ruler-vertical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ruler.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rupee-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/rupiah-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/s.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sack-dollar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sack-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sailboat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/satellite-dish.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/satellite.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/scale-balanced.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/scale-unbalanced-flip.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/scale-unbalanced.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/school-circle-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/school-circle-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/school-circle-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/school-flag.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/school-lock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/school.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/scissors.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/screwdriver-wrench.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/screwdriver.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/scroll-torah.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/scroll.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sd-card.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/section.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/seedling.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/server.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shapes.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/share-from-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/share-nodes.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/share.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sheet-plastic.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shekel-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shield-cat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shield-dog.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shield-halved.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shield-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shield-virus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shield.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ship.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shirt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shoe-prints.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shop-lock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shop-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shower.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shrimp.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shuffle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/shuttle-space.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sign-hanging.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/signal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/signature.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/signs-post.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sim-card.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sink.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sitemap.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/skull-crossbones.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/skull.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sleigh.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sliders.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/smog.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/smoking.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/snowflake.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/snowman.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/snowplow.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/soap.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/socks.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/solar-panel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sort-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sort-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sort.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/spa.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/spaghetti-monster-flying.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/spell-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/spider.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/spinner.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/splotch.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/spoon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/spray-can-sparkles.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/spray-can.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-arrow-up-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-caret-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-caret-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-caret-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-caret-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-envelope.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-full.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-h.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-nfi.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-parking.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-pen.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-person-confined.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-phone-flip.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-phone.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-poll-horizontal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-poll-vertical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-root-variable.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-rss.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-share-nodes.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-up-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-virus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/staff-snake.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/stairs.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/stamp.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/stapler.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/star-and-crescent.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/star-half-stroke.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/star-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/star-of-david.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/star-of-life.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/star.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sterling-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/stethoscope.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/stop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/stopwatch-20.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/stopwatch.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/store-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/store.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/street-view.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/strikethrough.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/stroopwafel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/subscript.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/suitcase-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/suitcase-rolling.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/suitcase.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sun-plant-wilt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/sun.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/superscript.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/swatchbook.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/synagogue.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/syringe.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/t.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/table-cells-large.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/table-cells.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/table-columns.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/table-list.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/table-tennis-paddle-ball.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/table.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tablet-button.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tablet-screen-button.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tablet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tablets.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tachograph-digital.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tag.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tags.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tape.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tarp-droplet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tarp.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/taxi.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/teeth-open.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/teeth.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-arrow-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-arrow-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-empty.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-full.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-high.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-low.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-quarter.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/temperature-three-quarters.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tenge-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tent-arrow-down-to-line.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tent-arrow-left-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tent-arrow-turn-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tent-arrows-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tent.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tents.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/terminal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/text-height.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/text-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/text-width.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/thermometer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/thumbs-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/thumbs-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/thumbtack.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ticket-simple.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/ticket.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/timeline.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/toggle-off.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/toggle-on.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/toilet-paper-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/toilet-paper.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/toilet-portable.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/toilet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/toilets-portable.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/toolbox.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tooth.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/torii-gate.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tornado.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tower-broadcast.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tower-cell.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tower-observation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tractor.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trademark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/traffic-light.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trailer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/train-subway.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/train-tram.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/train.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/transgender.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trash-arrow-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trash-can-arrow-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trash-can.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tree-city.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tree.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/triangle-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trophy.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trowel-bricks.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/trowel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-arrow-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-droplet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-fast.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-field-un.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-field.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-front.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-monster.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-moving.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-pickup.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-plane.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck-ramp-box.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/truck.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tty.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/turkish-lira-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/turn-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/turn-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/tv.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/u.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/umbrella-beach.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/umbrella.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/underline.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/universal-access.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/unlock-keyhole.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/unlock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/up-down-left-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/up-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/up-long.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/up-right-and-down-left-from-center.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/up-right-from-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/upload.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-astronaut.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-clock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-doctor.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-gear.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-graduate.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-group.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-injured.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-large-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-large.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-lock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-ninja.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-nurse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-pen.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-secret.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-shield.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-tag.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-tie.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/user.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/users-between-lines.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/users-gear.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/users-line.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/users-rays.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/users-rectangle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/users-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/users-viewfinder.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/users.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/utensils.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/v.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/van-shuttle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vault.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vector-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/venus-double.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/venus-mars.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/venus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vest-patches.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vest.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vial-circle-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vial-virus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vial.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vials.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/video-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/video.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vihara.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/virus-covid-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/virus-covid.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/virus-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/virus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/viruses.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/voicemail.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/volcano.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/volleyball.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/volume-high.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/volume-low.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/volume-off.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/volume-xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/vr-cardboard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/w.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/walkie-talkie.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wallet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wand-magic-sparkles.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wand-magic.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wand-sparkles.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/warehouse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/water-ladder.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/water.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wave-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/weight-hanging.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/weight-scale.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wheat-awn-circle-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wheat-awn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wheelchair-move.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wheelchair.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/whiskey-glass.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wifi.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wind.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/window-maximize.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/window-minimize.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/window-restore.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wine-bottle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wine-glass-empty.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wine-glass.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/won-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/worm.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/wrench.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/x-ray.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/xmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/xmarks-lines.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/y.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/yen-sign.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/yin-yang.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/svgs/solid/z.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2 +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2 +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2 +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2 +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/gen-mapping/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/gen-mapping/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/gen-mapping/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/resolve-uri/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/resolve-uri/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/resolve-uri/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/set-array/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/set-array/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.umd.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/set-array/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/source-map/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/source-map/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.cjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.cjs.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.mjs.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.umd.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.umd.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/source-map/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/trace-mapping/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/trace-mapping/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@jridgewell/trace-mapping/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/LICENSE.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/enums.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/enums.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/enums.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-base.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-base.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-base.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-lite.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-lite.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-lite.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/createPopper.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/contains.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getBoundingClientRect.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getClippingRect.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getCompositeRect.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getComputedStyle.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getDocumentElement.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getDocumentRect.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getHTMLElementScroll.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getLayoutRect.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getNodeName.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getNodeScroll.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getOffsetParent.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getParentNode.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getScrollParent.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getViewportRect.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getWindow.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getWindowScroll.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/getWindowScrollBarX.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/instanceOf.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/isLayoutViewport.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/isScrollParent.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/isTableElement.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/dom-utils/listScrollParents.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/enums.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/applyStyles.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/arrow.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/computeStyles.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/eventListeners.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/flip.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/hide.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/offset.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/popperOffsets.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/preventOverflow.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/popper-base.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/popper-lite.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/popper.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/types.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/computeAutoPlacement.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/computeOffsets.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/debounce.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/detectOverflow.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/expandToHashMap.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/getAltAxis.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/getAltLen.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/getBasePlacement.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/getFreshSideObject.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/getMainAxisFromPlacement.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/getOppositePlacement.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/getOppositeVariationPlacement.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/getVariation.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/math.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/mergeByName.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/mergePaddingObject.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/orderModifiers.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/rectToClientRect.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/uniqueBy.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/userAgent.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/within.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.min.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.min.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.min.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.min.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.min.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.min.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.min.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.min.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/createPopper.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/createPopper.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/createPopper.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/contains.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/contains.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/contains.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getNodeName.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getNodeName.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getNodeName.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getParentNode.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getParentNode.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getParentNode.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindow.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindow.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindow.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/instanceOf.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/instanceOf.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/instanceOf.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isTableElement.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isTableElement.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/isTableElement.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/enums.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/enums.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/enums.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/index.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/applyStyles.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/applyStyles.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/applyStyles.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/arrow.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/arrow.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/arrow.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/computeStyles.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/computeStyles.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/computeStyles.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/eventListeners.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/eventListeners.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/eventListeners.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/flip.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/flip.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/flip.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/hide.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/hide.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/hide.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/index.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/offset.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/offset.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/offset.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/popperOffsets.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/popperOffsets.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/popperOffsets.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/preventOverflow.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/preventOverflow.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/preventOverflow.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper-base.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper-base.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper-base.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper-lite.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper-lite.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper-lite.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/popper.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/types.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/types.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/types.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeOffsets.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeOffsets.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeOffsets.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/debounce.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/debounce.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/debounce.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/detectOverflow.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/detectOverflow.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/detectOverflow.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/expandToHashMap.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/expandToHashMap.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/expandToHashMap.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getAltAxis.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getAltAxis.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getAltAxis.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getAltLen.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getAltLen.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getAltLen.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getBasePlacement.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getBasePlacement.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getBasePlacement.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getFreshSideObject.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getFreshSideObject.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getFreshSideObject.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getOppositePlacement.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getOppositePlacement.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getOppositePlacement.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getVariation.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getVariation.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/getVariation.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/math.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/math.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/math.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/mergeByName.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/mergeByName.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/mergeByName.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/mergePaddingObject.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/mergePaddingObject.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/mergePaddingObject.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/orderModifiers.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/orderModifiers.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/orderModifiers.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/rectToClientRect.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/rectToClientRect.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/rectToClientRect.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/uniqueBy.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/uniqueBy.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/uniqueBy.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/userAgent.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/userAgent.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/userAgent.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/within.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/within.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/lib/utils/within.js.flow +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@popperjs/core/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@putout/minify/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@putout/minify/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@putout/minify/bundle/minify.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@putout/minify/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/core/Visitor.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/core/Visitor.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/core/binding.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/core/binding.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/core/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/core/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/core/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/core/postinstall.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/core/spack.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/core/spack.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/core/util.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/core/util.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/swc.linux-x64-gnu.node +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/counter/CHANGELOG.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/counter/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/counter/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/counter/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/types/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/types/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/types/assumptions.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/types/assumptions.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/types/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/types/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/@swc/types/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/acorn/CHANGELOG.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/acorn/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/acorn/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/acorn/bin/acorn +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/acorn/dist/acorn.d.mts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/acorn/dist/acorn.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/acorn/dist/acorn.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/acorn/dist/acorn.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/acorn/dist/bin.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/acorn/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/animate.compat.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/animate.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/animate.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/_base.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/_vars.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/animate.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/bounce.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/flash.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/headShake.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/heartBeat.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/jello.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/pulse.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/rubberBand.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/shake.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/shakeX.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/shakeY.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/swing.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/tada.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/attention_seekers/wobble.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/back_entrances/backInDown.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/back_entrances/backInLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/back_entrances/backInRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/back_entrances/backInUp.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/back_exits/backOutDown.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/back_exits/backOutLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/back_exits/backOutRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/back_exits/backOutUp.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_entrances/bounceIn.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_entrances/bounceInDown.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_entrances/bounceInLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_entrances/bounceInRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_entrances/bounceInUp.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_exits/bounceOut.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_exits/bounceOutDown.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_exits/bounceOutLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_exits/bounceOutRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/bouncing_exits/bounceOutUp.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeIn.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInBottomLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInBottomRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInDown.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInDownBig.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInLeftBig.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInRightBig.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInTopLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInTopRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInUp.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_entrances/fadeInUpBig.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOut.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutBottomLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutBottomRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutDown.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutDownBig.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutLeftBig.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutRightBig.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutTopLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutTopRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutUp.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/fading_exits/fadeOutUpBig.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/flippers/flip.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/flippers/flipInX.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/flippers/flipInY.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/flippers/flipOutX.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/flippers/flipOutY.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/lightspeed/lightSpeedInLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/lightspeed/lightSpeedInRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/lightspeed/lightSpeedOutLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/lightspeed/lightSpeedOutRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_entrances/rotateIn.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_entrances/rotateInDownLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_entrances/rotateInDownRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_entrances/rotateInUpLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_entrances/rotateInUpRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_exits/rotateOut.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_exits/rotateOutDownLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_exits/rotateOutDownRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_exits/rotateOutUpLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/rotating_exits/rotateOutUpRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/sliding_entrances/slideInDown.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/sliding_entrances/slideInLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/sliding_entrances/slideInRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/sliding_entrances/slideInUp.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/sliding_exits/slideOutDown.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/sliding_exits/slideOutLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/sliding_exits/slideOutRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/sliding_exits/slideOutUp.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/specials/hinge.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/specials/jackInTheBox.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/specials/rollIn.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/specials/rollOut.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_entrances/zoomIn.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_entrances/zoomInDown.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_entrances/zoomInLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_entrances/zoomInRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_entrances/zoomInUp.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_exits/zoomOut.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_exits/zoomOutDown.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_exits/zoomOutLeft.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_exits/zoomOutRight.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/animate.css/source/zooming_exits/zoomOutUp.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-grid.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-grid.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-grid.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-grid.min.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-reboot.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-reboot.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-utilities.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-utilities.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-utilities.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-utilities.min.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap.min.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap.rtl.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap.rtl.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap.rtl.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/css/bootstrap.rtl.min.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.bundle.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.bundle.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.esm.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.esm.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.esm.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.esm.min.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/dist/js/bootstrap.min.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/alert.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/alert.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/base-component.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/base-component.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/button.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/button.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/carousel.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/carousel.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/collapse.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/collapse.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dom/data.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dom/data.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dom/event-handler.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dom/event-handler.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dom/manipulator.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dom/manipulator.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dom/selector-engine.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dom/selector-engine.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dropdown.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/dropdown.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/modal.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/modal.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/offcanvas.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/offcanvas.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/popover.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/popover.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/scrollspy.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/scrollspy.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/tab.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/tab.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/toast.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/toast.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/tooltip.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/tooltip.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/backdrop.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/backdrop.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/component-functions.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/component-functions.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/config.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/config.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/focustrap.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/focustrap.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/index.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/sanitizer.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/sanitizer.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/scrollbar.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/scrollbar.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/swipe.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/swipe.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/template-factory.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/dist/util/template-factory.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/index.esm.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/index.umd.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/alert.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/base-component.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/button.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/carousel.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/collapse.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/dom/data.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/dom/event-handler.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/dom/manipulator.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/dom/selector-engine.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/dropdown.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/modal.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/offcanvas.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/popover.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/scrollspy.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/tab.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/toast.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/tooltip.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/backdrop.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/component-functions.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/config.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/focustrap.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/sanitizer.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/scrollbar.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/swipe.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/js/src/util/template-factory.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_accordion.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_alert.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_badge.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_breadcrumb.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_button-group.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_buttons.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_card.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_carousel.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_close.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_containers.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_dropdown.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_forms.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_functions.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_grid.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_helpers.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_images.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_list-group.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_maps.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_mixins.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_modal.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_nav.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_navbar.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_offcanvas.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_pagination.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_placeholders.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_popover.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_progress.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_reboot.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_root.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_spinners.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_tables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_toasts.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_tooltip.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_transitions.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_type.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_utilities.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_variables-dark.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/_variables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/bootstrap-grid.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/bootstrap-reboot.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/bootstrap-utilities.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/bootstrap.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_floating-labels.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_form-check.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_form-control.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_form-range.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_form-select.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_form-text.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_input-group.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_labels.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/forms/_validation.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_clearfix.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_color-bg.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_colored-links.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_focus-ring.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_icon-link.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_position.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_ratio.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_stacks.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_stretched-link.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_text-truncation.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_visually-hidden.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/helpers/_vr.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_alert.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_backdrop.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_banner.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_border-radius.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_box-shadow.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_breakpoints.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_buttons.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_caret.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_clearfix.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_color-mode.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_color-scheme.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_container.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_deprecate.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_forms.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_gradients.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_grid.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_image.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_list-group.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_lists.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_pagination.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_reset-text.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_resize.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_table-variants.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_text-truncate.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_transition.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_utilities.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/mixins/_visually-hidden.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/utilities/_api.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap/scss/vendor/_rfs.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/LICENSE.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/bootstrap-icons.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/font/bootstrap-icons.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/font/bootstrap-icons.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/font/bootstrap-icons.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2 +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/font/index.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/1-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/1-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/1-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/1-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/123.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/2-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/2-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/2-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/2-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/3-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/3-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/3-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/3-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/4-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/4-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/4-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/4-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/5-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/5-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/5-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/5-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/6-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/6-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/6-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/6-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/7-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/7-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/7-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/7-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/8-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/8-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/8-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/8-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/9-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/9-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/9-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/9-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/activity.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/airplane-engines-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/airplane-engines.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/airplane-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/airplane.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/alarm-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/alarm.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/alexa.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/align-bottom.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/align-center.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/align-end.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/align-middle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/align-start.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/align-top.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/alipay.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/android.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/android2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/app-indicator.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/app.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/apple.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/archive-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/archive.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-90deg-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-90deg-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-90deg-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-90deg-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-bar-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-bar-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-bar-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-bar-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-clockwise.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-counterclockwise.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-left-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-left-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-left-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-left-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-right-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-right-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-right-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-right-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-short.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-left-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-left-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-left-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-left-short.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-left-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-left-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-repeat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-return-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-return-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-right-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-right-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-right-short.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-right-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-right-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-through-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-through-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-left-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-left-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-left-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-left-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-right-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-right-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-right-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-right-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-short.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrow-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrows-angle-contract.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrows-angle-expand.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrows-collapse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrows-expand.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrows-fullscreen.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/arrows-move.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/aspect-ratio-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/aspect-ratio.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/asterisk.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/at.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/award-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/award.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/back.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/backspace-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/backspace-reverse-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/backspace-reverse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/backspace.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-3d-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-3d.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-4k-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-4k.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-8k-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-8k.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-ad-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-ad.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-ar-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-ar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-cc-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-cc.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-hd-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-hd.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-sd-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-sd.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-tm-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-tm.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-vo-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-vo.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-vr-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-vr.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-wc-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/badge-wc.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-check-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-dash-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-dash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-plus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-x-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bag.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/balloon-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/balloon-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/balloon-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/balloon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bandaid-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bandaid.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bank.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bank2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bar-chart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bar-chart-line-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bar-chart-line.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bar-chart-steps.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bar-chart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/basket-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/basket.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/basket2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/basket2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/basket3-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/basket3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/battery-charging.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/battery-full.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/battery-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/battery.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/behance.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bell-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bell-slash-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bell-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bell.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bezier.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bezier2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bicycle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/binoculars-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/binoculars.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/blockquote-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/blockquote-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bluetooth.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/body-text.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/book-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/book-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/book.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-check-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-dash-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-dash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-plus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-star-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-star.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-x-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmarks-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookmarks.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bookshelf.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/boombox-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/boombox.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bootstrap-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bootstrap-reboot.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bootstrap.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-all.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-bottom.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-center.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-inner.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-middle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-outer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-style.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-top.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border-width.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/border.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bounding-box-circles.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bounding-box.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-down-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-down-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-in-down-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-in-down-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-in-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-in-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-in-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-in-up-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-in-up-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-in-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-up-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-up-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-arrow-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-seam-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box-seam.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box2-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box2-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/box2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/boxes.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/braces-asterisk.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/braces.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bricks.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/briefcase-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/briefcase.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brightness-alt-high-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brightness-alt-high.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brightness-alt-low-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brightness-alt-low.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brightness-high-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brightness-high.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brightness-low-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brightness-low.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/broadcast-pin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/broadcast.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/browser-chrome.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/browser-edge.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/browser-firefox.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/browser-safari.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brush-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/brush.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bucket-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bucket.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bug-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bug.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/building.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/bullseye.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/c-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/c-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/c-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/c-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calculator-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calculator.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-check-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-date-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-date.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-day-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-day.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-event-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-event.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-minus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-month-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-month.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-plus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-range-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-range.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-week-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-week.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-x-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-check-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-date-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-date.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-day-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-day.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-event-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-event.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-minus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-month-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-month.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-plus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-range-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-range.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-week-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-week.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-x-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar3-event-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar3-event.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar3-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar3-range-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar3-range.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar3-week-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar3-week.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar4-event.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar4-range.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar4-week.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/calendar4.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera-reels-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera-reels.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera-video-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera-video-off-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera-video-off.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera-video.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/camera2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/capslock-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/capslock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/capsule-pill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/capsule.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/car-front-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/car-front.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/card-checklist.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/card-heading.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/card-image.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/card-list.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/card-text.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-down-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-down-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-down-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-left-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-left-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-left-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-right-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-right-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-right-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-up-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-up-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-up-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/caret-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-check-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-dash-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-dash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-plus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-x-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cart4.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cash-coin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cash-stack.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cassette-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cassette.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cast.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cc-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cc-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cc-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cc-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-dots-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-dots.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-dots-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-dots.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-quote-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-quote.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-text-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left-text.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-quote-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-quote.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-dots-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-dots.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-quote-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-quote.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-text-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right-text.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-dots-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-dots.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-quote-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-quote.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-text-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square-text.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-text-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat-text.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check-all.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check-lg.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check2-all.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check2-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check2-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/check2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-bar-contract.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-bar-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-bar-expand.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-bar-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-bar-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-bar-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-compact-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-compact-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-compact-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-compact-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-contract.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-double-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-double-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-double-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-double-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-expand.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/chevron-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/circle-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/circle-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-check-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-data-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-data.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-minus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-plus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-pulse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-x-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-check-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-data-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-data.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-minus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-plus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-pulse-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-pulse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-x-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clipboard2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clock-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clock-history.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-arrow-down-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-arrow-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-arrow-up-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-arrow-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-check-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-download-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-download.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-drizzle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-drizzle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-fog-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-fog.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-fog2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-fog2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-hail-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-hail.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-haze-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-haze.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-haze2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-haze2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-lightning-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-lightning-rain-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-lightning-rain.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-lightning.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-minus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-moon-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-moon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-plus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-rain-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-rain-heavy-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-rain-heavy.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-rain.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-slash-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-sleet-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-sleet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-snow-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-snow.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-sun-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-sun.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-upload-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud-upload.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloud.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clouds-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/clouds.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloudy-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cloudy.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/code-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/code-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/code.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/coin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/collection-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/collection-play-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/collection-play.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/collection.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/columns-gap.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/columns.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/command.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/compass-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/compass.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cone-striped.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cone.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/controller.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cpu-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cpu.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/credit-card-2-back-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/credit-card-2-back.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/credit-card-2-front-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/credit-card-2-front.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/credit-card-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/credit-card.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/crop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cup-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cup-hot-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cup-hot.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cup-straw.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cup.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/currency-bitcoin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/currency-dollar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/currency-euro.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/currency-exchange.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/currency-pound.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/currency-rupee.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/currency-yen.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cursor-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cursor-text.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/cursor.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dash-circle-dotted.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dash-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dash-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dash-lg.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dash-square-dotted.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dash-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dash-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/device-hdd-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/device-hdd.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/device-ssd-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/device-ssd.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/diagram-2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/diagram-2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/diagram-3-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/diagram-3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/diamond-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/diamond-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/diamond.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-1-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-1.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-3-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-4-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-4.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-5-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-5.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-6-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dice-6.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/disc-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/disc.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/discord.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/display-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/display.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/displayport-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/displayport.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/distribute-horizontal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/distribute-vertical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/door-closed-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/door-closed.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/door-open-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/door-open.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dot.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/download.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dpad-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dpad.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dribbble.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/dropbox.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/droplet-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/droplet-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/droplet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ear-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ear.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/earbuds.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/easel-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/easel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/easel2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/easel2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/easel3-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/easel3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/egg-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/egg-fried.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/egg.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eject-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eject.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-angry-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-angry.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-dizzy-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-dizzy.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-expressionless-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-expressionless.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-frown-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-frown.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-heart-eyes-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-heart-eyes.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-kiss-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-kiss.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-laughing-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-laughing.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-neutral-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-neutral.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-smile-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-smile-upside-down-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-smile-upside-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-smile.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-sunglasses-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-sunglasses.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-wink-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/emoji-wink.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-check-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-dash-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-dash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-exclamation-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-open-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-open-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-open-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-open.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-paper-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-paper-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-paper-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-paper.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-plus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-slash-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-x-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/envelope.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eraser-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eraser.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/escape.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ethernet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ev-station-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ev-station.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-diamond-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-diamond.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-lg.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-octagon-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-octagon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-triangle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation-triangle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/exclude.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/explicit-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/explicit.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eye-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eye-slash-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eye-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eye.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eyedropper.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/eyeglasses.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/facebook.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fan.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fast-forward-btn-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fast-forward-btn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fast-forward-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fast-forward-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fast-forward-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fast-forward.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-arrow-down-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-arrow-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-arrow-up-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-arrow-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-bar-graph-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-bar-graph.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-binary-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-binary.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-break-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-break.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-check-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-code-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-code.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-diff-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-diff.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-arrow-down-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-arrow-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-arrow-up-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-arrow-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-bar-graph-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-bar-graph.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-binary-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-binary.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-break-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-break.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-check-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-code-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-code.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-diff-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-diff.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-easel-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-easel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-excel-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-excel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-font-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-font.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-image-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-image.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-lock-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-lock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-lock2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-lock2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-medical-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-minus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-music-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-music.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-pdf-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-pdf.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-person-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-person.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-play-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-play.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-plus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-post-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-post.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-ppt-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-ppt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-richtext-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-richtext.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-ruled-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-ruled.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-slides-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-slides.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-spreadsheet-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-spreadsheet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-text-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-text.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-word-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-word.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-x-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-zip-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark-zip.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-earmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-easel-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-easel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-excel-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-excel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-font-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-font.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-image-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-image.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-lock-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-lock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-lock2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-lock2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-medical-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-minus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-music-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-music.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-pdf-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-pdf.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-person-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-person.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-play-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-play.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-plus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-post-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-post.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-ppt-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-ppt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-richtext-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-richtext.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-ruled-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-ruled.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-slides-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-slides.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-spreadsheet-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-spreadsheet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-text-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-text.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-word-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-word.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-x-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-zip-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file-zip.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/file.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/files-alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/files.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-aac.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-ai.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-bmp.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-cs.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-css.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-csv.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-doc.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-docx.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-exe.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-gif.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-heic.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-html.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-java.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-jpg.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-js.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-json.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-jsx.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-key.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-m4p.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-md.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-mdx.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-mov.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-mp3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-mp4.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-otf.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-pdf.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-php.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-png.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-ppt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-pptx.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-psd.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-py.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-raw.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-rb.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-sass.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-scss.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-sh.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-sql.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-svg.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-tiff.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-tsx.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-ttf.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-txt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-wav.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-woff.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-xls.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-xlsx.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-xml.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filetype-yml.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/film.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filter-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filter-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filter-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filter-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filter-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filter-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/filter.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fingerprint.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fire.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/flag-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/flag.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/flower1.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/flower2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/flower3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder-symlink-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder-symlink.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder2-open.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/folder2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fonts.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/forward-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/forward.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/front.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fuel-pump-diesel-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fuel-pump-diesel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fuel-pump-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fuel-pump.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fullscreen-exit.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/fullscreen.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/funnel-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/funnel.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gear-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gear-wide-connected.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gear-wide.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gear.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gem.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gender-ambiguous.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gender-female.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gender-male.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gender-trans.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/geo-alt-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/geo-alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/geo-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/geo.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gift-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gift.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/git.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/github.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/globe.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/globe2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/google-play.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/google.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/gpu-card.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/graph-down-arrow.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/graph-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/graph-up-arrow.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/graph-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-1x2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-1x2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-3x2-gap-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-3x2-gap.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-3x2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-3x3-gap-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-3x3-gap.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-3x3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grid.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grip-horizontal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/grip-vertical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/h-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/h-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/h-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/h-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hammer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hand-index-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hand-index-thumb-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hand-index-thumb.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hand-index.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hand-thumbs-down-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hand-thumbs-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hand-thumbs-up-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hand-thumbs-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/handbag-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/handbag.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdd-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdd-network-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdd-network.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdd-rack-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdd-rack.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdd-stack-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdd-stack.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdd.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdmi-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hdmi.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/headphones.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/headset-vr.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/headset.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heart-arrow.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heart-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heart-pulse-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heart-pulse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heartbreak-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heartbreak.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hearts.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heptagon-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heptagon-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/heptagon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hexagon-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hexagon-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hexagon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hospital-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hospital.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hourglass-bottom.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hourglass-split.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hourglass-top.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hourglass.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/house-door-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/house-door.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/house-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/house-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/house-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/house.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hr.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hurricane.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/hypnotize.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/image-alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/image-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/image.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/images.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/inbox-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/inbox.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/inboxes-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/inboxes.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/incognito.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/indent.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/infinity.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/info-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/info-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/info-lg.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/info-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/info-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/info.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/input-cursor-text.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/input-cursor.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/instagram.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/intersect.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-album.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-arrow-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-arrow-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-bookmark-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-bookmark.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-code.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-medical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-richtext.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-text.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/journals.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/joystick.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/justify-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/justify-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/justify.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/kanban-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/kanban.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/key-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/key.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/keyboard-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/keyboard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ladder.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lamp-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lamp.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/laptop-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/laptop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layer-backward.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layer-forward.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layers-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layers-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layers.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-sidebar-inset-reverse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-sidebar-inset.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-sidebar-reverse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-sidebar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-split.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-text-sidebar-reverse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-text-sidebar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-text-window-reverse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-text-window.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-three-columns.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/layout-wtf.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/life-preserver.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lightbulb-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lightbulb-off-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lightbulb-off.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lightbulb.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lightning-charge-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lightning-charge.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lightning-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lightning.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/line.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/link-45deg.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/link.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/linkedin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list-columns-reverse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list-columns.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list-nested.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list-ol.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list-stars.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list-task.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list-ul.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/list.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lock-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lungs-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/lungs.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/magic.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/magnet-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/magnet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mailbox.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mailbox2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/map-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/map.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/markdown-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/markdown.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mask.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mastodon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/medium.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/megaphone-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/megaphone.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/memory.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/menu-app-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/menu-app.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/menu-button-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/menu-button-wide-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/menu-button-wide.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/menu-button.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/menu-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/menu-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/messenger.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/meta.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mic-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mic-mute-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mic-mute.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mic.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/microsoft-teams.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/microsoft.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/minecart-loaded.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/minecart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/modem-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/modem.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/moisture.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/moon-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/moon-stars-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/moon-stars.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/moon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mortarboard-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mortarboard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/motherboard-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/motherboard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mouse-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mouse.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mouse2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mouse2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mouse3-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/mouse3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/music-note-beamed.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/music-note-list.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/music-note.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/music-player-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/music-player.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/newspaper.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/nintendo-switch.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/node-minus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/node-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/node-plus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/node-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/nut-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/nut.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/octagon-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/octagon-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/octagon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/optical-audio-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/optical-audio.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/option.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/outlet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/p-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/p-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/p-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/p-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/paint-bucket.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/palette-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/palette.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/palette2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/paperclip.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/paragraph.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pass-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pass.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-check-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-exclamation-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-minus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-plus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-question-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/patch-question.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pause-btn-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pause-btn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pause-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pause-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pause-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pause.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/paypal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pc-display-horizontal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pc-display.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pc-horizontal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pc.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pci-card.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/peace-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/peace.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pen-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pen.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pencil-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pencil-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pencil.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pentagon-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pentagon-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pentagon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/people-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/people.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/percent.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-badge-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-badge.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-bounding-box.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-check-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-dash-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-dash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-hearts.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-lines-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-plus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-rolodex.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-video.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-video2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-video3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-workspace.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-x-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/person.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/phone-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/phone-flip.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/phone-landscape-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/phone-landscape.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/phone-vibrate-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/phone-vibrate.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/phone.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pie-chart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pie-chart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/piggy-bank-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/piggy-bank.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pin-angle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pin-angle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pin-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pin-map-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pin-map.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pinterest.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pip-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/pip.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/play-btn-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/play-btn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/play-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/play-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/play-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/play.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/playstation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plug-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plug.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plugin.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus-circle-dotted.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus-lg.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus-slash-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus-square-dotted.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/postage-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/postage-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/postage-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/postage.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/postcard-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/postcard-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/postcard-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/postcard.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/power.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/prescription.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/prescription2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/printer-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/printer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/projector-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/projector.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/puzzle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/puzzle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/qr-code-scan.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/qr-code.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-diamond-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-diamond.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-lg.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-octagon-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-octagon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/question.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/quora.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/quote.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/r-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/r-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/r-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/r-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/radioactive.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rainbow.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/receipt-cutoff.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/receipt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reception-0.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reception-1.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reception-2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reception-3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reception-4.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/record-btn-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/record-btn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/record-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/record-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/record-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/record.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/record2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/record2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/recycle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reddit.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/repeat-1.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/repeat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reply-all-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reply-all.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reply-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/reply.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rewind-btn-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rewind-btn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rewind-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rewind-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rewind-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rewind.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/robot.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/router-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/router.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rss-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rss.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/rulers.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/safe-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/safe.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/safe2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/safe2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/save-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/save.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/save2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/save2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/scissors.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/screwdriver.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sd-card-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sd-card.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/search-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/search-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/search.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/segmented-nav.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-check-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-dash-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-dash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-exclamation-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-plus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-slash-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-x-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/send.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/server.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/share-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/share.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-fill-check.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-fill-exclamation.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-fill-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-fill-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-fill-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-lock-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-lock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-shaded.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-slash-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shield.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shift-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shift.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shop-window.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/shuffle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-stop-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-stop-lights-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-stop-lights.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-stop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-turn-left-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-turn-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-turn-right-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-turn-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-turn-slight-left-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-turn-slight-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-turn-slight-right-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-turn-slight-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-yield-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sign-yield.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/signal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/signpost-2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/signpost-2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/signpost-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/signpost-split-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/signpost-split.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/signpost.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sim-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sim.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-backward-btn-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-backward-btn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-backward-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-backward-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-backward-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-backward.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-end-btn-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-end-btn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-end-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-end-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-end-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-end.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-forward-btn-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-forward-btn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-forward-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-forward-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-forward-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-forward.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-start-btn-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-start-btn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-start-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-start-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-start-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skip-start.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/skype.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/slack.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/slash-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/slash-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/slash-lg.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/slash-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/slash-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/slash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sliders.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sliders2-vertical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sliders2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/smartwatch.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/snapchat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/snow.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/snow2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/snow3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-alpha-down-alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-alpha-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-alpha-up-alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-alpha-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-down-alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-numeric-down-alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-numeric-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-numeric-up-alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-numeric-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-up-alt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sort-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/soundwave.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/speaker-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/speaker.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/speedometer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/speedometer2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/spellcheck.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/spotify.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/square-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stack-overflow.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stack.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/star-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/star-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/star.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stars.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/steam.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stickies-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stickies.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sticky-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sticky.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stop-btn-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stop-btn.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stop-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stop-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stop-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stoplights-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stoplights.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stopwatch-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/stopwatch.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/strava.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/subtract.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/suit-club-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/suit-club.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/suit-diamond-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/suit-diamond.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/suit-heart-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/suit-heart.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/suit-spade-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/suit-spade.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sun-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sun.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sunglasses.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sunrise-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sunrise.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sunset-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/sunset.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/symmetry-horizontal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/symmetry-vertical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/table.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tablet-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tablet-landscape-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tablet-landscape.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tablet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tag-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tag.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tags-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tags.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telegram.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-forward-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-forward.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-inbound-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-inbound.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-minus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-minus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-outbound-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-outbound.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-plus-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-x-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/telephone.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/terminal-dash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/terminal-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/terminal-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/terminal-split.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/terminal-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/terminal.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/text-center.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/text-indent-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/text-indent-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/text-left.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/text-paragraph.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/text-right.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/textarea-resize.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/textarea-t.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/textarea.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/thermometer-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/thermometer-high.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/thermometer-low.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/thermometer-snow.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/thermometer-sun.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/thermometer.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/three-dots-vertical.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/three-dots.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/thunderbolt-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/thunderbolt.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ticket-detailed-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ticket-detailed.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ticket-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ticket-perforated-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ticket-perforated.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ticket.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tiktok.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/toggle-off.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/toggle-on.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/toggle2-off.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/toggle2-on.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/toggles.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/toggles2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tools.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tornado.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/train-freight-front-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/train-freight-front.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/train-front-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/train-front.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/train-lightrail-front-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/train-lightrail-front.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/translate.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/trash-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/trash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/trash2-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/trash2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/trash3-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/trash3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tree-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tree.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/triangle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/triangle-half.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/triangle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/trophy-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/trophy.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tropical-storm.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/truck-flatbed.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/truck-front-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/truck-front.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/truck.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tsunami.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tv-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/tv.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/twitch.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/twitter.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/type-bold.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/type-h1.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/type-h2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/type-h3.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/type-italic.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/type-strikethrough.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/type-underline.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/type.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ubuntu.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ui-checks-grid.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ui-checks.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ui-radios-grid.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/ui-radios.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/umbrella-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/umbrella.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/unindent.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/union.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/unity.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/universal-access-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/universal-access.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/unlock-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/unlock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/upc-scan.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/upc.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/upload.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-c-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-c.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-drive-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-drive.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-micro-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-micro.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-mini-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-mini.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-plug-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-plug.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb-symbol.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/usb.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/valentine.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/valentine2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/vector-pen.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/view-list.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/view-stacked.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/vimeo.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/vinyl-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/vinyl.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/virus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/virus2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/voicemail.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/volume-down-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/volume-down.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/volume-mute-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/volume-mute.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/volume-off-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/volume-off.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/volume-up-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/volume-up.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/vr.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wallet-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wallet.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wallet2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/watch.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/water.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/webcam-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/webcam.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wechat.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/whatsapp.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wifi-1.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wifi-2.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wifi-off.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wifi.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wind.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-dash.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-desktop.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-dock.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-fullscreen.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-plus.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-sidebar.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-split.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-stack.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window-x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/window.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/windows.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wordpress.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wrench-adjustable-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wrench-adjustable-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wrench-adjustable.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/wrench.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-circle-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-circle.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-diamond-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-diamond.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-lg.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-octagon-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-octagon.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-square-fill.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x-square.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/x.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/xbox.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/yelp.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/yin-yang.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/youtube.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/zoom-in.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/icons/zoom-out.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-icons/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/.eslintrc.cjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/CHANGELOG.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/bootstrap-table.jquery.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/bower.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/composer.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/cypress.config.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table-locale-all.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table-locale-all.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table-vue.esm.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table-vue.esm.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table-vue.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table-vue.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/bootstrap-table.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/addrbar/bootstrap-table-addrbar.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/addrbar/bootstrap-table-addrbar.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/auto-refresh/bootstrap-table-auto-refresh.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/auto-refresh/bootstrap-table-auto-refresh.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/cookie/bootstrap-table-cookie.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/cookie/bootstrap-table-cookie.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/copy-rows/bootstrap-table-copy-rows.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/copy-rows/bootstrap-table-copy-rows.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/custom-view/bootstrap-table-custom-view.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/custom-view/bootstrap-table-custom-view.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/defer-url/bootstrap-table-defer-url.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/defer-url/bootstrap-table-defer-url.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/editable/bootstrap-table-editable.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/editable/bootstrap-table-editable.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/export/bootstrap-table-export.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/export/bootstrap-table-export.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/filter-control/bootstrap-table-filter-control.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/filter-control/bootstrap-table-filter-control.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/filter-control/bootstrap-table-filter-control.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/filter-control/bootstrap-table-filter-control.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/filter-control/utils.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/filter-control/utils.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/group-by-v2/bootstrap-table-group-by.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/group-by-v2/bootstrap-table-group-by.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/group-by-v2/bootstrap-table-group-by.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/group-by-v2/bootstrap-table-group-by.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/i18n-enhance/bootstrap-table-i18n-enhance.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/key-events/bootstrap-table-key-events.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/key-events/bootstrap-table-key-events.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/mobile/bootstrap-table-mobile.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/mobile/bootstrap-table-mobile.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/multiple-sort/bootstrap-table-multiple-sort.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/multiple-sort/bootstrap-table-multiple-sort.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/page-jump-to/bootstrap-table-page-jump-to.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/pipeline/bootstrap-table-pipeline.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/pipeline/bootstrap-table-pipeline.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/print/bootstrap-table-print.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/print/bootstrap-table-print.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/reorder-columns/bootstrap-table-reorder-columns.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/reorder-columns/bootstrap-table-reorder-columns.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/reorder-rows/bootstrap-table-reorder-rows.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/resizable/bootstrap-table-resizable.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/resizable/bootstrap-table-resizable.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/sticky-header/bootstrap-table-sticky-header.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/toolbar/bootstrap-table-toolbar.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/toolbar/bootstrap-table-toolbar.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/treegrid/bootstrap-table-treegrid.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/extensions/treegrid/bootstrap-table-treegrid.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-af-ZA.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-af-ZA.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ar-SA.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ar-SA.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-bg-BG.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-bg-BG.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ca-ES.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ca-ES.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-cs-CZ.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-cs-CZ.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-da-DK.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-da-DK.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-de-DE.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-de-DE.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-el-GR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-el-GR.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-en-US.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-en-US.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-AR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-AR.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-CL.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-CL.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-CR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-CR.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-ES.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-ES.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-MX.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-MX.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-NI.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-NI.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-SP.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-es-SP.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-et-EE.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-et-EE.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-eu-EU.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-eu-EU.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fa-IR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fa-IR.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fi-FI.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fi-FI.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fr-BE.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fr-BE.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fr-CH.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fr-CH.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fr-FR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fr-FR.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fr-LU.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-fr-LU.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-he-IL.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-he-IL.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-hi-IN.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-hi-IN.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-hr-HR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-hr-HR.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-hu-HU.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-hu-HU.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-id-ID.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-id-ID.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-it-IT.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-it-IT.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ja-JP.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ja-JP.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ka-GE.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ka-GE.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ko-KR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ko-KR.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-lb-LU.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-lb-LU.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ms-MY.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ms-MY.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-nb-NO.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-nb-NO.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-nl-BE.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-nl-BE.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-nl-NL.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-nl-NL.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-pl-PL.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-pl-PL.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-pt-BR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-pt-BR.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-pt-PT.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-pt-PT.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ro-RO.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ro-RO.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ru-RU.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ru-RU.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-sk-SK.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-sk-SK.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-sr-Cyrl-RS.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-sr-Cyrl-RS.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-sr-Latn-RS.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-sr-Latn-RS.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-sv-SE.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-sv-SE.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-th-TH.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-th-TH.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-tr-TR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-tr-TR.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-uk-UA.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-uk-UA.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ur-PK.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-ur-PK.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-uz-Latn-UZ.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-uz-Latn-UZ.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-vi-VN.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-vi-VN.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-zh-CN.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-zh-CN.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-zh-TW.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/locale/bootstrap-table-zh-TW.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bootstrap-table/bootstrap-table.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bootstrap-table/bootstrap-table.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bootstrap-table/bootstrap-table.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bootstrap-table/bootstrap-table.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bootstrap-table/fonts/bootstrap-table.eot +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bootstrap-table/fonts/bootstrap-table.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bootstrap-table/fonts/bootstrap-table.ttf +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bootstrap-table/fonts/bootstrap-table.woff +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bulma/bootstrap-table-bulma.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bulma/bootstrap-table-bulma.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bulma/bootstrap-table-bulma.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/bulma/bootstrap-table-bulma.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/foundation/bootstrap-table-foundation.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/foundation/bootstrap-table-foundation.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/foundation/bootstrap-table-foundation.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/foundation/bootstrap-table-foundation.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/materialize/bootstrap-table-materialize.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/materialize/bootstrap-table-materialize.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/materialize/bootstrap-table-materialize.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/materialize/bootstrap-table-materialize.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/semantic/bootstrap-table-semantic.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/semantic/bootstrap-table-semantic.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/semantic/bootstrap-table-semantic.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/dist/themes/semantic/bootstrap-table-semantic.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/rollup.config.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/.babelrc +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/bootstrap-table.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/bootstrap-table.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/bootstrap-table.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/constants/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/addrbar/bootstrap-table-addrbar.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/auto-refresh/bootstrap-table-auto-refresh.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/auto-refresh/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/cookie/bootstrap-table-cookie.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/cookie/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/copy-rows/bootstrap-table-copy-rows.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/copy-rows/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/custom-view/bootstrap-table-custom-view.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/defer-url/bootstrap-table-defer-url.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/defer-url/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/editable/bootstrap-table-editable.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/editable/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/export/bootstrap-table-export.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/export/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/filter-control/bootstrap-table-filter-control.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/filter-control/bootstrap-table-filter-control.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/filter-control/bootstrap-table-filter-control.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/filter-control/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/filter-control/utils.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/fixed-columns/bootstrap-table-fixed-columns.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/fixed-columns/bootstrap-table-fixed-columns.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/fixed-columns/bootstrap-table-fixed-columns.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/group-by-v2/bootstrap-table-group-by.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/group-by-v2/bootstrap-table-group-by.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/group-by-v2/bootstrap-table-group-by.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/group-by-v2/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/i18n-enhance/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/key-events/bootstrap-table-key-events.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/key-events/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/mobile/bootstrap-table-mobile.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/mobile/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/multiple-sort/bootstrap-table-multiple-sort.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/multiple-sort/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/page-jump-to/bootstrap-table-page-jump-to.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/page-jump-to/bootstrap-table-page-jump-to.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/page-jump-to/bootstrap-table-page-jump-to.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/pipeline/bootstrap-table-pipeline.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/pipeline/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/print/bootstrap-table-print.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/reorder-columns/bootstrap-table-reorder-columns.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/reorder-columns/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/reorder-rows/bootstrap-table-reorder-rows.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/reorder-rows/bootstrap-table-reorder-rows.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/reorder-rows/bootstrap-table-reorder-rows.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/reorder-rows/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/resizable/bootstrap-table-resizable.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/resizable/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/sticky-header/bootstrap-table-sticky-header.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/sticky-header/bootstrap-table-sticky-header.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/sticky-header/bootstrap-table-sticky-header.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/sticky-header/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/toolbar/bootstrap-table-toolbar.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/toolbar/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/treegrid/bootstrap-table-treegrid.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/extensions/treegrid/extension.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-af-ZA.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ar-SA.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-bg-BG.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ca-ES.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-cs-CZ.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-da-DK.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-de-DE.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-el-GR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-en-US.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-es-AR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-es-CL.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-es-CR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-es-ES.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-es-MX.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-es-NI.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-es-SP.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-et-EE.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-eu-EU.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-fa-IR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-fi-FI.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-fr-BE.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-fr-CH.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-fr-FR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-fr-LU.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-he-IL.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-hi-IN.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-hr-HR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-hu-HU.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-id-ID.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-it-IT.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ja-JP.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ka-GE.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ko-KR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-lb-LU.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ms-MY.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-nb-NO.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-nl-BE.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-nl-NL.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-pl-PL.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-pt-BR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-pt-PT.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ro-RO.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ru-RU.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-sk-SK.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-sr-Cyrl-RS.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-sr-Latn-RS.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-sv-SE.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-th-TH.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-tr-TR.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-uk-UA.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-ur-PK.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-uz-Latn-UZ.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-vi-VN.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-zh-CN.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/locale/bootstrap-table-zh-TW.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/_theme.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/_variables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap/_variables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/_font.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/_variables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/bootstrap-table.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/bootstrap-table.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/bootstrap-table.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/bootstrap-table.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/fonts/bootstrap-table.eot +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/fonts/bootstrap-table.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/fonts/bootstrap-table.ttf +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bootstrap-table/fonts/bootstrap-table.woff +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bulma/_variables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bulma/bootstrap-table-bulma.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bulma/bootstrap-table-bulma.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bulma/bootstrap-table-bulma.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/bulma/bootstrap-table-bulma.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/foundation/_variables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/foundation/bootstrap-table-foundation.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/foundation/bootstrap-table-foundation.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/foundation/bootstrap-table-foundation.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/foundation/bootstrap-table-foundation.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/materialize/_variables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/materialize/bootstrap-table-materialize.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/materialize/bootstrap-table-materialize.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/materialize/bootstrap-table-materialize.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/materialize/bootstrap-table-materialize.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/semantic/_variables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/semantic/bootstrap-table-semantic.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/semantic/bootstrap-table-semantic.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/semantic/bootstrap-table-semantic.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/themes/semantic/bootstrap-table-semantic.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/utils/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/virtual-scroll/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/vue/BootstrapTable.vue +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/src/vue/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/bootstrap-table/vue.config.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/buffer-from/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/buffer-from/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/buffer-from/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/buffer-from/readme.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/camel-case/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/camel-case/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/camel-case/dist/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/camel-case/dist/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/camel-case/dist/index.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/camel-case/dist/index.spec.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/camel-case/dist/index.spec.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/camel-case/dist/index.spec.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/camel-case/dist.es2015/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/camel-case/dist.es2015/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/camel-case/dist.es2015/index.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/camel-case/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/LICENSE.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/auto/auto.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/auto/auto.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/auto/auto.mts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/auto/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/chart.esm.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/chart.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/chart.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/chart.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/chunks/helpers.segment.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/chunks/helpers.segment.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/404.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/Animation.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/Animations.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/Animator.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/BasePlatform.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/BasicPlatform.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/Chart.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/DatasetController.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/DomPlatform.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/classes/Scale.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/enums/DecimationAlgorithm.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/enums/UpdateModeEnum.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/index.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ActiveDataPoint.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ActiveElement.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/AnimationEvent.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ArcBorderRadius.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ArcElement.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ArcHoverOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ArcOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ArcProps.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BarControllerChartOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BarControllerDatasetOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BarElement.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BarHoverOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BarOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BarProps.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BorderRadius.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BubbleControllerDatasetOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/BubbleDataPoint.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/CartesianScaleOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/CartesianScaleTypeRegistry.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartArea.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartComponent.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartConfiguration.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartConfigurationCustomTypesPerDataset.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartData.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartDataCustomTypesPerDataset.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartDatasetProperties.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartDatasetPropertiesCustomTypesPerDataset.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartEvent.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ChartTypeRegistry.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/CommonElementOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/CommonHoverOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ComplexFillTarget.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ControllerDatasetOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/CoreChartOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/CoreInteractionOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/CoreScaleOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/DatasetControllerChartComponent.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/DateAdapter.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/Defaults.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/DoughnutAnimationOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/DoughnutController.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/DoughnutControllerChartOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/DoughnutControllerDatasetOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/DoughnutMetaExtensions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/Element.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ElementOptionsByType.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ExtendedPlugin.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/FillerControllerDatasetOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/FillerOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/FontSpec.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/GridLineOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/InteractionItem.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/InteractionModeMap.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/InteractionOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LayoutItem.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LegendElement.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LegendItem.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LegendOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LineControllerChartOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LineControllerDatasetOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LineElement.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LineHoverOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LineOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/LineProps.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ParsingOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/Plugin.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PluginChartOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PluginOptionsByType.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/Point.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PointElement.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PointHoverOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PointOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PointPrefixedHoverOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PointPrefixedOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PointProps.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PolarAreaController.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PolarAreaControllerChartOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/PolarAreaControllerDatasetOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/RadarControllerDatasetOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/RadialLinearScale.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/RadialScaleTypeRegistry.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/Registry.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScaleTypeRegistry.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScatterDataPoint.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScriptableCartesianScaleContext.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScriptableChartContext.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScriptableContext.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScriptableLineSegmentContext.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScriptableScaleContext.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScriptableScalePointLabelContext.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/ScriptableTooltipContext.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/Segment.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/Tick.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TickOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TimeScale.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TitleOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/Tooltip.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TooltipCallbacks.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TooltipItem.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TooltipLabelStyle.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TooltipModel.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TooltipOptions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TooltipPosition.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TooltipPositionerMap.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/TypedRegistry.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/api/interfaces/VisualElement.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/css/0.styles.7d07a4d1.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/img/destroy_flowchart.10814816.png +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/img/event_flowchart.83015c7a.png +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/img/init_flowchart.ee5be600.png +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/img/render_flowchart.41a98316.png +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/img/scale_flowchart.fa1ab63e.png +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/img/search.83621669.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/img/update_flowchart.0556691d.png +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/10.edbecfa9.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/100.f7a12d8b.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/101.15c56dbb.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/102.33b746ea.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/103.850a4486.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/104.8b4f368b.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/105.1a3d6c41.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/106.d8f8b4c1.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/107.38cf9b4f.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/108.a30da8c9.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/109.6d56b7d1.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/11.b98e8151.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/110.c44e533c.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/111.ccb9a835.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/112.2d2a2890.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/113.5ac0921f.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/114.90ef8814.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/115.12a72d27.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/116.6b780970.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/117.79604442.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/118.7752bc89.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/119.d8e76ef0.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/12.433f0c7e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/120.ed76595e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/121.cc3d56f2.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/122.c8651871.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/123.f7d5f223.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/124.88ce07a4.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/125.a9572036.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/126.879447b3.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/127.3b8478f3.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/128.87d67ad7.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/129.f6241700.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/13.b6743084.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/130.a9cb856a.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/131.45e904c9.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/132.abd9e4c2.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/133.d5aa1db6.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/134.4bfa3b5a.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/135.8c7630ad.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/136.f813e062.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/137.6cab2863.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/138.03ec5265.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/139.924812c0.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/14.422fec10.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/140.a7967a5d.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/141.34a018bb.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/142.c5bfcdd4.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/143.05e388ba.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/144.a98bdbcc.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/145.826b73e0.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/146.001afadf.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/147.fcadaef3.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/148.604863a4.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/149.6509ed9f.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/15.09a69fc3.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/150.fd8575ca.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/151.67ecd4a3.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/152.481a7bd4.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/153.dbf3f3aa.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/154.2aa9c67d.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/155.e3367ebc.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/156.a5bb942d.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/157.09caef4e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/158.1f82587f.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/159.4cebd9d3.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/16.0414f390.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/160.47df8215.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/161.fac79692.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/162.9f2f870f.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/163.4f1604f9.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/164.7f8d8643.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/165.fe2baa69.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/166.c82b3c76.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/167.3c3f2ff1.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/168.8d2e8e83.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/169.b10c84bd.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/17.8dfcb176.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/170.b9db8312.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/171.2480fc36.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/172.81c5206a.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/173.477dcbae.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/174.05398ca3.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/175.84ab69d0.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/176.f48183c3.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/177.d0d35403.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/178.55d433fd.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/179.9442c138.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/18.c331029e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/180.5c15d5d4.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/181.911f367b.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/182.72f663e8.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/183.22b2258c.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/184.15b21065.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/185.894ea40b.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/186.f6394459.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/187.7bd9b3fe.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/188.3baa9bcd.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/189.18e63b11.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/19.13bdd658.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/190.b7ffb54a.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/191.13061aba.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/192.1bf9bd61.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/193.8fa44455.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/194.49c9a3c0.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/195.eb1e8802.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/196.9b925823.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/197.adca6c8c.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/198.2ae0961a.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/199.cd9dca80.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/2.3e2307f3.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/20.5d11c294.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/200.2eb9437f.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/201.6dba10c3.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/202.9c5057c6.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/203.98a3c2b8.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/204.50d5cf2e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/205.e56e820b.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/206.6ce5c41e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/207.8aa83d91.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/208.296ee160.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/209.13279349.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/21.7b54d7d8.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/210.63e30420.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/211.0b325f23.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/212.be671e2e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/213.81d2e607.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/214.ba403b5c.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/215.2efcec5f.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/216.e01d3100.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/217.906c8d54.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/218.94e33827.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/219.21c5e01f.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/22.c2daedd0.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/220.3ba160e4.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/221.5c17138c.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/222.aea004ce.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/223.cbb7b883.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/224.b130b37f.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/225.32f90319.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/226.8c102c21.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/227.b3d60339.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/228.72f0ad18.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/229.3daa3b7e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/23.2c668e20.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/230.7e5a85b1.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/231.b83d12f1.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/232.e902f42d.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/233.b4f254c0.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/234.d975df48.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/235.71a7be7d.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/236.05d87a5e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/237.d518e28b.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/238.eb60e397.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/239.81fecfed.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/24.af200d5b.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/240.c0869bc2.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/241.59dc896f.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/242.6d423d39.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/243.a355eaa8.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/244.ad729cf8.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/245.c3cd6bbe.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/246.d0708528.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/247.13d65d78.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/248.1d222543.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/249.2d7a9bf1.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/25.4f97f63f.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/250.09ef38e2.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/251.0cb90e8a.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/252.2ff0def4.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/253.61c7c505.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/254.20137eeb.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/255.49c937e9.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/256.8d709dae.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/257.b3ebdce7.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/258.792f66d1.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/259.98c809e9.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/26.d1bb645c.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/260.54ff10d2.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/261.928afea4.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/27.2d5c4a6b.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/28.72dee0f1.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/29.8820be26.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/3.947b8d98.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/30.343676b8.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/31.cff089f1.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/32.56d8546e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/33.6b642a06.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/34.360a9ea9.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/35.205d7fac.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/36.f2765bae.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/37.6c33435e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/38.a778a6a2.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/39.7dda160f.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/4.ee88d25a.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/40.bd778eac.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/41.b79220f6.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/42.c3157beb.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/43.097368d1.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/44.2515f16e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/45.d5b4b7c3.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/46.bbab8d6e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/47.79aa575e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/48.45785af9.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/49.0569a6eb.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/5.00f814ac.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/50.14bd3ba2.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/51.e0968711.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/52.fe65ddf8.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/53.faa1ff3f.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/54.fcfed2c5.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/55.7db1d28a.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/56.8b0e82b7.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/57.9de2d983.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/58.b0f8ad0c.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/59.f1ff4935.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/6.2bc86161.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/60.ac08de9a.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/61.ea4fad75.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/62.5c85853b.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/63.5ac99656.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/64.c6838e95.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/65.4c1b089e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/66.379a6b45.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/67.15703e17.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/68.ffdefd7d.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/69.bdeb7b9b.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/7.74f2ce90.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/70.3dadb5ed.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/71.2c97fe38.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/72.dc778e17.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/73.d88fcb57.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/74.bba2165e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/75.15562a81.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/76.21f5a94e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/77.0725268e.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/78.d6f610d1.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/79.60d67faa.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/8.8928eb8b.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/80.99d71ee0.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/81.f1500469.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/82.69f363a6.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/83.f1fbcb2c.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/84.b76e3156.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/85.efc4bd54.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/86.85011b24.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/87.6a88d571.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/88.0f45cfe0.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/89.e67ddb59.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/9.63ebb16b.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/90.96ebfa9b.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/91.cdde4d3f.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/92.dc3f06d2.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/93.aaa04d52.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/94.2af5650c.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/95.1d44ec16.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/96.9545127d.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/97.8b18f487.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/98.cb259cd0.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/99.6251650a.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/assets/js/app.7e0dc8c8.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/_common.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/_common_ticks.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/cartesian/_common.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/cartesian/_common_ticks.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/cartesian/category.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/cartesian/index.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/cartesian/linear.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/cartesian/logarithmic.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/cartesian/time.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/cartesian/timeseries.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/index.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/labelling.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/radial/index.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/radial/linear.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/axes/styling.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/area.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/bar.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/bubble.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/doughnut.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/index.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/line.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/mixed.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/polar.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/radar.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/charts/scatter.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/animations.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/canvas-background.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/decimation.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/device-pixel-ratio.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/elements.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/index.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/interactions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/layout.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/legend.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/locale.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/responsive.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/subtitle.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/title.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/configuration/tooltip.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/developers/api.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/developers/axes.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/developers/charts.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/developers/contributing.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/developers/index.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/developers/plugins.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/developers/publishing.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/developers/updates.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/favicon.ico +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/general/accessibility.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/general/colors.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/general/data-structures.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/general/fonts.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/general/index.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/general/options.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/general/padding.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/general/performance.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/getting-started/index.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/getting-started/installation.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/getting-started/integration.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/getting-started/usage.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/getting-started/v3-migration.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/index.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/logo.png +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/logo.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/advanced/data-decimation.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/advanced/derived-axis-type.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/advanced/derived-chart-type.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/advanced/linear-gradient.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/advanced/programmatic-events.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/advanced/progress-bar.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/advanced/radial-gradient.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/animations/delay.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/animations/drop.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/animations/loop.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/animations/progressive-line-easing.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/animations/progressive-line.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/area/line-boundaries.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/area/line-datasets.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/area/line-drawtime.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/area/line-stacked.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/area/radar.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/bar/border-radius.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/bar/floating.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/bar/horizontal.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/bar/stacked-groups.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/bar/stacked.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/bar/vertical.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/index.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/information.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/legend/events.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/legend/html.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/legend/point-style.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/legend/position.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/legend/title.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/line/interpolation.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/line/line.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/line/multi-axis.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/line/point-styling.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/line/segments.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/line/stepped.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/line/styling.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/bubble.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/combo-bar-line.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/doughnut.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/multi-series-pie.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/pie.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/polar-area-center-labels.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/polar-area.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/radar-skip-points.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/radar.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/scatter-multi-axis.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/scatter.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/other-charts/stacked-bar-line.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/plugins/chart-area-border.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/plugins/doughnut-empty-state.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/plugins/quadrants.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scale-options/center.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scale-options/grid.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scale-options/ticks.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scale-options/titles.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scales/linear-min-max-suggested.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scales/linear-min-max.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scales/linear-step-size.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scales/log.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scales/stacked.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scales/time-combo.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scales/time-line.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scales/time-max-span.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scriptable/bar.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scriptable/bubble.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scriptable/line.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scriptable/pie.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scriptable/polar.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/scriptable/radar.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/subtitle/basic.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/title/alignment.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/tooltip/content.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/tooltip/html.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/tooltip/interactions.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/tooltip/point-style.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/tooltip/position.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/docs/samples/utils.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/helpers.esm.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/dist/helpers.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/helpers/helpers.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/helpers/helpers.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/helpers/helpers.mts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/helpers/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/.eslintrc.yml +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/adapters.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/animation.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/basic.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/color.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/element.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/geometric.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.canvas.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.collection.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.color.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.core.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.curve.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.dom.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.easing.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.extras.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.interpolation.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.intl.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.math.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.options.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.rtl.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/helpers.segment.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/helpers/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/index.esm.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/layout.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/.eslintrc.yml +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/animation.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/autogen.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/chart_types.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/bubble_chart_options.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/doughnut_meta_total.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/doughnut_offset.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/doughnut_outer_radius.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/line_scriptable_parsed_data.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/line_segments.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/line_span_gaps.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/line_styling_array.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/controllers/radar_dataset_indexable_options.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/data_types.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/dataset_null_data.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/defaults.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/elements/scriptable_element_options.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/extensions/plugin.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/extensions/scale.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/helpers/options.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/interaction.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/layout/position.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/options.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/overrides.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/parsed.data.type.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/plugins/defaults.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/plugins/plugin.decimation/decimation_algorithm.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/plugins/plugin.filler/fill_target_true.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/plugins/plugin.tooltip/chart.tooltip.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/plugins/plugin.tooltip/tooltip_dataset_type.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/plugins/plugin.tooltip/tooltip_parsed_data.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/plugins/plugin.tooltip/tooltip_parsed_data_chart_defaults.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/plugins/plugin.tooltip/tooltip_scriptable_background_color.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/register.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/scales/chart_options.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/scales/options.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/scales/time_string_max.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/scriptable.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/scriptable_core_chart_options.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/test_instance_assignment.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/tests/tsconfig.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/chart.js/types/utils.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clean-css/History.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clean-css/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clean-css/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clean-css/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clean-css/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.babelrc.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.editorconfig +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.eslintignore +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.eslintrc.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.github/ISSUE_TEMPLATE/documentation.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.github/ISSUE_TEMPLATE/proposal.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.github/stale.yml +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.github/workflows/publish.yml +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.github/workflows/test.js.yml +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.husky/pre-commit +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.nvmrc +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.prettierignore +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/.prettierrc.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/bower.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/composer.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/contributing.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/constructor-node.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/constructor-nodelist.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/constructor-selector.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/function-target.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/function-text.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/target-div.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/target-input-number.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/target-input.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/target-programmatic-copy.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/target-programmatic-cut.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/target-textarea.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/demo/text-programmatic-copy.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/dist/clipboard.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/dist/clipboard.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/karma.conf.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/package.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/readme.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/src/actions/copy.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/src/actions/cut.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/src/actions/default.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/src/clipboard.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/src/clipboard.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/src/clipboard.test-d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/src/common/command.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/src/common/create-fake-element.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/test/actions/copy.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/test/actions/cut.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/test/actions/default.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/test/clipboard.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/test/common/command.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/test/common/create-fake-element.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/clipboard/webpack.config.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/commander/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/commander/Readme.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/commander/esm.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/commander/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/commander/package-support.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/commander/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/commander/typings/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/.npmignore +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/.travis.yml +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/bin/css-b64-images +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/draft.png +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/draft.xcf +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/test/css-b64-images-test.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/test/fixture/css/style.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.eot +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.ttf +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.woff +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.eot +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.ttf +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.woff +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/test/fixture/img/background-pattern.gif +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/test/fixture/img/dots.svg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/css-b64-images/test/fixture/img/mixit-banner.png +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/debug/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/debug/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/debug/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/debug/src/browser.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/debug/src/common.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/debug/src/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/debug/src/node.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/.editorconfig +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/.travis.yml +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/demo/delegate.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/demo/multiple.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/demo/undelegate.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/dist/delegate.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/karma.conf.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/readme.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/src/closest.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/src/delegate.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/test/closest.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/delegate/test/delegate.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/dot-case/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/dot-case/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/dot-case/dist/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/dot-case/dist/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/dot-case/dist/index.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/dot-case/dist/index.spec.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/dot-case/dist/index.spec.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/dot-case/dist/index.spec.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/dot-case/dist.es2015/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/dot-case/dist.es2015/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/dot-case/dist.es2015/index.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/dot-case/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/entities/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/entities/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/entities/readme.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/esbuild/LICENSE.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/esbuild/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/esbuild/bin/esbuild +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/esbuild/install.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/esbuild/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/find-up/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/find-up/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/find-up/license +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/find-up/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/find-up/readme.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/dist/css/background_icons.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/dist/css/blur_group.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/dist/css/fades.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/dist/css/marquee.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/dist/css/scroller.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/dist/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/dist/js/background_icons.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/dist/js/marquee.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/dist/js/scroller.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/src/css/background_icons.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/src/css/blur_group.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/src/css/fades.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/src/css/marquee.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/src/css/scroller.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/src/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/src/js/background_icons.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/src/js/marquee.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/fun-effects/src/js/scroller.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/.editorconfig +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/.npmignore +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/.travis.yml +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/bower.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/demo/destroy.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/demo/multiple.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/demo/node.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/demo/nodelist.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/demo/selector.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/dist/good-listener.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/karma.conf.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/readme.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/src/is.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/src/listen.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/test/is.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/good-listener/test/listen.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/.editorconfig +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/.npmignore +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/CONTRIBUTING.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/Gruntfile.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/HISTORY.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/bower.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/css/demo-page.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/css/hover-min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/css/hover.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/css/hover.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/hover.jpg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/index.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/_hacks.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/_mixins.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/_options.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_backward.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_bob.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_bounce-in.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_bounce-out.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_buzz-out.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_buzz.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_float.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_forward.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_grow-rotate.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_grow.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_hang.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_pop.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_pulse-grow.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_pulse-shrink.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_pulse.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_push.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_rotate.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_shrink.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_sink.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_skew-backward.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_skew-forward.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_skew.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_wobble-bottom.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_wobble-horizontal.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_wobble-skew.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_wobble-to-bottom-right.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_wobble-to-top-right.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_wobble-top.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/2d-transitions/_wobble-vertical.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_back-pulse.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_bounce-to-bottom.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_bounce-to-left.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_bounce-to-right.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_bounce-to-top.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_fade.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_radial-in.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_radial-out.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_rectangle-in.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_rectangle-out.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_shutter-in-horizontal.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_shutter-in-vertical.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_shutter-out-horizontal.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_shutter-out-vertical.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_sweep-to-bottom.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_sweep-to-left.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_sweep-to-right.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/background-transitions/_sweep-to-top.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_border-fade.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_hollow.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_outline-in.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_outline-out.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_overline-from-center.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_overline-from-left.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_overline-from-right.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_overline-reveal.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_reveal.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_ripple-in.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_ripple-out.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_round-corners.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_trim.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_underline-from-center.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_underline-from-left.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_underline-from-right.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/border-transitions/_underline-reveal.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/curls/_curl-bottom-left.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/curls/_curl-bottom-right.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/curls/_curl-top-left.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/curls/_curl-top-right.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-back.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-bob.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-bounce-out.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-bounce.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-buzz-out.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-buzz.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-down.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-drop.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-fade.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-float-away.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-float.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-forward.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-grow-rotate.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-grow.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-hang.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-pop.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-pulse-grow.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-pulse-shrink.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-pulse.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-push.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-rotate.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-shrink.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-sink-away.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-sink.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-spin.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-up.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-wobble-horizontal.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/icons/_icon-wobble-vertical.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/shadow-and-glow-transitions/_box-shadow-inset.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/shadow-and-glow-transitions/_box-shadow-outset.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/shadow-and-glow-transitions/_float-shadow.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/shadow-and-glow-transitions/_glow.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/shadow-and-glow-transitions/_grow-shadow.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/shadow-and-glow-transitions/_shadow-radial.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/shadow-and-glow-transitions/_shadow.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/speech-bubbles/_bubble-bottom.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/speech-bubbles/_bubble-float-bottom.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/speech-bubbles/_bubble-float-left.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/speech-bubbles/_bubble-float-right.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/speech-bubbles/_bubble-float-top.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/speech-bubbles/_bubble-left.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/speech-bubbles/_bubble-right.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/effects/speech-bubbles/_bubble-top.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/less/hover.less +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/license.txt +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/logo-transparent.png +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/modern-slide-in.png +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/photo-stack.png +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/_hacks.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/_mixins.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/_options.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_backward.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_bob.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_bounce-in.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_bounce-out.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_buzz-out.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_buzz.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_float.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_forward.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_grow-rotate.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_grow.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_hang.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_pop.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_pulse-grow.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_pulse-shrink.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_pulse.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_push.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_rotate.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_shrink.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_sink.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_skew-backward.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_skew-forward.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_skew.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_wobble-bottom.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_wobble-horizontal.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_wobble-skew.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_wobble-to-bottom-right.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_wobble-to-top-right.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_wobble-top.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/2d-transitions/_wobble-vertical.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_back-pulse.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_bounce-to-bottom.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_bounce-to-left.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_bounce-to-right.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_bounce-to-top.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_fade.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_radial-in.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_radial-out.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_rectangle-in.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_rectangle-out.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_shutter-in-horizontal.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_shutter-in-vertical.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_shutter-out-horizontal.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_shutter-out-vertical.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_sweep-to-bottom.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_sweep-to-left.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_sweep-to-right.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/background-transitions/_sweep-to-top.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_border-fade.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_hollow.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_outline-in.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_outline-out.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_overline-from-center.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_overline-from-left.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_overline-from-right.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_overline-reveal.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_reveal.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_ripple-in.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_ripple-out.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_round-corners.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_trim.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_underline-from-center.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_underline-from-left.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_underline-from-right.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/border-transitions/_underline-reveal.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/curls/_curl-bottom-left.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/curls/_curl-bottom-right.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/curls/_curl-top-left.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/curls/_curl-top-right.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-back.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-bob.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-bounce-out.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-bounce.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-buzz-out.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-buzz.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-down.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-drop.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-fade.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-float-away.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-float.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-forward.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-grow-rotate.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-grow.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-hang.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-pop.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-pulse-grow.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-pulse-shrink.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-pulse.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-push.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-rotate.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-shrink.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-sink-away.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-sink.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-spin.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-up.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-wobble-horizontal.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/icons/_icon-wobble-vertical.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/shadow-and-glow-transitions/_box-shadow-inset.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/shadow-and-glow-transitions/_box-shadow-outset.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/shadow-and-glow-transitions/_float-shadow.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/shadow-and-glow-transitions/_glow.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/shadow-and-glow-transitions/_grow-shadow.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/shadow-and-glow-transitions/_shadow-radial.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/shadow-and-glow-transitions/_shadow.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/speech-bubbles/_bubble-bottom.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/speech-bubbles/_bubble-float-bottom.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/speech-bubbles/_bubble-float-left.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/speech-bubbles/_bubble-float-right.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/speech-bubbles/_bubble-float-top.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/speech-bubbles/_bubble-left.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/speech-bubbles/_bubble-right.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/effects/speech-bubbles/_bubble-top.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/scss/hover.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/sequence-logo.png +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/hover.css/two-up.png +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/html-minifier-terser/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/html-minifier-terser/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/html-minifier-terser/cli.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.cjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.esm.bundle.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.umd.bundle.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.umd.bundle.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/html-minifier-terser/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/html-minifier-terser/src/htmlminifier.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/html-minifier-terser/src/htmlparser.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/html-minifier-terser/src/tokenchain.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/html-minifier-terser/src/utils.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/CHANGELOG.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/ajax-header.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/alpine-morph.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/class-tools.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/client-side-templates.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/debug.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/disable-element.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/event-header.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/head-support.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/include-vals.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/json-enc.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/loading-states.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/method-override.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/morphdom-swap.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/multi-swap.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/path-deps.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/preload.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/rails-method.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/remove-me.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/restored.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/sse.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/ext/ws.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/htmx.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/htmx.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/dist/htmx.min.js.gz +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/editors/jetbrains/htmx.web-types.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/htmx.org/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jju/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jju/Makefile +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jju/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jju/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jju/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jju/package.yaml +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/AUTHORS.txt +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/LICENSE.txt +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/bower.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/dist/jquery.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/dist/jquery.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/dist/jquery.min.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/dist/jquery.slim.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/dist/jquery.slim.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/dist/jquery.slim.min.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/external/sizzle/LICENSE.txt +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/ajax/jsonp.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/ajax/load.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/ajax/script.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/ajax/xhr.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/ajax.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/attributes/attr.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/attributes/classes.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/attributes/prop.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/attributes/support.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/attributes/val.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/attributes.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/callbacks.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/DOMEval.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/access.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/camelCase.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/init.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/isAttached.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/nodeName.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/parseHTML.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/parseXML.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/ready-no-deferred.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/ready.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/readyException.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/stripAndCollapse.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/support.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core/toType.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/core.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/css/addGetHookIf.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/css/adjustCSS.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/css/curCSS.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/css/finalPropName.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/css/hiddenVisibleSelectors.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/css/showHide.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/css/support.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/css.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/data/Data.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/data.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/deferred/exceptionHook.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/deferred.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/deprecated/ajax-event-alias.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/deprecated/event.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/deprecated.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/dimensions.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/effects/Tween.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/effects/animatedSelector.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/effects.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/event/focusin.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/event/support.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/event/trigger.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/event.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/exports/amd.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/exports/global.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/jquery.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/manipulation/_evalUrl.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/manipulation/buildFragment.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/manipulation/getAll.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/manipulation/setGlobalEval.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/manipulation/support.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/manipulation/wrapMap.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/manipulation.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/offset.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/queue/delay.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/queue.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/selector-native.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/selector-sizzle.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/selector.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/serialize.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/traversing/findFilter.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/traversing.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/jquery/src/wrap.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/locate-path/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/locate-path/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/locate-path/license +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/locate-path/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/locate-path/readme.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/lower-case/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/lower-case/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/lower-case/dist/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/lower-case/dist/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/lower-case/dist/index.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/lower-case/dist/index.spec.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/lower-case/dist/index.spec.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/lower-case/dist/index.spec.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/lower-case/dist.es2015/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/lower-case/dist.es2015/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/lower-case/dist.es2015/index.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/lower-case/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/License.pdf +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/README.txt +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/css/mdb.dark.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/css/mdb.dark.min.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/css/mdb.dark.rtl.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/css/mdb.dark.rtl.min.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/css/mdb.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/css/mdb.min.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/css/mdb.rtl.min.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/css/mdb.rtl.min.css.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/img/mdb-favicon.ico +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/index.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/js/mdb.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/js/mdb.min.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/alert.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/base-component.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/button.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/carousel.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/collapse.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/dom/data.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/dom/event-handler.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/dom/manipulator.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/dom/selector-engine.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/dropdown.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/modal.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/offcanvas.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/popover.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/scrollspy.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/tab.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/toast.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/tooltip.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/util/backdrop.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/util/component-functions.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/util/focustrap.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/util/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/util/sanitizer.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/mdb-prefix/util/scrollbar.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/alert.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/base-component.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/button.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/carousel.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/collapse.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/dom/data.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/dom/event-handler.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/dom/manipulator.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/dom/selector-engine.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/dropdown.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/modal.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/offcanvas.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/popover.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/scrollspy.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/tab.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/toast.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/tooltip.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/util/backdrop.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/util/component-functions.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/util/focustrap.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/util/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/util/sanitizer.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/bootstrap/src/util/scrollbar.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/alert.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/button.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/carousel.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/dropdown.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/input.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/modal.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/popover.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/range.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/ripple.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/scrollspy.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/tab.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/toast.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/free/tooltip.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/dom/data.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/dom/event-handler.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/dom/manipulator.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/dom/selector-engine.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/perfect-scrollbar/handlers/click-rail.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/perfect-scrollbar/handlers/drag-thumb.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/perfect-scrollbar/handlers/keyboard.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/perfect-scrollbar/handlers/mouse-wheel.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/perfect-scrollbar/handlers/touch.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/perfect-scrollbar/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/perfect-scrollbar/process-scroll-diff.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/perfect-scrollbar/update-geometry.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/focusTrap.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/keycodes.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/sanitizer.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/scrollbar.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/stack.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/touch/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/touch/swipe.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb/util/touch/touchUtil.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/js/mdb.free.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_accordion.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_alert.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_badge.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_breadcrumb.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_button-group.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_buttons.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_card.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_carousel.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_close.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_containers.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_dropdown.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_forms.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_functions.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_grid.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_helpers.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_images.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_list-group.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_mixins.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_modal.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_nav.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_navbar.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_offcanvas.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_pagination.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_placeholders.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_popover.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_progress.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_reboot.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_root.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_spinners.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_tables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_toasts.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_tooltip.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_transitions.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_type.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_utilities.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/_variables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/bootstrap-grid.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/bootstrap-reboot.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/bootstrap-utilities.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/bootstrap.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_floating-labels.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_form-check.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_form-control.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_form-range.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_form-select.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_form-text.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_input-group.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_labels.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/forms/_validation.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_clearfix.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_colored-links.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_position.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_ratio.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_stacks.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_stretched-link.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_text-truncation.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_visually-hidden.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/helpers/_vr.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_alert.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_backdrop.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_border-radius.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_box-shadow.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_breakpoints.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_buttons.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_caret.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_clearfix.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_color-scheme.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_container.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_deprecate.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_forms.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_gradients.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_grid.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_image.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_list-group.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_lists.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_pagination.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_reset-text.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_resize.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_table-variants.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_text-truncate.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_transition.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_utilities.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/mixins/_visually-hidden.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/utilities/_api.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap/vendor/_rfs.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_accordion.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_alert.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_badge.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_breadcrumb.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_button-group.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_buttons.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_card.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_carousel.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_close.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_containers.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_dropdown.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_forms.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_functions.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_grid.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_helpers.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_images.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_list-group.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_mixins.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_modal.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_nav.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_navbar.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_offcanvas.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_pagination.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_placeholders.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_popover.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_progress.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_reboot.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_root.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_spinners.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_tables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_toasts.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_tooltip.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_transitions.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_type.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_utilities.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/_variables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/bootstrap-grid.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/bootstrap-reboot.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/bootstrap-utilities.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/bootstrap.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_floating-labels.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_form-check.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_form-control.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_form-range.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_form-select.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_form-text.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_input-group.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_labels.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/forms/_validation.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_clearfix.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_colored-links.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_position.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_ratio.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_stacks.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_stretched-link.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_text-truncation.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_visually-hidden.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/helpers/_vr.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_alert.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_backdrop.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_border-radius.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_box-shadow.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_breakpoints.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_buttons.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_caret.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_clearfix.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_color-scheme.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_container.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_deprecate.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_forms.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_gradients.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_grid.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_image.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_list-group.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_lists.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_pagination.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_reset-text.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_resize.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_table-variants.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_text-truncate.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_transition.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_utilities.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/mixins/_visually-hidden.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/utilities/_api.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/bootstrap-rtl-fix/vendor/_rfs.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/custom/_styles.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/custom/_variables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_accordion.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_alert.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_badge.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_breadcrumb.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_button-group.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_buttons.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_card.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_carousel.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_close.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_colors.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_deprecated.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_dropdown.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_flag.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_functions.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_images.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_list-group.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_mixins.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_modal.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_nav.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_navbar.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_pagination.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_popover.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_progress.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_range.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_reboot.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_ripple.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_root.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_scrollspy.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_shadows.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_tables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_toasts.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_tooltip.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_type.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_utilities.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/_variables.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/forms/_form-check.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/forms/_form-control.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/forms/_form-file.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/forms/_form-range.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/forms/_form-select.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/forms/_input-group.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/forms/_validation.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/mixins/_buttons.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/mixins/_ripple.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/free/mixins/_table-variants.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/mdb-ui-kit/src/scss/mdb.free.scss +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/minify/ChangeLog +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/minify/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/minify/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/minify/bin/minify.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/minify/deno.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/minify/help.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/minify/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/ms/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/ms/license.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/ms/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/ms/readme.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/no-case/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/no-case/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/no-case/dist/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/no-case/dist/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/no-case/dist/index.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/no-case/dist/index.spec.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/no-case/dist/index.spec.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/no-case/dist/index.spec.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/no-case/dist.es2015/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/no-case/dist.es2015/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/no-case/dist.es2015/index.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/no-case/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/p-limit/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/p-limit/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/p-limit/license +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/p-limit/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/p-limit/readme.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/p-locate/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/p-locate/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/p-locate/license +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/p-locate/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/p-locate/readme.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/param-case/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/param-case/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/param-case/dist/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/param-case/dist/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/param-case/dist/index.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/param-case/dist/index.spec.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/param-case/dist/index.spec.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/param-case/dist/index.spec.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/param-case/dist.es2015/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/param-case/dist.es2015/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/param-case/dist.es2015/index.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/param-case/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/pascal-case/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/pascal-case/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/pascal-case/dist/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/pascal-case/dist/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/pascal-case/dist/index.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/pascal-case/dist/index.spec.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/pascal-case/dist/index.spec.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/pascal-case/dist/index.spec.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/pascal-case/dist.es2015/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/pascal-case/dist.es2015/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/pascal-case/dist.es2015/index.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/pascal-case/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/path-exists/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/path-exists/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/path-exists/license +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/path-exists/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/path-exists/readme.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/readjson/ChangeLog +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/readjson/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/readjson/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/readjson/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/relateurl/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/relateurl/license +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/relateurl/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/.editorconfig +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/.npmignore +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/.travis.yml +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/bower.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/demo/contenteditable.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/demo/dropdown.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/demo/editable.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/demo/multiple.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/demo/nested.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/demo/non-editable.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/dist/select.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/karma.conf.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/readme.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/src/select.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/select/test/select.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/simport/ChangeLog +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/simport/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/simport/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/simport/fixture/context.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/simport/fixture/default-frozen-function.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/simport/fixture/default-frozen-object.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/simport/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/simport/simport.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/simport/simport.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map/CHANGELOG.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map/dist/source-map.debug.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map/dist/source-map.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map/dist/source-map.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map/dist/source-map.min.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map/source-map.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map/source-map.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map-support/LICENSE.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map-support/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map-support/browser-source-map-support.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map-support/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map-support/register-hook-require.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map-support/register.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/source-map-support/source-map-support.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/CHANGELOG.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/PATRONS.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/bin/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/bin/terser +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/bin/uglifyjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/dist/.gitkeep +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/dist/bundle.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/dist/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/main.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/node_modules/commander/CHANGELOG.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/node_modules/commander/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/node_modules/commander/Readme.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/node_modules/commander/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/node_modules/commander/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/node_modules/commander/typings/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/tools/domprops.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/tools/exit.cjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/tools/props.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/terser/tools/terser.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/dist/tinyemitter.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/dist/tinyemitter.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/instance.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/test/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tiny-emitter/yarn.lock +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/animations/perspective-extreme.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/animations/perspective-subtle.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/animations/perspective.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/animations/scale-extreme.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/animations/scale-subtle.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/animations/scale.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/animations/shift-away-extreme.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/animations/shift-away-subtle.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/animations/shift-away.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/animations/shift-toward-extreme.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/animations/shift-toward-subtle.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/animations/shift-toward.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/dist/backdrop.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/dist/border.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/dist/svg-arrow.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.min.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/dist/tippy.cjs.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/dist/tippy.cjs.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/dist/tippy.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/dist/tippy.esm.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/dist/tippy.esm.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.min.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.cjs.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.cjs.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.esm.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.esm.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.min.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.min.js.map +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/headless/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/themes/light-border.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/themes/light.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/themes/material.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tippy.js/themes/translucent.css +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/try-catch/ChangeLog +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/try-catch/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/try-catch/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/try-catch/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/try-to-catch/ChangeLog +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/try-to-catch/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/try-to-catch/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/try-to-catch/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tslib/CopyrightNotice.txt +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tslib/LICENSE.txt +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tslib/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tslib/SECURITY.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tslib/modules/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tslib/modules/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tslib/modules/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tslib/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tslib/tslib.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tslib/tslib.es6.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tslib/tslib.es6.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tslib/tslib.es6.mjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tslib/tslib.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/tslib/tslib.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/uglify-js/LICENSE +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/uglify-js/README.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/uglify-js/bin/uglifyjs +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/uglify-js/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/uglify-js/tools/domprops.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/uglify-js/tools/domprops.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/uglify-js/tools/exports.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/uglify-js/tools/node.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/uglify-js/tools/tty.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/unicorn-magic/default.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/unicorn-magic/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/unicorn-magic/license +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/unicorn-magic/node.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/unicorn-magic/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/unicorn-magic/readme.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/yocto-queue/index.d.ts +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/yocto-queue/index.js +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/yocto-queue/license +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/yocto-queue/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/node_modules/yocto-queue/readme.md +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/package.json +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/static/yarn.lock +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/ajax/get_auditlog.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/ajax/get_auditlog_entries.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/ajax/get_auditlog_entry.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/ajax/show_audit_log.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/bs4/modals.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/bs4/show_messages.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/bs5/mdb-form.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/bs5/modals.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/bs5/popover.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/bs5/show_messages.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/bs5/table_components.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/chartjs_components.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/clipboard.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/modals.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/show_messages.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/table_components.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/component/zoom_cards.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/form/bs5/timestamp_filter.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs4/generic_modal_form.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs4/generic_modal_form_wide.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs4/generic_paginated_list.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs4/generic_paginated_list_content.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_about.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_action.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_form.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_form_htmx_get.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_index.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_list.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_list_content.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_modal_form.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_modal_form_htmx.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/generic_modal_form_wide.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/bs5/partials/pagination_controls.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_about.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_action.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_error.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_form.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_form_wide.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_index.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_list.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_list_content.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_list_no_component.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_modal_form.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_modal_form_wide.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_paginated_list.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_paginated_list_content.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/generic/generic_paginated_list_no_component.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/handyhelpers_base.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/handyhelpers_base_bs5.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/handyhelpers_with_sidebar.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/about_project_modal_body.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/filter_form/generic_modal_swap.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/form/form_wrapper.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/form/inline_form.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/form/inline_form_disabled.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/generic_modal.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/generic_modal_swap.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/content_title.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/controls.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/card.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/list.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/table.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/filter_form_modal_swap.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/full.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_card.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_list.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_minimal.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_table.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/index.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/navigation/build_sidebar.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/htmx/bs5/navigation/sidebar_menu_sub_items.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/partials/calendar.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/annual_stats.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/annual_stats_content.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/annual_progress.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/annual_progress_chart.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/annual_progress_content.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/annual_stats.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/annual_trends.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/annual_trends_chart.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/annual_trends_content.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/bar_chart.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/chart_set.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/day_count_chart.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/month_count_chart.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/pie_chart.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/week_count_chart.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/chartjs/year_count_chart.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/report/theme_colors.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/handyhelpers/table/auditlog.htm +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/registration/logged_out.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/registration/login.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templates/registration/register_user.html +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templatetags/__init__.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templatetags/form_tags.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templatetags/handyhelper_tags.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templatetags/htmx_tags.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/templatetags/model_meta_tags.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/urls.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/views/__init__.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/views/action.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/views/ajax.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/views/auditlog.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/views/calendar.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/views/export.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/views/gui.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/views/htmx.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/views/report.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers_tests/handyhelpers_tests/__init__.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers_tests/handyhelpers_tests/apps.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers_tests/handyhelpers_tests/settings.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers_tests/handyhelpers_tests/urls.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers_tests/handyhelpers_tests/wsgi.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers_tests/manage.py +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/requirements.txt +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/setup.cfg +0 -0
- {django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/setup.py +0 -0
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: django-handyhelpers
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.36
|
4
4
|
Summary: A collection of handy utilities to support django operations
|
5
5
|
Home-page: https://github.com/davidslusser/django-handyhelpers
|
6
|
-
Download-URL: https://github.com/davidslusser/django-handyhelpers/archive/0.3.
|
6
|
+
Download-URL: https://github.com/davidslusser/django-handyhelpers/archive/0.3.36.tar.gz
|
7
7
|
Author: David Slusser
|
8
8
|
Author-email: dbslusser@gmail.com
|
9
9
|
License: GPL-3.0
|
{django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/django_handyhelpers.egg-info/PKG-INFO
RENAMED
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: django-handyhelpers
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.36
|
4
4
|
Summary: A collection of handy utilities to support django operations
|
5
5
|
Home-page: https://github.com/davidslusser/django-handyhelpers
|
6
|
-
Download-URL: https://github.com/davidslusser/django-handyhelpers/archive/0.3.
|
6
|
+
Download-URL: https://github.com/davidslusser/django-handyhelpers/archive/0.3.36.tar.gz
|
7
7
|
Author: David Slusser
|
8
8
|
Author-email: dbslusser@gmail.com
|
9
9
|
License: GPL-3.0
|
{django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/mixins/serializer_mixins.py
RENAMED
@@ -20,16 +20,16 @@ class FlexFieldsMixin:
|
|
20
20
|
omit_param: str = getattr(settings, "HH_OMIT_PARAM", "omit")
|
21
21
|
requested_fields = self.query_params.get(fields_param, None)
|
22
22
|
omitted_fields = self.query_params.get(omit_param, None)
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
23
|
+
if requested_fields:
|
24
|
+
return {
|
25
|
+
key: value
|
26
|
+
for key, value in fields.items()
|
27
|
+
if key in requested_fields.split(",")
|
28
|
+
}
|
29
|
+
elif omitted_fields:
|
30
|
+
return {
|
31
|
+
key: value
|
32
|
+
for key, value in fields.items()
|
33
|
+
if key not in omitted_fields.split(",")
|
34
|
+
}
|
35
35
|
return fields
|
{django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/.github/workflows/python-publish.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/django_handyhelpers.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/django_handyhelpers.egg-info/requires.txt
RENAMED
File without changes
|
{django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/django_handyhelpers.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/context_processors.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/management/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/mixins/form_mixins.py
RENAMED
File without changes
|
{django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/mixins/model_mixins.py
RENAMED
File without changes
|
{django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/mixins/view_mixins.py
RENAMED
File without changes
|
{django_handyhelpers-0.3.35 → django_handyhelpers-0.3.36}/handyhelpers/mixins/viewset_mixins.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|