asifpy / django-crudbuilder

Generic CRUD implementation in Django
https://django-crudbuilder.readthedocs.org/en/latest/index.html
Apache License 2.0
193 stars 67 forks source link

Custom context #21

Closed flaiming closed 8 years ago

flaiming commented 8 years ago

I added ability to add custom context to list view. It could be handy for example if you want to add custom filtering form and/or some additional data on page (as I needed).

I also updated docs and added some simple test for that (but it's not testing much).

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.3%) to 79.0% when pulling f046cb5f39df4ea011944e413649172c88f73a1f on flaiming:custom-context into 293404dc138006028e7c1b675e0d8d4bf98bca8a on asifpy:master.