-
literally every URL (except "/", "/login", "/logout", "/register") begins with "/project".
We could remove this and do our routing more similarly to GitHub. The only caveat I can see is that we would…
-
So it raises a `NotImplementedError` when django tries to render it. I see that django-filter doesn't use BooleanWidget but django restframework filters does for its BooleanField and it breaks the bro…
-
Hey,
We are using `hvad` with DRF and it's amazing, thanks for the library and your time in making it.
We've run into a small issue when updating to the new release. One of our models has a `GenericR…
-
Hi,
How's the integration with the new version of Rest Framework?
The docs mention a [TranslatableModelSerializer](http://django-parler.readthedocs.org/en/latest/advanced/rest-framework.html#example-…
-
My environment is python 2.7 and django 1.8.6
I am getting the below error .
PriceChartPNGRenderer.py", line 110, in create
_cache_key
hash_data = str(data['results']).encode('utf-8')
TypeError: …
-
**Edit by @tomchristie**: Updated title
API requests made with curl or ?format=json return immediately.
The same request made in the browser (eg, returning an unmodified Browsable API template) take…
-
```
======================================================================
ERROR: django_restframework_gis_tests.test_filters (unittest.loader.ModuleImportFailure)
------------------------------------…
-
Currently serializers.ModelSerializer._field_mapping is private. If a new custom Django field as added w/ a corresponding REST field, I'd like to be able to add additional fallback field types via a …
wolfe updated
8 years ago
-
I've upgraded django restframework from 0.4.0 to 3.3.1 and there's some missing imports I'd like to know the current equivalents.
mixins import ReadModelMixin, PaginatorMixin
views impo…
-
There is no clear/documented way for new developers to start hacking this project. Let me pretend to be a newbie:
- This is fairly standard way for me to install the project locally (no hints in the d…