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: mathpresso/django-db-locking
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: vikingco/django-db-locking
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.
  • 19 commits
  • 16 files changed
  • 7 contributors

Commits on Oct 4, 2017

  1. Support for MySQL/MariaDB with utf8mb4 encoding (vikingco#40)

    * Change max length on NonBlockingLock model field 'locked_object'
    * Squash migrations
    
    Warning: This commit might not be 100% backwards compatible with your data. In case the locked_object field has a longer value, it will be truncated.
    Martijn Hemeryck authored and Duologic committed Oct 4, 2017
    Copy the full SHA
    0574b53 View commit details
  2. Adds missing migration for wrong default values (vikingco#41)

    Martijn Hemeryck authored and Duologic committed Oct 4, 2017
    Copy the full SHA
    6213905 View commit details

Commits on Dec 7, 2017

  1. Add timezone awareness test

    Pieter De Decker committed Dec 7, 2017
    Copy the full SHA
    9ce731a View commit details
  2. Fix docstring style

    Pieter De Decker committed Dec 7, 2017
    Copy the full SHA
    78aae97 View commit details
  3. Clean up old migrations

    Pieter De Decker committed Dec 7, 2017
    Copy the full SHA
    b266fbb View commit details
  4. Reflect incompatibility with 2.0

    Pieter De Decker committed Dec 7, 2017
    Copy the full SHA
    8946967 View commit details
  5. Resolve ambiguous variable names

    The flake8 check in the build suddenly starting failing on this for some
    reason.
    Pieter De Decker committed Dec 7, 2017
    Copy the full SHA
    925516c View commit details
  6. Bump version

    Pieter De Decker committed Dec 7, 2017
    Copy the full SHA
    b0885fb View commit details
  7. Merge pull request vikingco#42 from vikingco/VD-775/timezone-support

    VD-775: Ensure we get no timezone awareness warnings
    Veronica Cuevas authored Dec 7, 2017
    Copy the full SHA
    ab5c1b1 View commit details

Commits on Dec 8, 2017

  1. Add migrations check

    Pieter De Decker committed Dec 8, 2017
    Copy the full SHA
    3021854 View commit details
  2. Add missing migration

    Pieter De Decker committed Dec 8, 2017
    Copy the full SHA
    e478b1e View commit details
  3. Remove obsolete replace statement

    Pieter De Decker committed Dec 8, 2017
    Copy the full SHA
    def80d2 View commit details
  4. Bump version

    Pieter De Decker committed Dec 8, 2017
    Copy the full SHA
    4ea07b3 View commit details
  5. Merge pull request vikingco#43 from vikingco/VD-688/fix-locking

    VD-688: Fix django-db-locking migrations
    pieterdd authored Dec 8, 2017
    Copy the full SHA
    7244736 View commit details

Commits on Apr 16, 2018

  1. Copy the full SHA
    e59181b View commit details
  2. Merge pull request vikingco#44 from vikingco/fix-pip

    Use correct paths for PIP 10
    nielsvanoch authored Apr 16, 2018
    Copy the full SHA
    9c77c55 View commit details

Commits on Nov 7, 2018

  1. Update requirements to allow django < 2.2

    Tested on django 2.0 and 2.1.
    Timvde authored and Tim Van den Eynde committed Nov 7, 2018
    Copy the full SHA
    8df41f9 View commit details
  2. Update Travis tests

    We only want to run against supported versions of Python/Django.
    
    Listed 3.6.7 explicitly because 3.6 is still the older 3.6.3 on Travis,
    which is outdated.
    Timvde authored and Tim Van den Eynde committed Nov 7, 2018
    Copy the full SHA
    ea87fc9 View commit details
  3. Bump version to 2.0.8

    Timvde authored and Tim Van den Eynde committed Nov 7, 2018
    Copy the full SHA
    378a66c View commit details
Loading