Skip to content

Commit 514cea6

Browse files
committed
fork fastapi-admin, remove pendulum
1 parent 7c22d26 commit 514cea6

File tree

3 files changed

+5
-117
lines changed

3 files changed

+5
-117
lines changed

ballsdex/core/admin/resources.py

-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ class BallInstanceResource(Model):
253253
),
254254
filters.ForeignKey(model=Ball, name="ball", label="Ball"),
255255
filters.ForeignKey(model=Special, name="special", label="Special"),
256-
filters.Date(name="catch_date", label="Catch date"),
257256
filters.Boolean(name="shiny", label="Shiny"),
258257
filters.Boolean(name="favorite", label="Favorite"),
259258
filters.Search(

poetry.lock

+4-115
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ audioop-lts = {version = "^0.2.1", python = ">=3.13" }
1717

1818
# fastapi
1919
fastapi = "^0.115.4"
20-
fastapi-admin = {git = "https://github.com/fastapi-admin/fastapi-admin", rev = "ebea3bf71689caa583fe55aa25db899cf8eeae31"}
20+
fastapi-admin = {git = "https://github.com/Ballsdex-Team/fastapi-admin", branch = "ballsdex"}
2121
uvicorn = "^0.32.0"
2222

2323
# database ORM

0 commit comments

Comments
 (0)