Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: django-crispy-forms/crispy-bootstrap5
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6
Choose a base ref
...
head repository: django-crispy-forms/crispy-bootstrap5
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7
Choose a head ref
  • 14 commits
  • 31 files changed
  • 6 contributors

Commits on Oct 31, 2021

  1. Configuration menu
    Copy the full SHA
    e10e0af View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Configuration menu
    Copy the full SHA
    8bccd51 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Fix help text not rendering as "safe" (#93)

    * Revert "Removed |safe filter from help text (#66)"
    
    This reverts commit 52156bf.
    Archmonger authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    2b1a014 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Update Django/Python versions in Automated Tests (#100)

    * Update Django/Python versions in Automated Tests
    
    Updated the automated tests run by Github Actions to only use supported
    versions and combinations of Python and Django.
    - Added Python 3.10 to Github automated tests for Django 3.2 and 4.0.
    - Removed Python 3.6 and Django 2.2/3.1 from tests {deprecated upstream).
    - Run linters using the latest version of Python (3.10).
    
    * Update package metadata and deployment tests
    
    - Python 3.7 is now the minimum required version to installl
       crispy-bootstrap5.
    - Removed Django 2.2, 3.1, and Python 3.6 (deprecated upstream) from
       classifiers.
    - Removed Python 3.6 from publishing test matrix
    - Run the deployment process using the latest version of Python (3.10).
    - Fixed a broken test results file where it incorrectly expected a
      repeated form-select (test_prepended_appended_select.html)
    jmoppel authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    32c3fbb View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Fix label text for required Floating Fields (#101)

    - For Floating Fields, added an asterisk (*) to the end of label text
      to denote a required field.
    - Enclosed the * in a span tag with the required styling (see link
      below for more info about styling the required fields asterisk)
    - Updated test result files to reflect these changes.
    
    Asterisk CSS stying info:
    https://django-crispy-forms.readthedocs.io/en/latest/crispy_tag_forms.html?highlight=asteriskField#change-required-field
    jmoppel authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    193ba81 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Fix table formset checkbox (#107)

    * Remove empty divs for checkboxes when rendering table_inline_formsets
    
    * Fix tests accordingly
    JimiRecard authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    b775ef2 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    cdc2716 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    750e360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94a2b46 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Fixed CSP issues #102 (#115)

    smithdc1 authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    31f1166 View commit details
    Browse the repository at this point in the history
  2. FieldWithButtons space issue (#116)

    Fixes #114
    smithdc1 authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7136000 View commit details
    Browse the repository at this point in the history
  3. Used form-text for help_text (#117)

    * Used `form-text` for help_text
    Fixes #80
    
    * Fixed Tests
    smithdc1 authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    05ba4f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Move radio checkbox select help text out of div (#123)

    Currently, the help text is included in the div, if a scroll class is added to `field_class`,
    it will result in the errors and help text being shown as part of the scroll and have to
    scroll to the bottom of the inner container to see it. This likely won't be surprising as
    the other fields, the help text are beside the input and not within the input container.
    pickfire authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    521514e View commit details
    Browse the repository at this point in the history
  2. Release 0.7 (#124)

    smithdc1 authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    0e58c11 View commit details
    Browse the repository at this point in the history
Loading