main
Change team membership default status from pending to active and add user status to tests
create package tests and test_users.py & dir fixtures with users.json inside, tests fail yet
Increase minimum password length from 3 to 8 characters
Add checklist edge case and task sorting tests
Add concurrent login test for one user
Change all comments from Russian to English
Improve admin setup security and fix debug flag handling
Add feedback view tests for authorization and form validation
fix: Include deleted/removed users in task author filter
Fix tests for invite code based team joining
Fix redirect behavior after login and user registration
Change button label from "Edit" to "Save" on update pages
Refactor language tests to use fresh client for each test
refactor: fix task limit counting and limit view permissions
Fix CSRF token handling in login and logout tests
refactor: clean form validation logic and improve test coverage of notes
Add test for task completion notification
Add tests for pending users logic in teams
Fix code style issues to pass flake8 linter
Add tests for RealIPMiddleware and bump version to 2.21.6
Update settings.py: Django 6.0 + add English comments for all settings
Add pagination to task list (#8)
Add invite code registration flow and improve test coverage
Add tests for URLs and improve health_check documentation