Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-django-crispy-forms-1.11.2-bp154.1.31 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: python3-django-crispy-forms Distribution: SUSE Linux Enterprise 15 SP4
Version: 1.11.2 Vendor: openSUSE
Release: bp154.1.31 Build date: Mon May 9 11:54:10 2022
Group: Unspecified Build host: old-atreju2
Size: 315151 Source RPM: python-django-crispy-forms-1.11.2-bp154.1.31.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/maraujop/django-crispy-forms
Summary: Django DRY Forms
A module to build programmatic reusable layouts out of components
with control over the rendered HTML without writing HTML in
templates, and without breaking the standard way of doing things in
Django.

Provides

Requires

License

MIT

Changelog

* Wed May 12 2021 Markéta Machová <mmachova@suse.com>
  - Update to 1.11.2
    * Fixed test causing SystemCheckError in some cases.
    * Radio and Checkbox now respect the field's disabled attribute when using the
      Bootstrap4 template pack.
    * Implemeneted custom-select for Select widgets in the Bootstrap4 Template Pack
    * Added custom-select for select widgets within prepended and appended fields
* Sat Sep 05 2020 Matthias Fehring <buschmann23@opensuse.org>
  - Update to 1.9.2
    * Fixed FileField UI bug
  - Remove test suite from runtime installation
  - Fix test suite execution
* Tue Jun 09 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - Update to 1.9.1
    * Added Bootstrap 4 styling for clearable file widget.
    * Fixed FileField UI bug
    * Project now uses GitHub actions for testing
* Mon Mar 02 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 1.9.0:
    * Removed support for Python 2.
    * Removed support for Django versions prior to 2.2.
    * CSS for Column layout object in Bootstrap 4 template pack changed to 'col-md'.
* Tue Jan 07 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 1.8.1:
    * Fixing FileField UI bug introduced with 1.8.0
    * Remove is-valid css class for radio (bug introduced with 1.8.0)
    * Various alignment and margin fixes for Bootstrap 4 template pack
* Wed Oct 30 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 1.8.0:
    * Update to support new django releases
    * Numerous improvements to bootstrap4 template pack
  - Remove patches:
    * django-21.patch
    * django-20.patch
* Mon Sep 16 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Test only with pytest 3, newer releases not compatible
* Fri May 31 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Fix old leap build
* Wed Aug 08 2018 tchvatal@suse.com
  - Add patches to work with django 2.0 and 2.1 properly:
    * django-20.patch
    * django-21.patch
* Wed Aug 08 2018 jengelh@inai.de
  - Trim marketing from description.
* Wed Aug 01 2018 tchvatal@suse.com
  - Version update to 1.7.2:
    * Bootstrap4 fixes
    * Small bugfixes around
* Wed Nov 15 2017 buschmann23@opensuse.org
  - spec file
    * require python-Django instead of python-django
* Wed Nov 15 2017 buschmann23@opensuse.org
  - spec file
    * convert to single spec file
* Tue Oct 24 2017 buschmann23@opensuse.org
  - Update to version 1.7.0
    * Fixes compatibility with Django 2.0
    * Various other fixes.
* Mon Feb 06 2017 sbrabec@suse.com
  - Update to version 1.6.1.
    * Updates compatibility for Django 1.10
    * A number of small Bootstrap 4 fixes.
    * Dropped support for Django 1.7
    * Added Bootstrap 4 template pack
    * Other small fixes.
