Metadata-Version: 2.1
Name: django-private-chat2
Version: 1.0.2
Summary: Chat app for Django, powered by Django Channels, Websockets & Asyncio
Home-page: https://github.com/Bearle/django_private_chat2
Author: Bearle
Author-email: tech@bearle.ru
License: MIT
Keywords: django_private_chat2
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
License-File: LICENSE
License-File: AUTHORS.rst



History
-------

1.0.2 (2022-01-07)
++++++++++++++++++

* Improve performance for file selection in MessageModelList via 'prefetch_related'
* Split consumers.py into separate files for better readability & add strong typing
* Fix typo for ErrorOccured
* Fix readme

1.0.1 (2021-12-23)
++++++++++++++++++

* Remove unneeded files from release


1.0.0 (2021-12-23)
++++++++++++++++++

* Support django 4.0
* Switch to GithubCI instead of travis
* Seems good enough to make it 1.0.0


0.1.4 (2021-04-01)
++++++++++++++++++

* File upload functionality

0.1.3 (2021-03-29)
++++++++++++++++++

* Fix migrations

0.1.2 (2021-03-23)
++++++++++++++++++

* Fix errors found with tests №2

0.1.1 (2021-03-23)
++++++++++++++++++

* Fix errors found with tests


0.1.0 (2021-03-21)
++++++++++++++++++

* First release on PyPI.


