MCPcopy Index your code

hub / github.com/geex-arts/django-jet / types & classes

Types & classes99 in github.com/geex-arts/django-jet

↓ 17 callersClassOrderedSet
jet/ordered_set.py:4
↓ 11 callersClassJsonResponse
An HTTP response class that consumes data to be serialized to JSON. :param data: Data to be dumped into json. By default only ``dict`` object
jet/utils.py:39
↓ 4 callersClassGoogleAnalyticsClient
jet/dashboard/dashboard_modules/google_analytics.py:69
↓ 4 callersClassYandexMetrikaClient
jet/dashboard/dashboard_modules/yandex_metrika.py:33
↓ 3 callersClassModuleCredentialStorage
jet/dashboard/dashboard_modules/google_analytics.py:40
↓ 3 callersClassTestForm
jet/tests/test_tags.py:23
↓ 2 callersClassLazyDateTimeEncoder
jet/utils.py:148
↓ 2 callersClassRelatedFieldAjaxListFilter
jet/filters.py:20
↓ 1 callersClassAddBookmarkForm
jet/forms.py:20
↓ 1 callersClassAddUserDashboardModuleForm
jet/dashboard/forms.py:52
↓ 1 callersClassDashboardUrls
jet/dashboard/dashboard.py:305
↓ 1 callersClassModelLookupForm
jet/forms.py:96
↓ 1 callersClassRemoveBookmarkForm
jet/forms.py:42
↓ 1 callersClassRemoveDashboardModuleForm
jet/dashboard/forms.py:123
↓ 1 callersClassRequest
jet/tests/test_utils.py:34
↓ 1 callersClassRequest
jet/management/commands/jet_side_menu_items_example.py:30
↓ 1 callersClassRequest
jet/management/commands/jet_custom_apps_example.py:30
↓ 1 callersClassResetDashboardForm
jet/dashboard/forms.py:145
↓ 1 callersClassTestIndexDashboard
jet/tests/dashboard.py:5
↓ 1 callersClassToggleApplicationPinForm
jet/forms.py:64
↓ 1 callersClassUpdateDashboardModuleCollapseForm
jet/dashboard/forms.py:102
↓ 1 callersClassUpdateDashboardModulesForm
jet/dashboard/forms.py:9
↓ 1 callersClassUser
jet/tests/test_utils.py:24
↓ 1 callersClassUser
jet/management/commands/jet_side_menu_items_example.py:19
↓ 1 callersClassUser
jet/management/commands/jet_custom_apps_example.py:19
ClassAccessTokenWidget
jet/dashboard/dashboard_modules/yandex_metrika.py:100
ClassAppIndexDashboard
jet/dashboard/dashboard.py:197
ClassAppList
Shows applications and containing models links. For each model "created" and "change" links are displayed. Usage example: .. code-block
jet/dashboard/modules.py:273
ClassBookmark
jet/models.py:8
ClassCommand
jet/management/commands/jet_side_menu_items_example.py:9
ClassCommand
jet/management/commands/jet_custom_apps_example.py:9
ClassCompactInline
jet/admin.py:4
ClassCredentialWidget
jet/dashboard/dashboard_modules/google_analytics.py:144
ClassDashboard
Base dashboard class. All custom dashboards should inherit it.
jet/dashboard/dashboard.py:20
ClassDashboardModule
Base dashboard module class. All dashboard modules (widgets) should inherit it.
jet/dashboard/modules.py:11
ClassDashboardTestCase
jet/tests/test_dashboard.py:14
ClassDateRangeFilter
jet/filters.py:60
ClassDefaultAppIndexDashboard
jet/dashboard/dashboard.py:288
ClassDefaultIndexDashboard
jet/dashboard/dashboard.py:205
ClassFeed
Display RSS Feed entries with following information: entry title, date and link to the full version Usage example: .. code-block::
jet/dashboard/modules.py:527
ClassFeedSettingsForm
jet/dashboard/modules.py:522
ClassFiltersTestCase
jet/tests/test_filters.py:13
ClassGoogleAnalyticsBase
jet/dashboard/dashboard_modules/google_analytics.py:214
ClassGoogleAnalyticsChartSettingsForm
jet/dashboard/dashboard_modules/google_analytics.py:193
ClassGoogleAnalyticsPeriodVisitors
Google Analytics widget that shows users, sessions and viewers for a particular period of time. Data is grouped by day, week or month Per
jet/dashboard/dashboard_modules/google_analytics.py:397
ClassGoogleAnalyticsPeriodVisitorsSettingsForm
jet/dashboard/dashboard_modules/google_analytics.py:206
ClassGoogleAnalyticsSettingsForm
jet/dashboard/dashboard_modules/google_analytics.py:168
ClassGoogleAnalyticsVisitorsChart
Google Analytics widget that shows users/sessions/viewer chart for a particular period of time. Data is grouped by day, week or month Per
jet/dashboard/dashboard_modules/google_analytics.py:339
ClassGoogleAnalyticsVisitorsTotals
Google Analytics widget that shows total number of users, sessions and viewers for a particular period of time. Period may be following: Toda
jet/dashboard/dashboard_modules/google_analytics.py:311
ClassLinkList
List of links widget. Usage example: .. code-block:: python from django.utils.translation import ugettext_lazy as _ fr
jet/dashboard/modules.py:172
ClassLinkListItemForm
jet/dashboard/modules.py:162
ClassLinkListSettingsForm
jet/dashboard/modules.py:168
ClassMedia
jet/tests/dashboard.py:9
ClassMedia
jet/tests/dashboard.py:40
ClassMedia
jet/dashboard/dashboard.py:42
ClassMedia
jet/dashboard/modules.py:70
ClassMedia
jet/dashboard/dashboard_modules/google_analytics.py:360
ClassMedia
jet/dashboard/dashboard_modules/yandex_metrika.py:297
ClassMeta
jet/forms.py:25
ClassMeta
jet/forms.py:47
ClassMeta
jet/forms.py:69
ClassMeta
jet/models.py:14
ClassMeta
jet/models.py:29
ClassMeta
jet/dashboard/forms.py:61
ClassMeta
jet/dashboard/forms.py:107
ClassMeta
jet/dashboard/forms.py:128
ClassMeta
jet/dashboard/forms.py:152
ClassMeta
jet/dashboard/models.py:21
ClassMigration
jet/migrations/0002_delete_userdashboardmodule.py:7
ClassMigration
jet/migrations/0001_initial.py:8
ClassMigration
jet/dashboard/migrations/0001_initial.py:7
ClassMigration
jet/dashboard/south_migrations/0001_initial.py:8
ClassMigration
jet/south_migrations/0001_initial.py:8
ClassMigration
jet/south_migrations/0002_auto__del_userdashboardmodule.py:8
ClassModelList
Shows models links. For each model "created" and "change" links are displayed. Usage example: .. code-block:: python from djan
jet/dashboard/modules.py:346
ClassOrderedSetTestCase
jet/tests/test_ordered_set.py:6
ClassPinnedApplication
jet/models.py:24
ClassRecentActions
Display list of most recent admin actions with following information: entity name, type of action, author, date Usage example: .. c
jet/dashboard/modules.py:419
ClassRecentActionsSettingsForm
jet/dashboard/modules.py:415
ClassRelatedToTestModel
jet/tests/models.py:15
ClassRelatedToTestModelAdmin
jet/tests/admin.py:9
ClassRequest
jet/tests/test_dashboard.py:15
ClassSearchableTestModel
jet/tests/models.py:23
ClassSuccessMessageMixin
Adds a success message on successful form submission.
jet/utils.py:163
ClassTagsTestCase
jet/tests/test_tags.py:12
ClassTestAppIndexDashboard
jet/tests/dashboard.py:36
ClassTestModel
jet/tests/models.py:6
ClassTestModelAdmin
jet/tests/admin.py:5
ClassUpdateDashboardModuleView
jet/dashboard/views.py:19
ClassUserDashboardModule
jet/dashboard/models.py:10
ClassUtilsTestCase
jet/tests/test_utils.py:9
ClassViewsTestCase
jet/tests/test_views.py:14
ClassYandexMetrikaBase
jet/dashboard/dashboard_modules/yandex_metrika.py:167
ClassYandexMetrikaChartSettingsForm
jet/dashboard/dashboard_modules/yandex_metrika.py:146
ClassYandexMetrikaPeriodVisitors
Yandex Metrika widget that shows visitors, visits and viewers for a particular period of time. Data is grouped by day, week or month Peri
jet/dashboard/dashboard_modules/yandex_metrika.py:328
ClassYandexMetrikaPeriodVisitorsSettingsForm
jet/dashboard/dashboard_modules/yandex_metrika.py:159
ClassYandexMetrikaSettingsForm
jet/dashboard/dashboard_modules/yandex_metrika.py:121
ClassYandexMetrikaVisitorsChart
Yandex Metrika widget that shows visitors/visits/viewer chart for a particular period of time. Data is grouped by day, week or month Peri
jet/dashboard/dashboard_modules/yandex_metrika.py:276
ClassYandexMetrikaVisitorsTotals
Yandex Metrika widget that shows total number of visitors, visits and viewers for a particular period of time. Period may be following: Today
jet/dashboard/dashboard_modules/yandex_metrika.py:248