* Mon Nov 09 2015 mcihar@suse.cz
  - Update to version 1.5.2
    * Fix: KeyError: u'wrapper_class' when clearing template context. #511, #512
    * Fix: Alignment of stacked checkboxes and radio buttons in Bootstrap 3 #358
    * Switched to py.test. Modernised test suite. Enabled tox, code coverage and Travis for all
    supported Python/Django versions. [See list of Merged "Testing/Process" PRs here](https://github.com/maraujop/django-crispy-forms/pulls?q=is%3Apr+is%3Amerged+milestone%3A1.5.1+label%3ATesting%2FProcess)
    * Added compatibility with Python 3.2
    * Fix: Allow LayoutObject & BaseInputs to accept custom template #493
    * Fixed compatibility with: Python 3, Django 1.7, Django 1.8 and Django 1.4.16. Merged PR #417, but thanks to PRs #369, #368 and #310. Closes also #383.
    * Updated test suite for compatibility with all supported Django versions 1.4, 1.7, 1.8 and run CI against these and Django `master`. See #451, #455.
    * Bug fix for specifying `template_pack` in `{% crispy %}` tag, `bootstrap3` couldn't be set that way.
    * New doc section for creating custom template packs.
    * Fixed Bootstrap3 checkbox alignment issues with label texts, see #275.
    * First `AccordionGroup` can now be set to `active=False`, see #246.
    * Fixed Bootstrap3 checkbox alignment issues for all device sizes, see #225 and #267.
    * All forms are now rendered with {{ form.media }}, this makes forms containing widgets with `Media` meta class work, see #263.
    * Adjusted `{% specialspaceless %}` to avoid breaking intended spaces and be less aggressive, see #250.
    * Fixed inputs rendering for bootstrap3 and redo `FormActions` layout object bootstrap3 template for correct alignment, see #279.
    * `MultiField` now obeys `form_show_labels`, see #278.
    * Added `wrapper_class` to `bootstrap.InlineRadios`, see #272.
    * Render label for checkboxes within `table_inline_formset.html`, see #262.
    * Removed deprecated layout object `AppendedPrependedText`, replaced by `PrependedAppendedText`.
    * Fixed `PrependedAppendedText` when rendering a select widget, in bootstrap and bootstrap3 template packs, see #258.
    * Added support to `{% crispy_addon %}` tag for `form_show_labels`, see #256.
    * Major cleanup and refactor of the template pack system thanks to @tepez, see #217 and #237:
    - Template packs are now self contained/independent, removing dangerous cross references. If you have a custom template pack this can cause backwards incompatibility, but it will pay in the future to adjust to this changes.
    - `MultiField` cannot be used with `bootstrap` or `bootstrap3` template packs.
    - Added `template_pack` `FormHelper` attribute, so that template packs can be specified at form helper level. This changes layout objects `render` behavior.
    * Default template pack is now `bootstrap3`.
    * Make `CRISPY_TEMPLATE_PACK` setting optional, see #237 and #244.
  - Run testsuite in %check
  - Remove no longer needed cleanups on source tarballs, added removal of .pyc files
  - Spec file cleanup

Files

/usr/lib/python3.6/site-packages/crispy_forms
/usr/lib/python3.6/site-packages/crispy_forms/__init__.py
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__/bootstrap.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__/bootstrap.cpython-36.pyc
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__/helper.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__/helper.cpython-36.pyc
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__/layout.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__/layout.cpython-36.pyc
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__/layout_slice.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__/layout_slice.cpython-36.pyc
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/crispy_forms/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/crispy_forms/base.py
/usr/lib/python3.6/site-packages/crispy_forms/bootstrap.py
/usr/lib/python3.6/site-packages/crispy_forms/exceptions.py
/usr/lib/python3.6/site-packages/crispy_forms/helper.py
/usr/lib/python3.6/site-packages/crispy_forms/layout.py
/usr/lib/python3.6/site-packages/crispy_forms/layout_slice.py
/usr/lib/python3.6/site-packages/crispy_forms/templates
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/accordion-group.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/accordion.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/betterform.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/display_form.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/errors.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/errors_formset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/field.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/alert.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/baseinput.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/button.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/buttonholder.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/checkboxselectmultiple.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/checkboxselectmultiple_inline.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/column.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/div.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/field_errors.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/field_errors_block.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/field_with_buttons.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/fieldset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/formactions.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/help_text.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/help_text_and_errors.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/multifield.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/prepended_appended_text.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/radioselect.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/radioselect_inline.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/row.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/tab-link.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/tab.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/layout/uneditable_input.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/table_inline_formset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/uni_form.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/uni_formset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/whole_uni_form.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap/whole_uni_formset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/accordion-group.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/accordion.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/betterform.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/display_form.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/errors.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/errors_formset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/field.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/inputs.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/alert.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/baseinput.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/button.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/buttonholder.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/checkboxselectmultiple.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/checkboxselectmultiple_inline.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/column.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/div.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/field_errors.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/field_errors_block.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/field_with_buttons.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/fieldset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/formactions.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/help_text.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/help_text_and_errors.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/inline_field.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/multifield.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/prepended_appended_text.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/radioselect.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/radioselect_inline.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/row.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/tab-link.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/tab.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/layout/uneditable_input.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/multifield.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/table_inline_formset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/uni_form.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/uni_formset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/whole_uni_form.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap3/whole_uni_formset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/accordion-group.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/accordion.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/betterform.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/display_form.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/errors.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/errors_formset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/field.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/inputs.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/alert.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/baseinput.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/button.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/buttonholder.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/checkboxselectmultiple.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/checkboxselectmultiple_inline.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/column.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/div.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/field_errors.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/field_errors_block.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/field_file.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/field_with_buttons.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/fieldset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/formactions.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/help_text.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/help_text_and_errors.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/inline_field.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/multifield.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/prepended_appended_text.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/radioselect.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/radioselect_inline.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/row.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/tab-link.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/tab.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/layout/uneditable_input.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/table_inline_formset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/uni_form.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/uni_formset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/whole_uni_form.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/bootstrap4/whole_uni_formset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/betterform.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/display_form.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/errors.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/errors_formset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/field.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/field.strict.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/layout
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/layout/baseinput.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/layout/buttonholder.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/layout/column.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/layout/div.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/layout/fieldset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/layout/multifield.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/layout/row.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/multifield.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/uni_form.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/uni_formset.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/whole_uni_form.html
/usr/lib/python3.6/site-packages/crispy_forms/templates/uni_form/whole_uni_formset.html
/usr/lib/python3.6/site-packages/crispy_forms/templatetags
/usr/lib/python3.6/site-packages/crispy_forms/templatetags/__init__.py
/usr/lib/python3.6/site-packages/crispy_forms/templatetags/__pycache__
/usr/lib/python3.6/site-packages/crispy_forms/templatetags/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/crispy_forms/templatetags/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/crispy_forms/templatetags/__pycache__/crispy_forms_field.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/crispy_forms/templatetags/__pycache__/crispy_forms_field.cpython-36.pyc
/usr/lib/python3.6/site-packages/crispy_forms/templatetags/__pycache__/crispy_forms_filters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/crispy_forms/templatetags/__pycache__/crispy_forms_filters.cpython-36.pyc
/usr/lib/python3.6/site-packages/crispy_forms/templatetags/__pycache__/crispy_forms_tags.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/crispy_forms/templatetags/__pycache__/crispy_forms_tags.cpython-36.pyc
/usr/lib/python3.6/site-packages/crispy_forms/templatetags/__pycache__/crispy_forms_utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/crispy_forms/templatetags/__pycache__/crispy_forms_utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/crispy_forms/templatetags/crispy_forms_field.py
/usr/lib/python3.6/site-packages/crispy_forms/templatetags/crispy_forms_filters.py
/usr/lib/python3.6/site-packages/crispy_forms/templatetags/crispy_forms_tags.py
/usr/lib/python3.6/site-packages/crispy_forms/templatetags/crispy_forms_utils.py
/usr/lib/python3.6/site-packages/crispy_forms/utils.py
/usr/lib/python3.6/site-packages/django_crispy_forms-1.11.2-py3.6.egg-info
/usr/lib/python3.6/site-packages/django_crispy_forms-1.11.2-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/django_crispy_forms-1.11.2-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/django_crispy_forms-1.11.2-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/django_crispy_forms-1.11.2-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/django_crispy_forms-1.11.2-py3.6.egg-info/top_level.txt
/usr/share/doc/packages/python3-django-crispy-forms
/usr/share/doc/packages/python3-django-crispy-forms/CONTRIBUTORS.txt
/usr/share/doc/packages/python3-django-crispy-forms/README.rst
/usr/share/licenses/python3-django-crispy-forms
/usr/share/licenses/python3-django-crispy-forms/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024