Alireza Jafari
Alireza Jafari
Fixes #784 - Pagination uses get_paginate_by to get items count per page instead of using paginate_by directly. - 3 tests added to ensure: - Table uses get_paginate_by - get_table_pagination gives...
### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...
This PR makes pydatic model generator more flexible by allowing user to customize generated model's config class. ## Description * Pydantic's config class became customizable. * Custom config class can...
### Describe the problem It seems disabling django admin's app breaks the constance CLI. As I noticed `constance/management/commands/constance.py` imports `ConstanceForm` and `get_values` from admin configuration. The problem is `admin.py` tries...
TODO: - Send notifications
Details: - User responses ship with admin info now. - CRUD's user queries: Admin left join.
Partially implements #902. Details: - crud.py's get_users(): search param added. - `get_users` view: search param added. - CLI's list_users command: search option added. - Dashboard: username param replaced by search...
Depends on #930 Details: - `crud.py`'s get_users(): `admin` param replaced by `admins`. - get_users() view: owner(admin) param added. - list_users command: multiple admin search added. - CLI docs re-generated.
Depends on #943 User filters: username param's inconsistent behavior fixed. Details: - Username param: Partial search for single item list removed.
P.S. I don't know if handling only MySQL and SQLite is enough or not.