lino 24.11.0__py3-none-any.whl → 24.11.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 (54) hide show
  1. lino/__init__.py +1 -1
  2. lino/core/actions.py +2 -4
  3. lino/core/actors.py +2 -2
  4. lino/core/dbtables.py +12 -12
  5. lino/core/fields.py +1 -0
  6. lino/core/inject.py +9 -2
  7. lino/core/kernel.py +7 -6
  8. lino/core/model.py +24 -27
  9. lino/core/renderer.py +2 -2
  10. lino/core/requests.py +21 -45
  11. lino/core/site.py +4 -45
  12. lino/core/store.py +4 -4
  13. lino/core/utils.py +5 -2
  14. lino/help_texts.py +4 -3
  15. lino/locale/bn/LC_MESSAGES/django.po +1210 -907
  16. lino/locale/de/LC_MESSAGES/django.po +1760 -1375
  17. lino/locale/django.pot +1136 -906
  18. lino/locale/es/LC_MESSAGES/django.po +1709 -1347
  19. lino/locale/et/LC_MESSAGES/django.po +1206 -906
  20. lino/locale/fr/LC_MESSAGES/django.mo +0 -0
  21. lino/locale/fr/LC_MESSAGES/django.po +1193 -923
  22. lino/locale/nl/LC_MESSAGES/django.po +1247 -942
  23. lino/locale/pt_BR/LC_MESSAGES/django.po +1190 -903
  24. lino/locale/zh_Hant/LC_MESSAGES/django.po +1190 -903
  25. lino/mixins/periods.py +6 -4
  26. lino/modlib/comments/choicelists.py +1 -1
  27. lino/modlib/comments/fixtures/demo2.py +4 -1
  28. lino/modlib/comments/mixins.py +9 -10
  29. lino/modlib/comments/models.py +4 -4
  30. lino/modlib/comments/ui.py +5 -0
  31. lino/modlib/linod/mixins.py +3 -2
  32. lino/modlib/memo/mixins.py +10 -208
  33. lino/modlib/notify/mixins.py +33 -32
  34. lino/modlib/periods/mixins.py +0 -1
  35. lino/modlib/printing/choicelists.py +3 -3
  36. lino/modlib/search/models.py +17 -11
  37. lino/modlib/system/fixtures/__init__.py +0 -0
  38. lino/modlib/system/fixtures/std.py +5 -0
  39. lino/modlib/system/models.py +3 -2
  40. lino/modlib/uploads/__init__.py +10 -1
  41. lino/modlib/uploads/choicelists.py +3 -3
  42. lino/modlib/uploads/mixins.py +30 -32
  43. lino/modlib/uploads/models.py +89 -56
  44. lino/modlib/uploads/ui.py +12 -6
  45. lino/modlib/uploads/utils.py +107 -0
  46. lino/utils/__init__.py +6 -0
  47. lino/utils/html.py +1 -1
  48. lino/utils/media.py +2 -3
  49. lino/utils/soup.py +311 -0
  50. {lino-24.11.0.dist-info → lino-24.11.1.dist-info}/METADATA +1 -3
  51. {lino-24.11.0.dist-info → lino-24.11.1.dist-info}/RECORD +54 -50
  52. {lino-24.11.0.dist-info → lino-24.11.1.dist-info}/WHEEL +1 -1
  53. {lino-24.11.0.dist-info → lino-24.11.1.dist-info}/licenses/AUTHORS.rst +0 -0
  54. {lino-24.11.0.dist-info → lino-24.11.1.dist-info}/licenses/COPYING +0 -0
Binary file