Jason Kraus

Results 29 issues of Jason Kraus

Currently `npm install` does not work out of the box: ``` jasonkraus@UF-MBP-Jason-Kraus atomos % npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR!...

Currently a serializer needs to specify a schema in order for the renderer to work. Wouldn't it be nice if it generated a schema (like what DRF does with coreapi)...

When I go to the "Basic Administration" page where you can define the logo I observe the following: 1. Check the box "Clear current value" under "Site Icon" 2. Press...

Currently Resources can be included directly in a urls conf without specifying an api site. This results in the Resource being registered with the global_site api. Resource endpoints should be...

enhancement

Write a basic XML media type that serializes similarly to the basic JSON media type.

enhancement

currently list field is displayed as an inline form with 3 fields: - value - order - delete Only the value field should be visible and the label should be...

feature
admin

Bring in a version of admin actions that doesn't depend on the ORM.

feature
admin

When adding a document in the admin, the initial values from the model do not seem to carry over.

bug
admin

When editing/adding a document in the admin and there is a field linking to another collection there is no "+" button to open a popup for quickly adding.

feature
admin