django-dockit
django-dockit copied to clipboard
Provides a document based ORM suite modelled after Django's own conventions.
No history view or button on an object in the admin
add support for raw id fields in admin (this should be in the admin options on dockit-cms)
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...
When adding a document in the admin, the initial values from the model do not seem to carry over.
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.
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...
Index backends should have a function for refreshing/recreating indexes and dockit should provide task and management commands to interface with that functionality.