Changes between Initial Version and Version 2 of Ticket #3875


Ignore:
Timestamp:
Mar 29, 2007, 11:55:03 PM (17 years ago)
Author:
Malcolm Tredinnick
Comment:

Fixed formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3875

    • Property Triage Stage UnreviewedReady for checkin
  • Ticket #3875 – Description

    initial v2  
    22
    33Purpose of this class is to provide a HTTP status code 400.
    4 
     4{{{
     5#!python
    56Index: django/http/__init__.py
    67===================================================================
     
    1920     def __init__(self, *args, **kwargs):
    2021         HttpResponse.__init__(self, *args, **kwargs)
     22}}}
Back to Top