Skip to content

Bug fix for django 1.4.1 admin - issue with get_form and adding new records #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

npinchot
Copy link

@npinchot npinchot commented Sep 7, 2012

I was having an issue in django 1.4.1 (presumably also 1.4) when options.py calls get_form when adding a new record, it expects only the self and request parameters to be required. I defaulted the obj parameter to None to resolve this.

RobCombs added a commit that referenced this pull request Sep 7, 2012
…2946541

Bug fix for django 1.4.1 admin - issue with get_form and adding new records
@RobCombs RobCombs merged commit efb000c into RobCombs:master Sep 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants