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-commons/drf-excel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.0
Choose a base ref
...
head repository: django-commons/drf-excel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.4.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on May 13, 2024

  1. - fixes #83

    - when initializing a field, there were some conditions where no value would be returned (instead of returning the unchanged value)
    rptmat57 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7fe7e72 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. - fixes #84

    - making sure a list of strings is not treated as an array of arrays
    rptmat57 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    787cec0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Switch to pyproject.toml.

    FlipperPA committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    3f18d13 View commit details
    Browse the repository at this point in the history
  2. Improve .gitignore.

    FlipperPA committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    9d449a5 View commit details
    Browse the repository at this point in the history
Loading