Metadata-Version: 2.4
Name: kiwitcms-django-tenants
Version: 3.8.0
Summary: Tenant support for Kiwi TCMS
Home-page: https://github.com/kiwitcms/django-tenants
Author: Thomas Turner
Author-email: tom@twt.me.uk
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: Django<6.0,>=2.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

kiwitcms-django-tenants
=======================

This is a fork of https://github.com/django-tenants/django-tenants at version 3.8.0,
https://github.com/django-tenants/django-tenants/releases/tag/v3.7.8, commit 7d82923.

It reverts the changes made in
https://github.com/django-tenants/django-tenants/pull/997 b/c they cause existing
Kiwi TCMS tests to fail and appear to be much more disruptive than what appears initially!
Kiwi TCMS needs the rest of the changes in order to become compatible with Django 5.2,
but we don't want to risk breaking production instances hence the fork!

For the full list of changes between the last known working version and the original 3.8.0 see:
https://github.com/django-tenants/django-tenants/compare/v3.7.0...v3.7.8
