This repository has been archived by the owner on Jan 10, 2022. It is now read-only.
Releases: sergeyglazyrindev/uadmin
Releases · sergeyglazyrindev/uadmin
Bunch of changes
- Some blueprint interface changes
- Improved how we create random strings in the project, now function accepts alphabet, so we can use the same function but with different alphabet characters will be choosed for string from
- Added S3 AWS image uploader.
- Added way to add fields to the admin form with ability to search using autocomplete endpoint which connected to the admin page that belongs to the model we search data in.
- Bunch of fixes for inlines. Now we properly clone widgets for the inline forms.
- Added way to preload data for the admin page queryset. By default it preloads only 1 level of dependencies.
- Added way to customize in the same FormFieldOptions widget for the edit page and for the list page.
- Fixed search for the dependencies, now we can specify StructField in the model as tag
uadmin:"search"
and page we configured for the model we want search in, would be used to build sql queries for the proper search
Fixed how we create blueprints: determine current go module
v1.1.6 determine current module to create blueprint for
Release to use in my project
v1.1.5 added ability to customize templates
Release to use in my project
v1.1.4 minor fixes
Minor fix for elastic search package dependency
v1.1.3 fixed version of elastic search package
Added ElasticSearch support for uadmin
Here we added full support of Elastic Search for admin panel.
Postgres support for uadmin + bunch of minor fixes.
For the last few days:
- added support for postgres
- small code improvements
- check user permissions now before opening any admin page
- updated documentation, added section: contributing: https://uadmindocs.sergeyg.me/docs/contribution
- mentioned in the docs how to use hot reloading of your go app on file changes
- added badges that related to new uadmin: ci-cd jobs, godoc, test coverage, license
- fixed 500 error when session expired
- added command: dbshell (opens database shell) for your database
- added command: shell which opens go interactive shell for you.
- humanize field names in admin panel for you.
- use html/template instead of text/template
- fixed some 404 errors in admin panel
13, added few middlewares to check for the session issues. - added ci-cd jobs.
First official release.
First official release.
more improvements
v1.0.5 more improvements
small fixes.
v1.0.4 minor fixes