-
-
Notifications
You must be signed in to change notification settings - Fork 108
Comparing changes
Open a pull request
base repository: jazzband/django-hosts
base: 5.1
head repository: jazzband/django-hosts
compare: 7.0.0
- 17 commits
- 28 files changed
- 9 contributors
Commits on Mar 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2c1a6dc - Browse repository at this point
Copy the full SHA 2c1a6dcView commit details
Commits on Aug 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7f858cc - Browse repository at this point
Copy the full SHA 7f858ccView commit details
Commits on Nov 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0d4ce18 - Browse repository at this point
Copy the full SHA 0d4ce18View commit details
Commits on Dec 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f7a9a60 - Browse repository at this point
Copy the full SHA f7a9a60View commit details
Commits on Jan 12, 2023
-
Fix erroneous empty pattern matching when PARENT_HOST is defined (#128)
* add blank + wildcard patterns testcase * suffix compiled regex according to PARENT_HOST * add `:` (port delimiter) as pattern termination * fix blank_urlconf middleware test for django 4.0+
Configuration menu - View commit details
-
Copy full SHA for 591bf5d - Browse repository at this point
Copy the full SHA 591bf5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ba372d - Browse repository at this point
Copy the full SHA 5ba372dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30670e8 - Browse repository at this point
Copy the full SHA 30670e8View commit details
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 03331a4 - Browse repository at this point
Copy the full SHA 03331a4View commit details
Commits on Feb 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4d4ef69 - Browse repository at this point
Copy the full SHA 4d4ef69View commit details
Commits on Oct 22, 2023
-
Also removed usage of `pkg_resources` in `django_hosts/__init__.py`, as it's been deprecated (see the "Attention" notice at the top of https://setuptools.pypa.io/en/latest/pkg_resources.html). `importlib.metadata.version()` was added in Python 3.8, which is the new, recommended way to get the version of an installed package. Co-authored-by: Anders <6058745+ddabble@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6519d3b - Browse repository at this point
Copy the full SHA 6519d3bView commit details -
Confirmed support for Python 3.12 (#164)
Co-authored-by: Anders <6058745+ddabble@users.noreply.github.com>
2Configuration menu - View commit details
-
Copy full SHA for 6b6d0a4 - Browse repository at this point
Copy the full SHA 6b6d0a4View commit details
Commits on Oct 27, 2023
-
Add note to FAQ in docs (#162)
* Add note to FAQ in docs Spent some time while implementing django-hosts and fixing our tests, so I thought it was worth adding here * Update docs/faq.rst * Update docs/faq.rst * Update docs/faq.rst --------- Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 57c16c5 - Browse repository at this point
Copy the full SHA 57c16c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17fc0b6 - Browse repository at this point
Copy the full SHA 17fc0b6View commit details
Commits on May 9, 2024
-
Confirm support for Django 4.2 and 5.0, drop support for 4.0 and 4.1 (#…
…166) * Ignore coverage.xml from source control It appeared after running tests, but should probably not be tracked * Confirm support for Django 4.2 and 5.0 * Drop support for Django 4.0 and 4.1 * Drop support for Django < 4.2
Configuration menu - View commit details
-
Copy full SHA for 625969b - Browse repository at this point
Copy the full SHA 625969bView commit details
Commits on Feb 16, 2025
-
Update documentation links and fix typos (#172)
* Update various links * Update MIDDLEWARE example to use list * Fix typos * Update some more redirected links * Link to english wiki page on DRY * Update docs to link to archived version of page Co-authored-by: Anders <6058745+ddabble@users.noreply.github.com> --------- Co-authored-by: Anders <6058745+ddabble@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d9479e0 - Browse repository at this point
Copy the full SHA d9479e0View commit details -
Drop Python 3.8 and Django 5.0, add Python 3.13 and Django 5.10, upda…
…te old code and fix tests (#171) * Bump GitHub action workflows * Test against python 3.13 and django 5.2. Drop EOL versions * Simplify tox env list for django 5.1/5.2 * Fix deprecated warning in CI * Fix syntax of CI * Use Django 4.2 syntax for test HTTP headers * Use python 3 syntax for objects and super calls * Use python 3 syntax for decorators * Use python 3 syntax for strings * Add pre-commit repos for django-upgrade and pyupgrade * Remove uneeded default in middleware * Use f strings in some places * Fix flake8 issue * Updated gitignore * Updated changelog Also added the missing Django 5.2 classifier to `setup.py`. * Match quote style Co-authored-by: Anders <6058745+ddabble@users.noreply.github.com> * fixup! Match quote style * Added pre-commit-hooks --------- Co-authored-by: Anders <6058745+ddabble@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 19edbfa - Browse repository at this point
Copy the full SHA 19edbfaView commit details
Commits on Jun 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3c5a903 - Browse repository at this point
Copy the full SHA 3c5a903View commit details
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 5.1...7.0.0