lino 25.1.6__py3-none-any.whl → 25.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. lino/__init__.py +1 -1
  2. lino/core/actions.py +6 -0
  3. lino/core/actors.py +9 -3
  4. lino/core/callbacks.py +3 -2
  5. lino/core/elems.py +1 -1
  6. lino/core/fields.py +4 -0
  7. lino/core/keyboard.py +7 -2
  8. lino/core/model.py +1 -0
  9. lino/core/requests.py +19 -7
  10. lino/core/site.py +1 -2
  11. lino/core/store.py +2 -2
  12. lino/help_texts.py +3 -1
  13. lino/locale/bn/LC_MESSAGES/django.po +782 -710
  14. lino/locale/de/LC_MESSAGES/django.mo +0 -0
  15. lino/locale/de/LC_MESSAGES/django.po +1259 -1280
  16. lino/locale/django.pot +751 -702
  17. lino/locale/es/LC_MESSAGES/django.po +777 -708
  18. lino/locale/et/LC_MESSAGES/django.po +784 -709
  19. lino/locale/fr/LC_MESSAGES/django.po +1339 -1191
  20. lino/locale/nl/LC_MESSAGES/django.po +787 -712
  21. lino/locale/pt_BR/LC_MESSAGES/django.po +769 -700
  22. lino/locale/zh_Hant/LC_MESSAGES/django.po +769 -700
  23. lino/management/commands/demotest.py +2 -1
  24. lino/mixins/__init__.py +1 -1
  25. lino/modlib/checkdata/choicelists.py +5 -4
  26. lino/modlib/checkdata/models.py +9 -8
  27. lino/modlib/help/models.py +5 -0
  28. lino/modlib/jinja/__init__.py +0 -4
  29. lino/modlib/memo/__init__.py +1 -1
  30. lino/modlib/notify/mixins.py +6 -8
  31. lino/modlib/periods/mixins.py +1 -25
  32. lino/modlib/periods/models.py +42 -9
  33. lino/modlib/system/choicelists.py +12 -11
  34. lino/modlib/uploads/fixtures/demo.py +1 -1
  35. lino/modlib/uploads/models.py +2 -1
  36. lino/utils/config.py +2 -0
  37. lino/utils/dpy.py +15 -3
  38. lino/utils/soup.py +136 -103
  39. {lino-25.1.6.dist-info → lino-25.2.1.dist-info}/METADATA +1 -1
  40. {lino-25.1.6.dist-info → lino-25.2.1.dist-info}/RECORD +43 -43
  41. {lino-25.1.6.dist-info → lino-25.2.1.dist-info}/WHEEL +0 -0
  42. {lino-25.1.6.dist-info → lino-25.2.1.dist-info}/licenses/AUTHORS.rst +0 -0
  43. {lino-25.1.6.dist-info → lino-25.2.1.dist-info}/licenses/COPYING +0 -0
Binary file