Преглед на файлове

Update django-taggit dependency to allow 6.0.x (#12220)

Matt Westcott преди 7 месеца
родител
ревизия
c7a42c4b34
променени са 3 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      docs/releases/6.3.md
  3. 1 1
      setup.py

+ 1 - 0
CHANGELOG.txt

@@ -12,6 +12,7 @@ Changelog
  * Docs: Document how to customise date/time format settings (Vince Salvino)
  * Maintenance: Removed support for Python 3.8 (Matt Westcott)
  * Maintenance: Drop pytz dependency in favour of `zoneinfo.available_timezones` (Sage Abdullah)
+ * Maintenance: Relax django-taggit dependency to allow 6.0 (Matt Westcott)
 
 
 6.2.1 (xx.xx.20xx) - IN DEVELOPMENT

+ 1 - 0
docs/releases/6.3.md

@@ -31,6 +31,7 @@ depth: 1
 
  * Removed support for Python 3.8 (Matt Westcott)
  * Drop pytz dependency in favour of `zoneinfo.available_timezones` (Sage Abdullah)
+ * Relax django-taggit dependency to allow 6.0 (Matt Westcott)
 
 
 ## Upgrade considerations - changes affecting all projects

+ 1 - 1
setup.py

@@ -22,7 +22,7 @@ install_requires = [
     "Django>=4.2,<6.0",
     "django-modelcluster>=6.2.1,<7.0",
     "django-permissionedforms>=0.1,<1.0",
-    "django-taggit>=5.0,<5.1",
+    "django-taggit>=5.0,<6.1",
     "django-treebeard>=4.5.1,<5.0",
     "djangorestframework>=3.15.1,<4.0",
     "django-filter>=23.3,<25",