-
-
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
Support latest flask, sqlalchemy, flask-sqlalchemy and wtforms #2328
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b5bc87c - Browse repository at this point
Copy the full SHA b5bc87cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53778e6 - Browse repository at this point
Copy the full SHA 53778e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa08f57 - Browse repository at this point
Copy the full SHA fa08f57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 734f660 - Browse repository at this point
Copy the full SHA 734f660View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44305b2 - Browse repository at this point
Copy the full SHA 44305b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 323021d - Browse repository at this point
Copy the full SHA 323021dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0f0c52 - Browse repository at this point
Copy the full SHA c0f0c52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fac9ac - Browse repository at this point
Copy the full SHA 6fac9acView commit details -
Configuration menu - View commit details
-
Copy full SHA for a25bec9 - Browse repository at this point
Copy the full SHA a25bec9View commit details -
Ensure Azure tests are not skipped
flask_admin.contrib.fileadmin.azure uses the API of the 2.X SDK
Configuration menu - View commit details
-
Copy full SHA for 8d60eee - Browse repository at this point
Copy the full SHA 8d60eeeView commit details -
With monogengine 0.19.1: error in mongoengine setup command: use_2to3 is invalid. jinja2 2.10.1 needed for flask 1.1.1 itsdangerous==2.0.1 else: ImportError: cannot import name 'json' from 'itsdangerous' werkzeug else: ImportError: cannot import name 'BaseResponse' from 'werkzeug.wrappers' Minimum version of Pillow raised in: ecdc3e9 ("Require Pillow >= 9.1.0", 2023-10-15)
Configuration menu - View commit details
-
Copy full SHA for f1945f3 - Browse repository at this point
Copy the full SHA f1945f3View commit details -
.tox/py/lib/python3.10/site-packages/flask_babelex/__init__.py:25: in <module> from pytz.gae import pytz E ModuleNotFoundError: No module named 'pytz'
Configuration menu - View commit details
-
Copy full SHA for bdd45d1 - Browse repository at this point
Copy the full SHA bdd45d1View commit details -
Minimum version of sqlalchemy raised to 1.4
By: 11e828a ("Merge pull request pallets-eco#2340 from isolovey/deprecated-query-get", 2023-10-15)
Configuration menu - View commit details
-
Copy full SHA for 2c7cd11 - Browse repository at this point
Copy the full SHA 2c7cd11View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf22d18 - Browse repository at this point
Copy the full SHA bf22d18View commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4b71c70 - Browse repository at this point
Copy the full SHA 4b71c70View commit details -
Fix register_blueprint AssertionError in tests
"AssertionError: The setup method 'register_blueprint' can no longer be called on the application. It has already handled its first request, any changes will not be applied consistently. Make sure all imports, decorators, functions, etc. needed to set up the application are done before running it."
Configuration menu - View commit details
-
Copy full SHA for f9330d8 - Browse repository at this point
Copy the full SHA f9330d8View commit details -
Fix test_export_csv AssertionError
FAILED tests/test_model.py::test_export_csv - AssertionError: assert 'Col1,Col2\r\..._3,col2_3\r\n' == 'Col1,Col2\r\...,–utf8_2–\r\n'
Configuration menu - View commit details
-
Copy full SHA for fe037b6 - Browse repository at this point
Copy the full SHA fe037b6View commit details -
Fix test_different_bind_joins UnboundExecutionError
sqlalchemy.exc.UnboundExecutionError: Bind key 'other' is not in 'SQLALCHEMY_BINDS' config.
Configuration menu - View commit details
-
Copy full SHA for 2c61488 - Browse repository at this point
Copy the full SHA 2c61488View commit details -
Fix test_models AssertionError: assert None == ''
> assert model.test == '' E AssertionError: assert None == '' E + where None = <Model test WTForms 3 changed StringField data default value.
Configuration menu - View commit details
-
Copy full SHA for bfe9947 - Browse repository at this point
Copy the full SHA bfe9947View commit details -
Fix test_citext 'Engine' object has no attribute 'execute'
> db.engine.execute('CREATE EXTENSION IF NOT EXISTS citext') E AttributeError: 'Engine' object has no attribute 'execute'
Configuration menu - View commit details
-
Copy full SHA for a608123 - Browse repository at this point
Copy the full SHA a608123View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d6da21 - Browse repository at this point
Copy the full SHA 5d6da21View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2cb244 - Browse repository at this point
Copy the full SHA b2cb244View commit details -
Fix Exception: Cannot find reverse relation for model
SQLAlchemy 2.0.2 removed the invocation of registry.configure() from Mapper.iterate_properties causing this problem. sqlalchemy.orm.registry.configure() was added in 1.4.0b2. Observed as test failures in: flask_admin/tests/sqla/test_basic.py flask_admin/tests/sqla/test_form_rules.py flask_admin/tests/sqla/test_inlineform.py
Configuration menu - View commit details
-
Copy full SHA for 2027135 - Browse repository at this point
Copy the full SHA 2027135View commit details -
Resolve LegacyAPIWarning for Query.get()
LegacyAPIWarning: The Query.get() method is considered legacy as of the 1.x series of SQLAlchemy and becomes a legacy construct in 2.0. The method is now available as Session.get() (deprecated since: 2.0)
Configuration menu - View commit details
-
Copy full SHA for f35f519 - Browse repository at this point
Copy the full SHA f35f519View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69c9b28 - Browse repository at this point
Copy the full SHA 69c9b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for b215278 - Browse repository at this point
Copy the full SHA b215278View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6d5f3e - Browse repository at this point
Copy the full SHA c6d5f3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 291e75b - Browse repository at this point
Copy the full SHA 291e75bView commit details -
sqlalchemy-utils CurrencyType needs Babel
E sqlalchemy_utils.exceptions.ImproperlyConfigured: 'babel' package is required in order to use CurrencyType. .tox/py/lib/python3.9/site-packages/sqlalchemy_utils/types/currency.py:55: ImproperlyConfigured
Configuration menu - View commit details
-
Copy full SHA for 64fa2eb - Browse repository at this point
Copy the full SHA 64fa2ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3276d6 - Browse repository at this point
Copy the full SHA a3276d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf6c71c - Browse repository at this point
Copy the full SHA cf6c71cView commit details -
Fix test_safe_redirect after Werkzeug 2.3.0 updated safe chars
assert rv.location.startswith(expected) > assert 'url=http%3A%2F%2Flocalhost%2Fadmin%2Fmodel2view%2F' in rv.location E AssertionError: assert 'url=http%3A%2F%2Flocalhost%2Fadmin%2Fmodel2view%2F' in '/admin/model1/edit/?id=1&url=http://localhost/admin/model2view/' E + where '/admin/model1/edit/?id=1&url=http://localhost/admin/model2view/' = <WrapperTestResponse streamed [302 FOUND]>.location flask_admin/tests/sqla/test_basic.py:2466: AssertionError
Configuration menu - View commit details
-
Copy full SHA for eb0ce69 - Browse repository at this point
Copy the full SHA eb0ce69View commit details -
Configuration menu - View commit details
-
Copy full SHA for def21a9 - Browse repository at this point
Copy the full SHA def21a9View commit details