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: DjangoAdminHackers/django-admin-row-actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feature/django4
Choose a base ref
...
head repository: DjangoAdminHackers/django-admin-row-actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 9 files changed
  • 2 contributors

Commits on Jul 17, 2019

  1. Remove example tests

    Remove the example tests directory created by Django's startproject, to avoid the illusion that the project is tested.
    adamchainz committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    8015493 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Improve media method

    Avoid mutating the contents of the lists from the instance returned from `super()`, and instead use addition, [the recommended method of combining Media classes](https://docs.djangoproject.com/en/2.2/topics/forms/media/#combining-media-objects).
    adamchainz committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    467c190 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Merge pull request #21 from adamchainz/remove_empty_tests

    Remove example tests
    blag authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0541e88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from adamchainz/improve_media

    Improve media method
    blag authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f756c05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    445c591 View commit details
    Browse the repository at this point in the history
  4. Update to Python 3 syntax

    blag committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    cabb1c9 View commit details
    Browse the repository at this point in the history
  5. Upgrade to Django 4.2

    blag committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b58e39b View commit details
    Browse the repository at this point in the history
  6. Update version to 0.10.0

    blag committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    3e964f8 View commit details
    Browse the repository at this point in the history
  7. Don't need six anymore

    blag committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    36f57b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Convert to pyproject.toml

    blag committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    7a7d464 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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

Commits on Oct 6, 2023

  1. Merge pull request #28 from DjangoAdminHackers/prerelease-improvements

    Pre-release improvements
    blag authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f3f44a8 View commit details
    Browse the repository at this point in the history
Loading