Django

Code

Changeset 55

Show
Ignore:
Timestamp:
07/15/05 11:52:08 (3 years ago)
Author:
adrian
Message:

Changed mentions of CMS to Django in django.core xheaders and exceptions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/core/exceptions.py

    r3 r55  
    1 "Global CMS exceptions" 
     1"Global Django exceptions" 
    22 
    33from django.core.template import SilentVariableFailure 
  • django/trunk/django/core/xheaders.py

    r3 r55  
    11""" 
    2 Some pages in our CMS are served up with custom HTTP headers containing useful 
    3 information about those pages -- namely, the contenttype and object ID. 
     2Pages in Django can are served up with custom HTTP headers containing useful 
     3information about those pages -- namely, the content type and object ID. 
    44 
    55This module contains utility functions for retrieving and doing interesting 
    66things with these special "X-Headers" (so called because the HTTP spec demands 
    7 that custom headers are prefxed with "X-".) 
     7that custom headers are prefxed with "X-"). 
    88 
    99Next time you're at slashdot.org, watch out for X-Fry and X-Bender. :)