MagicPress icon indicating copy to clipboard operation
MagicPress copied to clipboard

Based on the flask of the personal blog, simple and elegant, full-featured, suitable for humans

Results 12 MagicPress issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 2.9.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

Bumps [mako](https://github.com/sqlalchemy/mako) from 1.0.7 to 1.2.2. Release notes Sourced from mako's releases. 1.2.2 Released: Mon Aug 29 2022 bug [bug] [lexer] Fixed issue in lexer where the regexp used to...

dependencies

Bumps [celery](https://github.com/celery/celery) from 4.1.0 to 5.2.2. Release notes Sourced from celery's releases. 5.2.2 Release date: 2021-12-26 16:30 P.M UTC+2:00 Release by: Omer Katz Various documentation fixes. Fix CVE-2021-23727 (Stored Command...

dependencies

Bumps [babel](https://github.com/python-babel/babel) from 2.4.0 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.9.6 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 2.0.2 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.12.2 to 0.15.3. Release notes *Sourced from [werkzeug's releases](https://github.com/pallets/werkzeug/releases).* > ## 0.15.3 > * Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ > * Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-3 > > > ## 0.15.2 > *...

dependencies

https://www.cnblogs.com/magicroc/p/6103773.html?utm_source=itdadao&utm_medium=referral 我是在上面这个链接看到的你,我有一个小小的疑问想向你请教, 我在使用flask-admin生成的后台的时候遇到了一个问题,我有一个文章分类表Category和一个文章表Article,在我添加一个文章后,再去添加分类会出现错误:ValueError: too many values to unpack (expected 2) 而且删除一个文章分类的时候(这个分类下有文章),可以直接删除。。。这样的话外键不是没意义了么 ``` class Article(db.Model): __tablename__ = 'article' id = db.Column(db.Integer, primary_key=True) title = db.Column(db.String(20), nullable=False) writer = db.Column(db.String(10), nullable=False) content...

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.12.2 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

dependencies