Pranshu

Results 9 comments of Pranshu

Hi I have fixed the issues, please review and give me feedback. I hope it isn't an problem that I wasn't assigned this issue.

Hi I'd like to work on this issue

I kept the DB as fallback and made verb field nullable in the DB

Yes please, if you can count it towards Hacktober fest that would be great, I'll figure out why it's not passing the unit test and send a few commits by...

@nemesifier I wrote this function in /openwisp_ipam/base/models.py: ```python def get_next_available_subnet(self): target_prefix = self.subnet.prefixlen if self.master_subnet: parent_subnet = ip_network(self.master_subnet.subnet) else: user_subnet = ip_network(self.subnet) new_prefix = max(user_subnet.prefixlen - 4, 0) parent_subnet =...

I've passed the QA checks for subnet.js. It was showing format differences for jstree ad plotly but those files I haven't changed.