Skip to main content
Ctrl+K

Django Categories 1.9.2 documentation

  • Installation
  • Getting Started
  • User Guide
  • Reference
  • API
    • Changelog
  • Installation
  • Getting Started
  • User Guide
  • Reference
  • API
    • Changelog

Section Navigation

  • categories
    • admin
      • CategoryAdmin
      • CategoryAdminForm
      • InlineCategoryRelation
      • NullTreeNodeChoiceField
    • api
    • apps
      • handle_class_prepared
      • CategoriesConfig
    • base
      • CategoryBase
      • CategoryBaseAdmin
      • CategoryBaseAdminForm
      • CategoryManager
    • editor
      • models
      • settings
      • templatetags
        • admin_tree_list_tags
      • tree_editor
        • TreeChangeList
        • TreeEditor
        • TreeEditorQuerySet
      • utils
        • display_for_field
    • fields
      • CategoryFKField
      • CategoryM2MField
    • genericcollection
      • GenericCollectionInlineModelAdmin
      • GenericCollectionStackedInline
      • GenericCollectionTabularInline
    • management
      • commands
        • add_category_fields
        • drop_category_field
        • import_categories
    • migration
      • drop_field
      • field_exists
      • migrate_app
      • table_exists
    • models
      • Category
      • CategoryRelation
      • CategoryRelationManager
    • registration
      • Registry
    • settings
      • SLUG_TRANSLITERATOR
    • templatetags
      • category_tags
        • breadcrumbs
        • display_drilldown_as_ul
        • display_path_as_ul
        • do_get_latest_objects_by_category
        • get_cat_model
        • get_category
        • get_category_drilldown
        • get_latest_objects_by_category
        • get_top_level_categories
        • recursetree
        • resolve
        • tree_queryset
        • CategoryDrillDownNode
        • LatestObjectsNode
        • TopLevelCategoriesNode
    • urls
    • views
      • category_detail
      • get_category_for_path
      • CategoryDetailView
      • CategoryRelatedDetail
      • CategoryRelatedList
  • API
  • categories
  • genericcollection

categories.genericcollection

genericcollection#

Special helpers for generic collections.

Classes

GenericCollectionInlineModelAdmin(...)

Inline admin for generic model collections.

GenericCollectionStackedInline(parent_model, ...)

Stacked model admin for a generic collection.

GenericCollectionTabularInline(parent_model, ...)

Tabular model admin for a generic collection.

previous

CategoryM2MField

next

GenericCollectionInlineModelAdmin

Show Source

© Copyright 2010-2024, Corey Oordt.

Created using Sphinx 7.2.6.

Built with the PyData Sphinx Theme 0.15.2.