На днях вышел Django 5.
▫️GeneratedField
Поля, которые автоматически рассчитываются по экспрешену (Database generated model field).
▫️Фасетный фильтр для админки
Показывает количество элементов для каждого фильтра.
▫️Async
Добавлены асинхроные функции django.contrib.auth, ORM. Ряд декораторов теперь поддерживаются асинхронными вьюшками.
▫️ORM
Новые возможносте полей, такие как поддержка словарей и функций в choices, дефолтные значения на стороне БД (Database-computed default values) с аргументом db_default и другие.
▫️Шаблоны
Новые возможности шаблонов, позволяющие писать меньше кода в формах.
#django
http://splinter.readthedocs.io/en/latest/
#Splinter is an open source tool for testing web applications using Python. It lets you automate browser actions, such as visiting URLs and interacting with their items.
#tests
https://splinter.readthedocs.io/en/latest/
#Splinter is an open source tool for testing web applications using Python. It lets you #automate browser actions, such as visiting URLs and interacting with their items.
#tests
https://github.com/pytest-dev/pytest-splinter
The plugin provides a set of fixtures to use #splinter for browser testing with #pytest .
#tests
#pytest_splinter