summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [soc2009/http-wsgi-improvements] Update versions in docs for the various new ...archive/soc2009/http-wsgi-improvementssoc2009/http-wsgi-improvementsChris Cahoon2009-08-134-3/+9
* [soc2009/http-wsgi-improvements] Adds http.HttpResponseStreaming, with docs, ...Chris Cahoon2009-08-1314-14/+183
* [soc2009/http-wsgi-improvements] Clean up charset-related code in HttpRespons...Chris Cahoon2009-08-131-10/+13
* [soc2009/http-wsgi-improvements] Merged up to r11423.Chris Cahoon2009-08-1334-1477/+1653
* [soc2009/http-wsgi-improvements] Update the render_to_response shortcut to pa...Chris Cahoon2009-08-032-4/+18
* [soc2009/http-wsgi-improvements] Fixes for HttpResponse.charsets docs and Htt...Chris Cahoon2009-07-312-9/+2
* [soc2009/http-wsgi-improvements] Change the setting name to SENDFILE_HEADER a...Chris Cahoon2009-07-247-15/+28
* [soc2009/http-wsgi-improvements] Remove setting the Content-Length header for...Chris Cahoon2009-07-242-6/+9
* [soc2009/http-wsgi-improvements] Add a how-to for using HttpResponseSendFile ...Chris Cahoon2009-07-243-0/+133
* [soc2009/http-wsgi-improvements] Merged up to r11318 from trunk.Chris Cahoon2009-07-2465-7996/+17917
* [soc2009/http-wsgi-improvements] Fix early settings use in HttpResponseSendFi...Chris Cahoon2009-07-241-1/+1
* [soc2009/http-wsgi-improvements] Changes for ``HttpResponseSendFile`` support...Chris Cahoon2009-07-236-12/+26
* [soc2009/http-wsgi-improvments] ``HttpResponseSendFile`` now works (again?) u...Chris Cahoon2009-07-211-2/+4
* [soc2009/http-wsgi-improvements] Establish the priorities and fallbacks for H...Chris Cahoon2009-07-185-22/+28
* [soc2009/http-wsgi-improvements] Throw an exception when HttpResponse.codec i...Chris Cahoon2009-07-174-6/+68
* [soc2009/http-wsgi-improvements] Add docs that I missed from the patch and re...Chris Cahoon2009-07-171-3/+4
* [soc2009/http-wsgi-improvements] Expects content to be iterable throughout ``...Chris Cahoon2009-07-175-23/+52
* [soc2009/http-wsgi-improvements] Fix HttpResponseSendFile indentation issue a...Chris Cahoon2009-07-171-13/+12
* [soc2009/http-wsgi-improvements] Merged up to r12258 from trunk.Chris Cahoon2009-07-1746-747/+1667
* [soc2009/http-wsgi-improvements] Added the codec attribute/property to HttpRe...Chris Cahoon2009-07-112-1/+23
* [gsoc2009/http-wsgi-improvements] Clean up imports in django.http and django....Chris Cahoon2009-07-102-7/+7
* [soc2009/http-wsgi-improvements] HttpResponseSendFile now uses django.core.se...Chris Cahoon2009-07-102-6/+13
* [soc2009/http-wsgi-improvements] Refactor setting 406 status codes in HttpRes...Chris Cahoon2009-07-092-17/+28
* [soc2009/http-wsgi-improvement] Repairs to initial regressiontests.sendfile t...Chris Cahoon2009-07-091-6/+4
* [soc2009/http-wsgi-improvements] Change HttpResponse.status_code to a propert...Chris Cahoon2009-07-065-100/+116
* [soc2009/http-wsgi-improvements] Merged up to r11176 from trunk.Chris Cahoon2009-07-0614-66/+363
* [soc2009/http-wsgi-improvements] Fix core.handler.BaseHandler.process_request.Chris Cahoon2009-07-021-19/+19
* [soc2009/http-wsgi-improvements] Initial HttpResponseSendFile support, change...Chris Cahoon2009-07-0112-12/+116
* [soc2009/http-wsgi-improvements] Merged up to r11127 from trunk.Chris Cahoon2009-07-0115-22/+67
* [soc2009/http-wsgi-improvements] Modified tests/test_client_regress to expect...Chris Cahoon2009-06-252-5/+6
* [soc2009/http-wsgi-improvements] Merged up to 11103 from trunk.Chris Cahoon2009-06-2532-258/+953
* [soc2009/http-wsgi-improvements] http.HttpResponse now initializes self._code...Chris Cahoon2009-06-181-0/+1
* [soc2009/http-wsgi-improvements] Moved common code from core.handlers.modpyth...Chris Cahoon2009-06-183-32/+22
* [soc2009/http-wsgi-improvements] Added more tests for #10190, changed logic t...Chris Cahoon2009-06-176-28/+93
* [soc2009/http-wsgi-improvements] Code and tests in support of http.charsets.d...Chris Cahoon2009-06-167-3/+443
* [soc2009/http-wsgi-improvements] Merged up to 11009 from trunk.Chris Cahoon2009-06-1617-115/+303
* Fixed #9253 -- Modified the method used to generate constraint names so that ...Chris Cahoon2009-06-131-4/+7
* Fixed #11194 -- Corrected loading of Proxy models from fixtures (and, by exte...Chris Cahoon2009-06-133-1/+26
* Fixed #10672 -- Altered save_base to ensure that proxy models send a post_sav...Chris Cahoon2009-06-132-12/+46
* Fixed #10785 -- Corrected a case for foreign key lookup where the related obj...Chris Cahoon2009-06-133-7/+88
* Fixed #11274 -- Corrected doctests to not cause test failures due to missing ...Chris Cahoon2009-06-131-0/+3
* Fixed #11271 -- Added a translation marker for the list_editable save button....Chris Cahoon2009-06-131-1/+1
* Fixed #11082 -- Ensured that subqueries used in an exclude(X__in=) clause are...Chris Cahoon2009-06-133-1/+45
* Fixed #10733 -- Added a regression test for queries with multiple references ...Chris Cahoon2009-06-131-1/+21
* Fixed #10572 -- Corrected the operation of the defer() and only() clauses whe...Chris Cahoon2009-06-133-4/+118
* Fixed #9479 -- Corrected an edge case in bulk queryset deletion that could ca...Chris Cahoon2009-06-134-2/+78
* Fixed #11087 -- Fixed the `Count` annotation when used with `GeoManager`. Th...Chris Cahoon2009-06-133-6/+42
* Fixed #11200 -- Now use a `set` data structure for `GoogleMap` icons so that ...Chris Cahoon2009-06-132-3/+11
* Fixed a few Python 2.3 incompatibilities that were causing test failures.Chris Cahoon2009-06-133-8/+8
* Fixed #11216 and #11218 -- Corrected a few typos, thanks buriy.Chris Cahoon2009-06-132-32/+32