Alexandr
Alexandr
Интересное гибкое и расширяемое решение из django-rest-framework по подключению дефолтных моделей. https://github.com/tomchristie/django-rest-framework/blob/master/rest_framework/authtoken/models.py#L23 ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1428282-django-rest-framework?utm_campaign=plugin&utm_content=tracker%2F340801&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F340801&utm_medium=issues&utm_source=github).
Тестирую возможность расширения для секционирования таблиц. Создал таблицу следующей структуры: ```\d message; Table "public.message" Column | Type | Collation | Nullable | Default -----------------------+--------------------------+-----------+----------+------------------------------------------------- id | integer | | not...
Need add context manager to store session on one closure/namespace with sharing data between mathods calls **Example** ``` with human_curl as hurl: r1 = hurl.get("http://google.com") r2 = hurl.get("http://yandex.com") ``` or...
Maybe need add custom_response paramener into Request constructor ``` r = hurl.get("http://yandex.com", response_class=MyResponseClass) ```
Now human curl have oauth 1.0 manager.
We need give unpacked kwargs into _prepare parent method.
### Describe the pull request: - [ ] Bug fix - [ ] Functional change - [ ] New feature - [ ] Code cleanup - [ ] Build system...
### Describe the issue: - [ ] Bug - [ ] Change request - [X] New feature request - [ ] Discussion request ### Issue long description: Add `+template` variable...
### Describe the issue: - [ ] Bug - [ ] Change request - [x] New feature request - [ ] Discussion request ### Issue long description: Key "desc" is...
### Describe the issue: - [ ] Bug - [ ] Change request - [x] New feature request - [ ] Discussion request ### Issue long description: Then we use...