-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update multi-update-fields #1949
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Could you please clean this up @lianraru ? I have no idea what this is trying to accomplish, too many unrelated changes pulled in. |
See flask-admin#2022 for more info.
Fix `el is not defined` in x-editable-combodate popover handler
…trap4 Fix extra args missing in bootstrap4
Upgrade jquery to 3.5.1
Bs4 filters style #1850
…py35 [Travis] Pin MongoEngine version to prevent syntax error on Python 3.5 (black arguments change)
Fix #2018 sqla.AdminModelConverter.convert_email empty string behavior
Updated the broken 'Log out' button in auth-flask-login
Add add_category method to flask_admin.Admin
Previously it returned empty string instead of empty json
Remove dependency on nose (port to pytest)
fixes issue #2144 where X-editable combodate doesn't show up in Bootstrap 4
Added logic to grab items either id or value to fix #2130
Fixed editable column fields showing "Empty" in bs4 list views
…ment in process function based on wtforms version
Fixed Upload fields compatibility with WTForms 3.x
Fixed columns being editable when can_edit is False, but column_editable_list is set
Fix JSONField when the value is empty json
Replace deprecated $.parseJSON with JSON.parse
Docs + Example: Switch to maintained version of flask-security
Fix incorrect docstrings in BaseModelView
Fixed AJAX data separator for select2
…issue solve sqlalchemy multiplte relationships issue
Add extra_css and extra_js to advanced docs
Start removing code from _compat.py
Fixes missing parameters for InlineHstoreList
Fix unexpected keyword argument for MongoFileField
change the README to the correct path
This will allow us to add a consistency 'alert' panel for the Pallets Ecosystem Notice.
Update readme to add Pallets Ecosystem notice
Standardise project structure for the Pallets Ecosystem
Disable typing tests until we've typed the project
Replace inspect.getargspec() that was removed in Python 3.11
Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.1.0` | `5.1.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.3` | `4.3.4` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.7` | `4.1.8` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.8.14` | `1.9.0` | Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v3...v4) Updates `actions/setup-python` from 5.1.0 to 5.1.1 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@82c7e63...39cd149) Updates `actions/upload-artifact` from 4.3.3 to 4.3.4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6546280...0b2256b) Updates `actions/download-artifact` from 4.1.7 to 4.1.8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@65a9edc...fa0a91b) Updates `pypa/gh-action-pypi-publish` from 1.8.14 to 1.9.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@81e9d93...ec4db0b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
…ithub-actions-ff7b99505e Bump the github-actions group across 1 directory with 5 updates
Fix value of `desc` param in filter form (`1` instead of `"True"`)
Support mongoengine.DateField sorting
Not sure what is going on with this PR. I will close it. Please feel free to open again with just the desired changeset if it's still relevant. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bring to date multi-images