Changes between Initial Version and Version 2 of Ticket #3875
- Timestamp:
- Mar 29, 2007, 11:55:03 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3875
- Property Triage Stage Unreviewed → Ready for checkin
-
Ticket #3875 – Description
initial v2 2 2 3 3 Purpose of this class is to provide a HTTP status code 400. 4 4 {{{ 5 #!python 5 6 Index: django/http/__init__.py 6 7 =================================================================== … … 19 20 def __init__(self, *args, **kwargs): 20 21 HttpResponse.__init__(self, *args, **kwargs) 22 }}}