django-dockit icon indicating copy to clipboard operation
django-dockit copied to clipboard

Provides a document based ORM suite modelled after Django's own conventions.

Results 13 django-dockit issues
Sort by recently updated
recently updated
newest added

No history view or button on an object in the admin

feature

add support for raw id fields in admin (this should be in the admin options on dockit-cms)

feature

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

Dockit should have a field that can reference either a dockit document or a django model. The value of the field could specify a protocol followed by a protocol specific...

feature

Index backends should have a function for refreshing/recreating indexes and dockit should provide task and management commands to interface with that functionality.

feature