Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
  • Sign in
F
flask-admin
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • JIRA
    • JIRA
  • Merge Requests 0
    • Merge Requests 0
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Python-Dev
  • flask-admin
  • Repository

Switch branch/tag
  • flask-admin
  • flask_admin
  • model
  • fields.py
Find file
BlameHistoryPermalink
  • lifei's avatar
    Fix compatible problem for InlineModelFormList with two primary keys · 93c78122
    lifei authored Nov 01, 2014
    the type of primary of model with two or more primary keys is tuple, which is different from that of models with one primary.
    InlineModelFormField and InlineModelFormList can only work with str type primary key.
    93c78122
fields.py 6.49 KB
EditWeb IDE

Replace fields.py

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.