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: gforcada/django-postgresql-netfields
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jimfunk/django-postgresql-netfields
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 23 files changed
  • 7 contributors

Commits on Dec 13, 2021

  1. Fix potential MacAddressField crash in DRF

    Using the MACAddressField on a model, then attempting to submit an "extra large" mac address such as `be:ef:be:ef:be:ef:be:ef` results in an IndexError, which gets bubbled out of DRF and results in a 500 ServerError.  This should raise a ValidationError instead.
    tfromme authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    2b74170 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Merge pull request jimfunk#116 from tfromme/patch-1

    Fix potential MacAddressField crash in DRF
    jimfunk authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    b1ad445 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Implement macaddr8 type

    benoit9126 authored and jimfunk committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    ca57f6c View commit details
    Browse the repository at this point in the history
  2. Additional tests

    benoit9126 authored and jimfunk committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    b78a48c View commit details
    Browse the repository at this point in the history
  3. Fix test compatibility

    First, unittest2 is not compatible with python 3.10. However, in Python
    3.x, the standard unittest module has the functionality we used, so
    unittest2 is now only used in python 2.7.
    
    Next. changed assertItemsEqual to AssertEqual. It seems that
    assertItemsEqual only compared item counts, not the instances, and was
    removed due to the majority of users, this project included, assuming
    that the instances were compared. See https://bugs.python.org/issue27060
    jimfunk committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    319d42b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    648fd88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf4f57d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. 1.3.0

    jimfunk committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    812d84c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

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

Commits on Apr 8, 2023

  1. Add support for psycopg3

    c-w authored and jimfunk committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    804fcbd View commit details
    Browse the repository at this point in the history
  2. Fix Github Actions

    c-w authored and jimfunk committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    ae2898c View commit details
    Browse the repository at this point in the history
  3. Sync psycopg3 check with Django

    c-w authored and jimfunk committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    2105a9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae7a9c8 View commit details
    Browse the repository at this point in the history
  5. Fix Tox environments meant to be for Python 3.9 and duplicate

    environment definitions
    jimfunk committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    5c51b6a View commit details
    Browse the repository at this point in the history
  6. 1.3.1

    jimfunk committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    135fe60 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Fix uncaught EUI() exceptions

    kbirkeland authored and jimfunk committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a4cb4cb View commit details
    Browse the repository at this point in the history
  2. Avoid a deprecation warning

    ``
    RemovedInDjango41Warning: 'netfields' defines default_app_config = 'netfields.apps.NetfieldsConfig'. Django now detects this configuration automatically. You can remove default_app_config.
    ``
    gforcada authored and jimfunk committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    cd354f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    755aa86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a698066 View commit details
    Browse the repository at this point in the history
  5. 1.3.1

    jimfunk committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4cdc806 View commit details
    Browse the repository at this point in the history
Loading