issues Search Results · repo:benavlabs/crudadmin language:Python
Filter by
8 results
(86 ms)8 results
inbenavlabs/crudadmin (press backspace or delete to remove)I have tried to make the package use redis and postgres and in both cases it was uses memory instead, after tracing this
issue i found that session_manager is initialized and never changes after using ...
arab0v
- 3
- Opened 18 days ago
- #37
here s a simple example:
class EmailQueryConfig(Base):
__tablename__ = email_query_configs
id = Column(UUID(as_uuid=True), primary_key=True, index=True, default=uuid.uuid4)
template_id = ...
bug
timomeara
- 1
- Opened 19 days ago
- #36
Describe the bug
When I mount CRUDAdmin at a custom path (for example /dashboard):
admin = CRUDAdmin(mount_path= /dashboard )
- The default mount path /admin works correctly, but any custom mount ...
andriialbatov
- 5
- Opened 22 days ago
- #33
Summary
The .python-version file should be included in version control to help contributors develop with the minimum supported
Python version.
Current Situation
- .python-version is ignored by .gitignore ...
msamsami
- 2
- Opened 29 days ago
- #25
If using a TSVector type column (for Full-text Search purposes in PostgreSQL) in the database model raises a
NotImplementedError. I think one could simply ignore this column in the admin panel?
Edit: ...
bug
arawxx
- 7
- Opened on Jun 7
- #21
I copied and pasted the demo code from the docs, but after logging in, I m getting a 422 validation error requiring a
local_kw param that isn t mentioned anywhere in the docs or visible in the source code. ...
nimaxin
- 1
- Opened on Jun 6
- #13
Problem
The current implementation requires passing an initialized AsyncSession object directly to the CRUDAdmin constructor.
This approach violates several established patterns for database session management. ...
nimaxin
- 3
- Opened on Jun 6
- #12
To-do
General
- [x] Proper type hints
- [x] Proper docstrings
- [x] Documentation
- [x] Tests
- [x] Linting github action
- [x] Mypy github action
- [x] Pre commit
Session Management
...
igorbenav
- 2
- Opened on Jan 16
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.