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: sonus21/error-tracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cd7f85e
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: d819f97
Choose a head ref
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on Jan 7, 2021

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

    sonus21 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    79a2691 View commit details
    Browse the repository at this point in the history
  3. pring sys path

    sonus21 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    6d30b57 View commit details
    Browse the repository at this point in the history
  4. do not raise exception

    sonus21 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    1a48b39 View commit details
    Browse the repository at this point in the history
  5. removed unused code

    sonus21 committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    af0fa38 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Add support for Django 4 (#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
Loading