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: joke2k/django-environ
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.1
Choose a base ref
...
head repository: joke2k/django-environ
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Aug 30, 2023

  1. Bump version

    sergeyklay committed Aug 30, 2023
    Copy the full SHA
    54daf88 View commit details

Commits on Sep 1, 2023

  1. Revert "Add variable expansion (fix #421)"

    This reverts commit c61bfb0.
    sergeyklay committed Sep 1, 2023
    Copy the full SHA
    b343e05 View commit details
  2. Update change log

    sergeyklay committed Sep 1, 2023
    Copy the full SHA
    55ff0e3 View commit details
  3. Copy the full SHA
    5561b35 View commit details
  4. Copy the full SHA
    928a654 View commit details
  5. Bump version

    sergeyklay committed Sep 1, 2023
    Copy the full SHA
    18423bd View commit details
  6. Revert "Add variable expansion (fix #421)"

    This reverts commit c61bfb0.
    sergeyklay committed Sep 1, 2023
    Copy the full SHA
    a2848cd View commit details
  7. Update change log

    sergeyklay committed Sep 1, 2023
    Copy the full SHA
    66888f1 View commit details
  8. Copy the full SHA
    b3ab191 View commit details
  9. Copy the full SHA
    df301b6 View commit details

Commits on Sep 6, 2023

  1. Bump actions/checkout from 3.6.0 to 4.0.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.6.0...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sergeyklay committed Sep 6, 2023
    Copy the full SHA
    7b5d7f9 View commit details

Commits on Sep 22, 2023

  1. Make inline comments handling optional and disabled by default

    Disabled inline comments handling (that was introduced in #475)
    by default due to potential side effects. While the feature itself is
    useful, the project's philosophy dictates that it should not be enabled
    by default for all users.
    
    This also fix the issue described in the #499.
    sergeyklay committed Sep 22, 2023
    Copy the full SHA
    e3e7fc9 View commit details

Commits on Oct 27, 2023

  1. Copy the full SHA
    b108444 View commit details
  2. Bump actions/checkout from 4.0.0 to 4.1.1

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.0.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sergeyklay committed Oct 27, 2023
    Copy the full SHA
    de22b7e View commit details
  3. Bump actions/setup-python from 4.7.0 to 4.7.1

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4.7.0...v4.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sergeyklay committed Oct 27, 2023
    Copy the full SHA
    46c035e View commit details

Commits on Oct 28, 2023

  1. Test on Django 5.0

    adamchainz authored and sergeyklay committed Oct 28, 2023
    2
    Copy the full SHA
    a1113e4 View commit details

Commits on Oct 25, 2024

  1. Bump github/codeql-action from 2 to 3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sergeyklay committed Oct 25, 2024
    Copy the full SHA
    7e9e32a View commit details
  2. Bump actions/setup-python from 4.7.1 to 5.0.0

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.0.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4.7.1...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sergeyklay committed Oct 25, 2024
    Copy the full SHA
    bead9cc View commit details
  3. Copy the full SHA
    be3d746 View commit details
  4. Bump pypy version to 3.10

    sergeyklay committed Oct 25, 2024
    Copy the full SHA
    3a611db View commit details
  5. Copy the full SHA
    3af3921 View commit details
  6. Drop Django 1.x support

    sergeyklay committed Oct 25, 2024
    Copy the full SHA
    3a58838 View commit details
  7. Bump sphinx and furo

    sergeyklay committed Oct 25, 2024
    Copy the full SHA
    ac6c0d4 View commit details
  8. Copy the full SHA
    839b1f3 View commit details
  9. Copy the full SHA
    01cd8e0 View commit details
  10. Copy the full SHA
    6321605 View commit details
  11. Copy the full SHA
    04642ad View commit details
  12. Copy the full SHA
    7af0b84 View commit details
  13. Add support for Django 5.1

    sergeyklay committed Oct 25, 2024
    Copy the full SHA
    09ef21a View commit details
  14. Bump actions/upload-artifact from 3 to 4

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sergeyklay committed Oct 25, 2024
    Copy the full SHA
    0ee9141 View commit details
  15. Copy the full SHA
    8968660 View commit details
  16. Bump version

    sergeyklay committed Oct 25, 2024
    Copy the full SHA
    023491a View commit details

Commits on Oct 29, 2024

  1. Bump actions/setup-python from 5.0.0 to 5.3.0

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.3.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5.0.0...v5.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sergeyklay committed Oct 29, 2024
    Copy the full SHA
    6c12976 View commit details
  2. Bump Vankka/pr-target-branch-action from 2 to 3

    Bumps [Vankka/pr-target-branch-action](https://github.com/vankka/pr-target-branch-action) from 2 to 3.
    - [Release notes](https://github.com/vankka/pr-target-branch-action/releases)
    - [Commits](Vankka/pr-target-branch-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: Vankka/pr-target-branch-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sergeyklay committed Oct 29, 2024
    Copy the full SHA
    9fa66f2 View commit details
  3. Bump actions/checkout from 4.1.1 to 4.2.2

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.2.2.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.1...v4.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sergeyklay committed Oct 29, 2024
    Copy the full SHA
    f53b3f4 View commit details

Commits on Nov 3, 2024

  1. Add support for Django CockroachDB driver

    As per #509 adds support for Django CockroachDB
    stevewilliamsuk authored and sergeyklay committed Nov 3, 2024
    Copy the full SHA
    6f0a91b View commit details

Commits on Nov 4, 2024

  1. Update copyright notice

    sergeyklay committed Nov 4, 2024
    Copy the full SHA
    c8379ed View commit details
  2. Update change log

    sergeyklay committed Nov 4, 2024
    Copy the full SHA
    0f2e088 View commit details
  3. feat: Channels URL support

    lasuillard authored and sergeyklay committed Nov 4, 2024
    Copy the full SHA
    8729165 View commit details
  4. feat: Redis Pub/Sub

    lasuillard authored and sergeyklay committed Nov 4, 2024
    Copy the full SHA
    8b70d9f View commit details
  5. Copy the full SHA
    60164fd View commit details
  6. Update change log

    sergeyklay committed Nov 4, 2024
    Copy the full SHA
    d92e11b View commit details
  7. Copy the full SHA
    6abdb86 View commit details
  8. Correct code style

    sergeyklay committed Nov 4, 2024
    Copy the full SHA
    8e844ac View commit details

Commits on Nov 8, 2024

  1. Update change log

    sergeyklay committed Nov 8, 2024
    Copy the full SHA
    00c8203 View commit details
  2. Copy the full SHA
    993b36c View commit details

Commits on Jan 13, 2025

  1. Merge pull request #545 from joke2k/develop

    Release v0.12.0
    joke2k authored Jan 13, 2025
    Copy the full SHA
    176e812 View commit details
Loading