forked from jimfunk/django-postgresql-netfields
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jimfunk/django-postgresql-netfields
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 23 files changed
- 7 contributors
Commits on Dec 13, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2b74170 - Browse repository at this point
Copy the full SHA 2b74170View commit details
Commits on Dec 15, 2021
-
Merge pull request jimfunk#116 from tfromme/patch-1
Fix potential MacAddressField crash in DRF
Configuration menu - View commit details
-
Copy full SHA for b1ad445 - Browse repository at this point
Copy the full SHA b1ad445View commit details
Commits on Mar 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ca57f6c - Browse repository at this point
Copy the full SHA ca57f6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b78a48c - Browse repository at this point
Copy the full SHA b78a48cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 319d42b - Browse repository at this point
Copy the full SHA 319d42bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 648fd88 - Browse repository at this point
Copy the full SHA 648fd88View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf4f57d - Browse repository at this point
Copy the full SHA bf4f57dView commit details
Commits on Mar 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 812d84c - Browse repository at this point
Copy the full SHA 812d84cView commit details
Commits on Apr 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6ef177c - Browse repository at this point
Copy the full SHA 6ef177cView commit details
Commits on Apr 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 804fcbd - Browse repository at this point
Copy the full SHA 804fcbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae2898c - Browse repository at this point
Copy the full SHA ae2898cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2105a9f - Browse repository at this point
Copy the full SHA 2105a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae7a9c8 - Browse repository at this point
Copy the full SHA ae7a9c8View commit details -
Fix Tox environments meant to be for Python 3.9 and duplicate
environment definitions
Configuration menu - View commit details
-
Copy full SHA for 5c51b6a - Browse repository at this point
Copy the full SHA 5c51b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 135fe60 - Browse repository at this point
Copy the full SHA 135fe60View commit details
Commits on Dec 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a4cb4cb - Browse repository at this point
Copy the full SHA a4cb4cbView commit details -
`` RemovedInDjango41Warning: 'netfields' defines default_app_config = 'netfields.apps.NetfieldsConfig'. Django now detects this configuration automatically. You can remove default_app_config. ``
Configuration menu - View commit details
-
Copy full SHA for cd354f7 - Browse repository at this point
Copy the full SHA cd354f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 755aa86 - Browse repository at this point
Copy the full SHA 755aa86View commit details -
Configuration menu - View commit details
-
Copy full SHA for a698066 - Browse repository at this point
Copy the full SHA a698066View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cdc806 - Browse repository at this point
Copy the full SHA 4cdc806View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master