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

Allow easy inclusion with Admin #16

Merged
merged 8 commits into from
Sep 16, 2013
Merged

Allow easy inclusion with Admin #16

merged 8 commits into from
Sep 16, 2013

Conversation

tuxcanfly
Copy link
Member

I haven't looked into this, just adding this issue now as more of a placeholder.

@tuxcanfly
Copy link
Member

Good idea. I don't think we're touching admin at the moment.

@shabda
Copy link
Member

shabda commented Sep 11, 2013

I think this would be doable if we write a mixin which you add to FooModelAdmin and which parsleyfy's get_form.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling e11523e on 16-admin into * on master*.

@tuxcanfly
Copy link
Member

Done, parsley can be integrated in the admin with ParsleyAdminMixin as follows:

class StudentAdmin(ParsleyAdminMixin, admin.ModelAdmin):
    pass

@shabda
Copy link
Member

shabda commented Sep 16, 2013

Looks good to me.

shabda added a commit that referenced this pull request Sep 16, 2013
Allow easy inclusion with Admin
@shabda shabda merged commit 15a7b28 into master Sep 16, 2013
@shabda shabda deleted the 16-admin branch September 16, 2013 11:16
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.

3 participants