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: stephenmcd/grappelli-safe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: stephenmcd/grappelli-safe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 16 commits
  • 25 files changed
  • 4 contributors

Commits on Aug 12, 2020

  1. feat: Add Django 2.2 Compatability (#96)

    BREAKING CHANGE: dropped support for Python 2 and Django < 2.2
    
    * Remove unneeded import
    
    * Fix url
    
    * Move jQuery UI out to base admin template (fixes broken inlines)
    
    * Pass correct args to inlines
    
    * Style fix for M2M widget
    
    * Rename admin CSS class "field-box" to "fieldBox".
    
    (This addresses a change made in Django 2.1 to fix
    Django bug #29248.)
    
    * Style fixes for selector element
    
    * Update tested python versions
    
    * More fixes for selector CSS
    
    * Use "select[multiple]" in CSS selectors.
    
    (This addresses a change made in Django 2.1 to fix
    Django bug #29041.)
    
    * Revert "More fixes for selector CSS"
    
    This reverts commit 1a24ef7
    
    * Fix for selector widgets
    
    * Fix for "Add another", see #98
    
    Co-authored-by: zriv <zriv@users.noreply.github.com>
    Pete Dermott and zriv authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    7755ffd View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    jerivas committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    b906aac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04a8900 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e404d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b754a98 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

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

Commits on Sep 9, 2020

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

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    510fc33 View commit details
    Browse the repository at this point in the history
  2. docs: add badges

    jerivas committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    963f563 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. refactor: use high dev version

    So pip detects the development version as greater than any stable one
    jerivas committed May 26, 2021
    Configuration menu
    Copy the full SHA
    26e3ff1 View commit details
    Browse the repository at this point in the history
  2. ci: test against Python 3.9

    jerivas committed May 26, 2021
    Configuration menu
    Copy the full SHA
    10cdaa9 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

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

Commits on May 31, 2021

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

Commits on Jul 21, 2021

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

Commits on Nov 19, 2021

  1. ci: upgrade semantic-relase

    jerivas committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    2e1548e View commit details
    Browse the repository at this point in the history
  2. chore: update classifiers

    jerivas committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    d77345a View commit details
    Browse the repository at this point in the history
Loading