lino 25.3.3__py3-none-any.whl → 25.4.0__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 (38) hide show
  1. lino/__init__.py +7 -1
  2. lino/api/dd.py +1 -1
  3. lino/config/admin_main_base.html +4 -3
  4. lino/help_texts.py +12 -14
  5. lino/locale/bn/LC_MESSAGES/django.po +1112 -907
  6. lino/locale/de/LC_MESSAGES/django.mo +0 -0
  7. lino/locale/de/LC_MESSAGES/django.po +1066 -918
  8. lino/locale/django.pot +1041 -900
  9. lino/locale/es/LC_MESSAGES/django.po +1103 -902
  10. lino/locale/et/LC_MESSAGES/django.po +1103 -915
  11. lino/locale/fr/LC_MESSAGES/django.po +1105 -916
  12. lino/locale/nl/LC_MESSAGES/django.po +1102 -917
  13. lino/locale/pt_BR/LC_MESSAGES/django.po +1099 -900
  14. lino/locale/zh_Hant/LC_MESSAGES/django.po +1099 -900
  15. lino/management/commands/buildcache.py +48 -3
  16. lino/management/commands/prep.py +1 -1
  17. lino/mixins/duplicable.py +1 -1
  18. lino/modlib/__init__.py +0 -1
  19. lino/modlib/checkdata/models.py +33 -15
  20. lino/modlib/comments/fixtures/demo2.py +1 -9
  21. lino/modlib/extjs/views.py +2 -3
  22. lino/modlib/linod/mixins.py +94 -41
  23. lino/modlib/linod/models.py +1 -1
  24. lino/modlib/memo/__init__.py +4 -0
  25. lino/modlib/memo/models.py +47 -1
  26. lino/modlib/users/ui.py +4 -2
  27. lino/modlib/weasyprint/__init__.py +12 -20
  28. lino/modlib/weasyprint/config/weasyprint/base.weasy.html +13 -2
  29. lino/sphinxcontrib/logo/__init__.py +2 -1
  30. lino/utils/__init__.py +1 -0
  31. lino/utils/dbhash.py +5 -3
  32. lino/utils/format_date.py +9 -4
  33. {lino-25.3.3.dist-info → lino-25.4.0.dist-info}/METADATA +1 -1
  34. {lino-25.3.3.dist-info → lino-25.4.0.dist-info}/RECORD +37 -38
  35. lino/management/commands/buildsite.py +0 -67
  36. {lino-25.3.3.dist-info → lino-25.4.0.dist-info}/WHEEL +0 -0
  37. {lino-25.3.3.dist-info → lino-25.4.0.dist-info}/licenses/AUTHORS.rst +0 -0
  38. {lino-25.3.3.dist-info → lino-25.4.0.dist-info}/licenses/COPYING +0 -0
Binary file