mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-25 16:45:50 +03:00
[PR #15] [MERGED] Added support for non-autoincrementing primary key when doing a POST. #102
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jeffknupp/sandman2/pull/15
Author: @kuthair
Created: 10/26/2015
Status: ✅ Merged
Merged: 10/27/2015
Merged by: @jeffknupp
Base:
master← Head:master📝 Commits (1)
e10e007Added support for non-autoincrementing primary key when doing a POST.📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
sandman2/model.py(+2 -1)📄 Description
A primary key column that is not autoincrementing was being left out of the
requiredcolumn list.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.