Download Latest Version Remove unnecessary, update readme source code.zip (134.0 kB)
Email in envelope

Get an email when there's a new version of django-telegram-bot

Home / v2.0.1
Name Modified Size InfoDownloads / Week
Parent folder
Migrate to PositiveBigIntegerField and other minor fixes source code.tar.gz 2021-12-01 114.7 kB
Migrate to PositiveBigIntegerField and other minor fixes source code.zip 2021-12-01 135.0 kB
README.md 2021-12-01 364 Bytes
Totals: 3 Items   250.1 kB 0
  1. Using PositiveBigIntegerField for user telegram ids
  2. Add context: CallbackContext typing
  3. Remove unused fields from User model
  4. Add GetOrNoneManager. Example of using: user = User.objects.get_or_none(user_id=<some_id>)
  5. Add AdminManager. You can select all admins via User.admins.all() instead of User.objects.filter(is_admin=True)
Source: README.md, updated 2021-12-01