v4.0.0
Features
- Connect
Djangosignals to media models oftelegram_botsapp so that their files deleted after models themselves deleted by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/228 - Uncomment
delete_users_not_accepted_termstask inusersapp that deletes users who have not accepted the ToS within 30 days by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/231
Enhancements
- Optimize
viewsintelegram_botsapp by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/221 - Update
MultiPartJSONParserparser by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/223 - Add
JSONParserparser toMessageViewSet.parser_classesproperty oftelegram_botsapp by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/225 - Update
MediaSerializerbase serializer oftelegram_botsapp by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/227 - Update
UserViewSet.timeline_statsview action intelegram_botsapp by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/232 - Make update for
datafield is deep intelegram_bots/hubapp by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/233 - Update tests of
telegram_botsapp by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/235 - Add new fields to
UserAdminadmin inusersapp by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/237
Fixes
- Fix
InvoiceViewSetview intelegram_botsapp by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/224 - Fix
MessageSerializer.update_mediaandInvoiceSerializer.update_imagemethods intelegram_botsapp by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/226 - Fix max storage limit validation for
MessageSerializerandInvoiceSerializerserializers intelegram_botsapp by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/229 - Fix
DatabaseRecordSerializerserializer validation intelegram_botsapp by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/234
Refactors
- Refactor some serializers in
telegram_botsapp by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/222 - Rename
check_tokens_expiration_datetask todelete_expired_tokensinusersapp by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/230 - Make
MultiPartJSONParser.parse_jsonmethod to private by @EXG1O in https://github.com/EXG1O/Constructor-Telegram-Bots/pull/236
Full Changelog: EXG1O/Constructor-Telegram-Bots@v3.2.0...v4.0.0