Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-6603

Comment on: "mongodb-ecosystem/tutorial/write-a-tumblelog-application-with-flask-mongoengine.txt"

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Major - P3 Major - P3
    • 01112017-cleanup
    • None
    • None

    Description

      in admin/detail.html
      action={{ request.query_string }}
      part has a problem.

      When I select 'Image' type
      request.query_string is like b'%27image%27'
      Because of this, post type is silently change to BlogPost

      I fix it by add context
      "query_string" : str.strip(request.query_string.decode("utf-8"))
      But this is very temporary solution and I want to clear solution.

      Thanks.
      E-mail: sejin9998@gmail.com

      Attachments

        Activity

          People

            kay.kim@mongodb.com Kay Kim (Inactive)
            yurica Sejin Han
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              7 years, 29 weeks ago