-
The error message for adding a key that already exists is odd.
``` json
{
"public": ["Key with this public already exists."]
}
```
-
- Current versions installed in my app:
django-rest-swagger==2.0.1
djangorestframework==3.4.0
- Brief configuration:
-_\- urls.py -_-
```
router = DefaultRouter()
router.register(r'documents', Docu…
-
Hi
First of all I would like thank you for the wonderfully useful module that you have developed. This will provide alot of realtime functionality for us.
I would like to implement a presence module …
-
Django (1.9.3)
django-cms (3.2.3)
Traceback (most recent call last):
File "/home/nitrous/code/Aws//venv/lib/python3.4/site-packages/django/template/utils.py", line 86, in **getitem**
return self…
-
I've created two other indexes which are working fine. I recently created a search index for my `User` model, with a `UserSearchViewSet` and `UserSearchSerializer`. Here's my code:
User model:
```
c…
-
Issue #2878 resulted in a fix where the error message for the key 'unique' set on a model, was used by the serializer validator.
Would it not be better to also use the value set in the serializers `e…
-
Whilst rendering a serializer in a HTML template using `rest_framework.renderers.TemplateHTMLRenderer` and `{% render_form serializer %}` a couple of exceptions occur whilst resolving variables. (I'm …
-
We should start documenting our API as we implement it.
Some documentation frameworks we could use:
- [DRF docs](http://drfdocs.com/)
- [Swagger](http://swagger.io/)
- [Docbox](https://github.com/ma…
-
Invalid literal for Decimal: u'10.00 XYZ‘ when I use django-rest-framework.
Is django-money support django-rest-framework?
-
**[Original report](https://bitbucket.org/mchaput/whoosh/issue/400) by Damien Nozay (Bitbucket: [dnozay](https://bitbucket.org/dnozay), GitHub: [dnozay](https://github.com/dnozay)).**
---------------…