jazzband / django-hosts

Dynamic and static host resolving for Django. Maps hostnames to URLconfs.
http://django-hosts.rtfd.org
Other
979 stars 107 forks source link

Remove default_app_config #143

Closed stianjensen closed 2 years ago

stianjensen commented 2 years ago

default_app_config is deprecated as of django 3.2, and will no longer work with django 4.1

Since django 3.2 is now the lowest supported version of django-hosts, it may be removed.

codecov[bot] commented 2 years ago

Codecov Report

Merging #143 (2056f48) into master (0688008) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #143   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          399       398    -1     
  Branches        59        67    +8     
=========================================
- Hits           399       398    -1     
Impacted Files Coverage Δ
django_hosts/__init__.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0688008...2056f48. Read the comment docs.