Skip to content

Releases: ckc-org/django-chit-chat

v0.0.10

15 Oct 00:18
1240d51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

30 Aug 22:25
2a42b88
Compare
Choose a tag to compare

What's Changed

  • Add id field to websocket response when chat message is created. by @gibsonbailey in #12

Full Changelog: v0.0.8...v0.0.9

v0.0.8

18 Aug 23:23
c65cb74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

18 Aug 21:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

16 Jul 21:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

07 Jun 01:35
Compare
Choose a tag to compare

What's Changed

  • add admin.py; add serializer overrides + chat_settings by @ckcollab in #4

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.4

07 Jun 01:00
Compare
Choose a tag to compare

Fix server error that happens when user fails to properly authenticate to the websocket.

v0.0.3

11 Feb 06:18
1a58f39
Compare
Choose a tag to compare

What's Changed

  • Improve release instructions. by @gibsonbailey in #3
  • Fix URL on pypi, now points to correct repo

Full Changelog: v0.0.2...v0.0.3

Prevent Duplicate Chat Room Creation

07 Jul 22:00
Compare
Choose a tag to compare
Pre-release

If a POST request is sent to /api/chatrooms/ with identical data as a room that exists already, the original room is returned rather than creating a duplicate and returning it.

Initial Version

12 Jun 01:01
dce8640
Compare
Choose a tag to compare
Initial Version Pre-release
Pre-release

This package includes models, viewsets, and a consumer (django-channels) to facilitate chatting using Django.