Andrea Boetto
Andrea Boetto
I'm trying to wrote test for my application ( I have bulk creation on one api ) but iI'm blocked because the rest_framework api client does not allow me to...
The update method of a bulkSerializer is not working if the id is not of type string/unicode for example a bson.objectid.ObjectId mine solution was to force the unicode type in...
#### One line description of the issue (sites.E101) The SITE_ID setting must be an integer #### Python script ```python INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.sites', ]...
api root
nested resources not showed in api root
is possible to disable the column re-ordering with drag and drop?
detail and goal explained in issue #442, basically an object containg the same information of the transition toParams is propagated from the directive ( permissionSrefOptions bindings added ) to the...
Hello, I need to set up a permission based on state parameters not only to state name, brief example you can access the state /places/:id only if the id is...
if set up the mixins on a boolean property only the change from false to true is detected (and callback is called) but transaction from true to false was not...
added retreave long live token following #23, adding tests (i was not able to checkout the pr branch)