Skip to content

issues Search Results · repo:MongoEngine/flask-mongoengine language:Python

Filter by

271 results
 (53 ms)

271 results

inMongoEngine/flask-mongoengine (press backspace or delete to remove)

Hello, I ve created a package called flask-mongoengine2 . This release ensures full compatibility with Flask version 2.3 or higher. Additionally, I ve removed the WTForms support. Changes: - Flask ...
  • ahmetelgun
  • Opened 
    on Jan 18, 2024
  • #542

Don t even bother using this - Its no longer maintained and the owner hasn t made a release even though his extension is now officially broken in Flask unless you downgrade.
  • awbsough
  • 7
  • Opened 
    on Jun 3, 2023
  • #525

In Flask2.3.X, flask.json module deprecated JSONEncoder class, override_json_encoder is not working now. It will raise ImportError: cannot import name JSONEncoder from flask.json
  • uamrws
  • 7
  • Opened 
    on Apr 28, 2023
  • #522

When loading from xxx.test toolbar links are using https but when using domain admin.xxx.test debug toolbar is using http for loading assets and both browsers chrome and firefox are now blocking by default ...
  • rimvislt
  • 1
  • Opened 
    on Feb 21, 2023
  • #520

I m using the URI to connect mongodb, but the URI is from env var, and I cannot change it, the default db is admin. so can I use db to cover the host info? app.config[ MONGODB_SETTINGS ] = { db : ...
  • mrxiaozhuox
  • Opened 
    on Dec 11, 2022
  • #518

Is new release planned any time soon? I can see that release tag for 1.0.0 was 2020. I can see that quite a lot of work is merged into master, but would avoid using it for production since it might not ...
  • rimvislt
  • 8
  • Opened 
    on Nov 10, 2022
  • #517

This is my code: db = flask_mongoengine.MongoEngine() app.config[ MONGODB_SETTINGS ] = [ { db : posts , host : MONGODB_URI, alias : default , } ] db.init_app(app) ...
  • Xzoky174
  • 1
  • Opened 
    on Aug 27, 2022
  • #514

error File: /flask_mongoengine/operation_tracker.py , line 27, in module insert : pymongo.collection.Collection.insert, AttributeError: type object Collection has no attribute insert
  • Nawaphong-13
  • 3
  • Opened 
    on Aug 23, 2022
  • #513

I am implementing similar logic in Flask-Security - so stole some code :-) The code: class MongoEngineJSONProvider(superclass): A JSON Provider update for Flask 2.2.0+ @staticmethod ...
type: bug
  • jwag956
  • 1
  • Opened 
    on Aug 18, 2022
  • #512
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub