Closed rfj001 closed 8 years ago
Thanks, @rfj001. This actually addresses #18.
I suspect those kwargs were left out because they were added to Django after the initial implementation. Looks like CI broke due to some configuration issues. I've fixed that on master
; I wonder if you'd be willing to remove the Django version checks and rebase?
Thanks!
I rebased onto master
and merged this. Thanks, @rfj001 !
I just added keyword arguments that for some reason got left out of the factory function definition (fk_name, min_num, validate_min), and added tests making sure they are getting passed in now.
I also reordered the kwargs dictionary to match the order of the arguments in the function call. Seemed to make more sense this way.