Skip to content
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

admin inlines empty 'extra' form creates an object #6

Closed
wants to merge 3 commits into from

Conversation

mikek
Copy link
Contributor

@mikek mikek commented Aug 29, 2012

When using in admin inlines, 'extra' form creates an object (with 0,0 coordinates) even if it's fields nor the map were touched. Setting field's default='0,0' does not help.
Also, it would be great to make the field/widget respect the default value.

… is defined, which works better if custom jQuery version is also loaded in admin)
@mikek
Copy link
Contributor Author

mikek commented Aug 29, 2012

Sorry for the wrong issue number in d0204f0, it actually fixes this issue.
The other commit makes it possible to include some specific jQuery version in the global namespace in admin and makes sure django.jQuery is not replaced by it. It works on the regular pages as well.

@mikek
Copy link
Contributor Author

mikek commented Sep 18, 2012

Without the 369b006, even changing the admin field label in model class definition does not work.

@philippbosch
Copy link
Owner

This should be fixed by now in PR #13

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.

None yet

2 participants