kiraware

Results 8 issues of kiraware

Hello. Please add support to serialize model to support REST API in Django. Something like [django-phonenumber-field](https://github.com/stefanfoulis/django-phonenumber-field) package. It would be very nice if it has the ability to serialize data...

Feature request

Hello there! [django-address](https://github.com/furious-luke/django-address) use it's own implementation for [Country models](https://github.com/furious-luke/django-address/blob/develop/address/models.py#L161), i think use [CountryField](https://github.com/SmileyChris/django-countries/blob/master/django_countries/fields.py#L255) from [django-countries](https://github.com/SmileyChris/django-countries/) package is a better choice instead of implementing our own. django-countries already implement everything...

Hello. I would like to say that this project lack of documentation or at least very few documented. It would be nice if this project has the documentation on readthedocs....

### Describe the bug When i have form encoded data with `None`, by using requests the data is not sent to the server. But this is different for aiohttp, is...

bug

libnet has some warning during build. You can check it through github action workflow. Here are summary of all (maybe) the warning i've got from my [PR](https://github.com/libnet/libnet/pull/166) ``` libnet_advanced.c(120): warning...

This PR will add `const` wherever possible and make sense. Changes - Add `const` for function parameters passed by reference where the function does not modify (or free) the data...

I would love to hear from maintainer what if i change the whole variable, paramater, etc with `const` wherever possible. The advantage using `const` increases type-safety. What do you think...