模块索引

    C

    D

    H

    • django.http   Classes dealing with HTTP requests and responses.

    M

    •   Convenience shortcuts that span multiple levels of Django's MVC stack.

    T

    U

    •  
    • django.urls.conf   Functions for use in URLconfs.
    •   Django's built-in utilities.
    • django.utils.cache   Helper functions for controlling caching.
    •   Functions to parse strings to datetime objects.
    • django.utils.decorators   Functions that help with creating decorators for views.
    •   A series of helper functions to manage character encoding.
    • django.utils.feedgenerator   Syndication feed generation library — used for generating RSS, etc.
    •   Functional programming tools.
    • django.utils.html   HTML helper functions
    •   HTTP helper functions. (URL encoding, cookie handling, …)  
    • django.utils.log   Logging tools for Django applications
    •   Functions for working with Python modules.
    • django.utils.safestring   Functions and classes for working with strings that can be displayed safely without further escaping in HTML.
    •   Text manipulation.
    • django.utils.timezone   Timezone support.
    •