django-crudbuilder icon indicating copy to clipboard operation
django-crudbuilder copied to clipboard

multiple inline formsets

Open meska opened this issue 8 years ago • 1 comments

with this commit I added multiple inline formsets and an italian translation the change is compatible with applications with single inline formset

meska avatar Apr 05 '17 12:04 meska

I notice a strange behaviour,run the example (without modification) as soon i enter in the list view of any crud i get the get_context_data() keywords must be strings errors, the context_object_name is assigned to a django.utils.functional.proxy instance instead of a string/unicode adding the .title() call to line 87 of crudbuilder/views.py solve the issues. running the tests all tests fail for url path issues.

@meska I need this issue solved in brief time without translation (good work for italian :D), i will create a parallel fork just with the multiple inline feature, as soon the translation will be working correclty i will delete my fork

@asifpy do you think this feature can be usefull? creating a more atomic PR will be fine?

Jcbobo avatar Jul 28 '17 15:07 Jcbobo

@meska Could you please check recent changes and update your PR accordingly?

russell310 avatar Oct 05 '22 03:10 russell310

@russell310 I'm sorry but It was for an old project and I'm not using crud builder anymore

meska avatar Oct 05 '22 07:10 meska