django-admin
django admin filters cascading
I\'ve got a question - can Django Admin interface be customized in such a way, that it presents only those filter options that occur in the subset of data matching currently selected filters?[详细]
2023-04-02 10:56 分类:问答Adding views to the Django admin
Is there a way 开发者_Go百科to add custom views to the Django admin app? To be specific, I would like to be able to switch out the \"content\" div for custom static content, while preserving the \"he[详细]
2023-04-02 04:11 分类:问答Django logging not showing argument
I have this line in a custom django-admin command: logger.info(\"%d records updated\", records_updated)[详细]
2023-04-02 03:57 分类:问答django: how to access current request user in ModelForm?
In my implementation of ModelForm, I would like to perform different types of validation checks based on whether current user is superuser. How can I access the current 开发者_如何学Crequest user?If y[详细]
2023-04-02 03:06 分类:问答Django-Admin: RTF Editor in Django Admin application
How do Embed an RTF editor (like : 20 Excellent RT开发者_如何学JAVAF Editors) in Django admin page for all TextFields ?There is information on the wiki about how to do this for a number of WYSIWYG edi[详细]
2023-04-02 03:06 分类:问答Sorting and cleaning huge list of django admin modules
I\'v got a django app with a lot of model classes. The app in itself is split into python modules, but in my django admin, all those models belongs to a single django app, and they show开发者_如何学JA[详细]
2023-04-01 22:08 分类:问答Django Admin, Show Aggregate Values From Related Model
Is it possible, within a single Django admin model, to aggr开发者_JAVA技巧egate fields from related objects.[详细]
2023-04-01 17:40 分类:问答overriding admin field label content in django
I am using admin forms for the CRUD operations. However, I want to add certain characters in the labels generated by the admin. For example, * in case the field is required. How 开发者_如何学Pythoncan[详细]
2023-04-01 07:45 分类:问答Django localize built-in widgets
I use Django built-in开发者_运维技巧 widgets like AdminSplitDateTime. However, strings used in this widget aren\'t localized as they\'re in JavaScript. How to correct that?Did you taked a look the Dja[详细]
2023-04-01 03:58 分类:问答Django - admin changeForm extra content beside a field
In the admin change_form of one of my objects I need to have extra content in a certain field (like buttons which will do some javascript modifications on this field)[详细]
2023-04-01 01:59 分类:问答