95b1c2e2f6
Merge pull request #158 from hasansezertasan/locale/tr
...
Add support for Turkish language
2025-04-05 14:11:16 +08:00
050cd6c498
Simplify code
2024-08-28 10:30:51 +01:00
3a046cc16c
Add delete confirmation and fix babel
2024-08-28 10:28:56 +01:00
16785ebfab
Merge branch 'fastapi-admin:dev' into locale/tr
2024-05-25 10:02:45 +03:00
66b69c29fc
fix: example
2024-05-24 08:12:19 +08:00
af6b327b1f
Update fastapi_admin/templates/components/language.html
2024-04-27 19:35:17 +03:00
1a4aa09b9e
Merge branch 'dev' into locale/tr
2024-03-21 17:45:44 +03:00
18e2a7cf6a
fix: Relocate navbar-toggler button in layout template
...
The navigation bar 'navbar-toggler' button has been shifted in the layout.html file. Previously, it was located inside the 'navbar navbar-expand-md navbar-light' div, but now it resides just above the 'collapse navbar-collapse' div. This modification enhances the positioning and visibility of the button, potentially improving the user interface.
2024-03-07 08:55:13 -03:00
2797331a40
Native language names.
2024-03-01 03:00:30 +03:00
1f8dcd58f1
Translation finished.
2024-03-01 02:59:12 +03:00
c98969e78b
Locale initialized.
2024-03-01 02:46:00 +03:00
0dfb5bcb0a
Add support for Turkish language
2024-03-01 02:26:53 +03:00
fa4fa47fd5
feat: Add optional ordering feature for resources
...
Implemented optional ordering of resources in FastAPI admin. Code has been added to accept an 'order_by' parameter in the resource route, if present the list of resources will be sorted accordingly. Templates were updated to support this feature by adding a clickable link to each column header for sorting.
2024-02-28 08:45:53 -03:00
776083144e
feat: Add Paraguayan Spanish translation files
...
Added Paraguayan Spanish translations and updated the language dropdown to include this new locale. Additionally, configured the translation's loading within the i18n file.
2024-02-28 08:27:18 -03:00
ebea3bf716
Merge pull request #94 from photopills/fix/defaul-datetime-forms-value
...
Fix datetime search default values
2024-01-18 16:02:36 +08:00
0ed771026c
Merge pull request #144 from Ballsdex-Team/select-fk-fix
...
Fix ForeignKey select menu
2023-07-27 17:29:42 +08:00
0b6559ebff
Fix ForeignKey select menu
2023-07-26 17:05:50 +02:00
123c9cdb2c
firefox bug fix
2023-07-26 16:55:27 +02:00
50cef55be8
compare value with correct tuple element
2023-07-26 16:55:05 +02:00
41fff40bac
fix: css
2023-06-02 21:44:26 +08:00
a48cf3eca7
fix: dockerfile
2023-04-09 23:06:02 +08:00
e04a179f34
feat: improve datetime and date input
2022-09-02 22:38:22 +08:00
37534cecd0
fix: mo
2022-08-24 21:25:11 +08:00
c684c82a9d
fix: translations build.
2022-08-24 20:01:04 +08:00
dd9316ddce
fix: fa_IR
2022-08-16 15:08:04 +08:00
e22786407b
Add persian locale
2022-08-11 03:09:30 +04:30
5f34bf0d73
feat: remove aioredis to redis
2022-07-25 18:25:04 +08:00
32b5cdbe82
Merge pull request #92 from photopills/render-fk-values-inside-resource-list
...
Render fk values inside resource list
2022-07-15 08:50:54 +08:00
0514185d15
Merge pull request #91 from photopills/add-support-for-fk-fields
...
Improve `update` for fk fields
2022-07-15 08:50:12 +08:00
69533654b0
add adsbygoogle
2022-06-06 13:56:27 +08:00
a95e6f667b
add french language
2022-01-30 03:18:16 +00:00
1601be1aa1
Fix multiple json field input. ( #98 )
2022-01-14 21:28:00 +08:00
4df460c7b5
Fix defaults: Yesterday
, Last 7 days
and Last 30 days
2021-10-28 10:10:54 +01:00
88cd29ebbc
Fix datetime search default value for Today
2021-10-28 09:59:36 +01:00
441d6edd58
Fix AttributeError when obj is None
2021-10-19 16:48:47 +01:00
e3e391b721
Fix AttributeError when obj is None
2021-10-19 16:47:30 +01:00
1a38b3dac4
Render FK values inside resource list view
2021-10-19 14:20:59 +01:00
50df1bb2f6
Show db value as html selected option
2021-10-19 13:18:10 +01:00
0170abb5c3
Save duplicated method call into variable
2021-10-19 11:45:14 +01:00
04a3dcd9aa
Load select_related
after update resource
2021-10-19 11:37:20 +01:00
42ad139238
Add Model.get_fk_field
2021-10-19 11:36:25 +01:00
41a54fd373
Load ForeignKey models inside Model.resolve_data
2021-10-19 11:35:05 +01:00
94f4adba4c
Add filter class for boolean fields
2021-09-08 17:30:15 +07:00
cc5f9b2670
update version
2021-09-01 11:04:54 +08:00
e99d673191
Make get_current_admin
error to 401
and add 401
error page.
2021-08-31 11:27:23 +08:00
2fcbc814de
replace to long2ice.io
2021-08-26 20:33:04 +08:00
cf0209b102
fix get_fields
2021-08-07 00:09:30 +08:00
22ce5d7b8d
override example password
2021-08-06 23:12:18 +08:00
4f0e205c5d
Upgrade aioredis to 2.0
2021-08-05 10:47:04 +08:00
c4e640b24c
refactor: ComputeField
2021-07-21 21:04:45 +08:00