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: jeduardo211/error-tracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sonus21/error-tracker
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.
  • 5 commits
  • 33 files changed
  • 3 contributors

Commits on May 26, 2022

  1. Add support for Django 4 (sonus21#24)

    * Use path instead of url to support Django 4
    
    The old way of defining urls in DJango is no longer supported in Django 4.0.
    
    This commit replaces the regular expression based paths by the more modern path method, and also adds app_name in the urls file to allow usage with URL namespaces.
    
    * Increase version
    
    Altered major version because old versions of Django cannot be supported anymore.
    jeduardo211 authored May 26, 2022
    Configuration menu
    Copy the full SHA
    d819f97 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Create FUNDING.yml

    sonus21 authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    997db40 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Fixed bug in formatter

    Sonu Kumar committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    439f9a8 View commit details
    Browse the repository at this point in the history
  2. flask bug fix due to detached context

    Sonu Kumar committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    dde9a48 View commit details
    Browse the repository at this point in the history
  3. bump version

    Sonu Kumar committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    13324bc View commit details
    Browse the repository at this point in the history
Loading