Coder Social home page Coder Social logo

purelabs / django-bulk-admin Goto Github PK

View Code? Open in Web Editor NEW
79.0 79.0 34.0 374 KB

Django bulk admin enables you to bulk add, bulk edit, bulk upload and bulk select in django admin.

License: BSD 3-Clause "New" or "Revised" License

Python 83.45% JavaScript 10.11% HTML 6.39% Makefile 0.05%

django-bulk-admin's People

Contributors

rubengrill avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-bulk-admin's Issues

Doesn't work with django 2.1

I tried to use the django2.0 branch, but it won't work with django 2.1.

Exception Value: | 'adminform'
/home/.../python3.7/site-packages/django/contrib/admin/options.py in render_change_form, line 1140

In Django 2.1, this render_change_form method has this line, which is not there in Django 2.0.

            'has_file_field': context['adminform'].form.is_multipart() or any(
                admin_formset.formset.form().is_multipart()

We might need to update how we render context in admin.py before

return self.render_change_form(request, context, add=True, change=False, obj=None, form_url=form_url)

exclude not working in django 2.2

I applied the changes made in pull request #13 and it is working in django 2.2. Now the problem is that the exclude or fields option is not working and the page is displaying all the fields of the model. I want to know if there is a workaround for that.

Doesn't work with Django 2

this is a great project, but unfortunately it's not compatible with Django 2.0.5. could you modify it so it will work on Django 2?
the error is : ModuleNotFoundError: No module named 'django.core.urlresolvers'

Check all boxes is not working

Hello, I've found that there's a problem related to admin changelist view, the checkbox to mark or toggle all checkboxes is not working at django 2.0

media._js.extend([static('bulk_admin/js/bulk.js')]) instead of media.add_js is the solution at media property at line 314 at BulkModelAdmin class

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.