summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-26Added information about flup to docs/fastcgi.txtAdrian Holovaty
2006-06-26Added links to FastCGI docs from various placesAdrian Holovaty
2006-06-26Finished proofreading docs/fastcgi.txtAdrian Holovaty
2006-06-26fixed #2198: updated argentinan translationsGeorg Bauer
2006-06-26fixed #1560: javascript translations for zh_CNGeorg Bauer
2006-06-26Fixed #1796 -- implemented more robust normalisation for module filenamesMalcolm Tredinnick
2006-06-26Fixed #2235 -- corrected a couple of typos pointed out by jvinet@zeroflux.org.Malcolm Tredinnick
2006-06-26More proofreading to docs/fastcgi.txt. Still not finished.Adrian Holovaty
2006-06-26Fixed #2168 -- Made comment templates more accessibleAdrian Holovaty
2006-06-25Fixed #1796 -- only load a single copy of each model, even when it isMalcolm Tredinnick
2006-06-25Fixes #1812 -- Added model validity checks to ensure that models.py exists, a...Russell Keith-Magee
2006-06-23Fixed #1661 -- Added logic for string-form model references in the 'to' argum...Russell Keith-Magee
2006-06-23Added comments to clarify the string->field name resolution logic.Russell Keith-Magee
2006-06-23Fixed #1662 -- Added resolver for string-form model references for models tha...Russell Keith-Magee
2006-06-22Fixed #2199: deleting objects with generic foreign keys in the admin now work...Jacob Kaplan-Moss
2006-06-22Changed default 500 view NOT to use RequestContext, to lessen the chance that...Adrian Holovaty
2006-06-22Fixed typo in docs/request_response.txtAdrian Holovaty
2006-06-21Fixed a few small rst errors in request/response and fastcgi docs.Jacob Kaplan-Moss
2006-06-21Reverted [3184]. There's no such thing as models.PasswordField.Adrian Holovaty
2006-06-21Fixed the "timeuntil" and "timesince" tests so that they don't fail on aMalcolm Tredinnick
2006-06-21Fixed #1240 -- Updated bash completion file to accomodate changes in r3174.Malcolm Tredinnick
2006-06-21Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t...Malcolm Tredinnick
2006-06-21Fixed #2053 -- added an optional comparison argument to the "timesince" filter.Malcolm Tredinnick
2006-06-21Fixed #2071 -- documented the PasswordField (including cavaets). Thanks toMalcolm Tredinnick
2006-06-21Fixed #2031 -- Don't try to remove microseconds on date objects (only datetime)Malcolm Tredinnick
2006-06-21Fixed #1928 -- Correctly create foreign key references when there are multipleMalcolm Tredinnick
2006-06-20Fixed runtests.py problem from [3177] where it assumed you were running the t...Adrian Holovaty
2006-06-20Added semicolon test to regressiontests/initial_sql_regress/sql/simple.sqlAdrian Holovaty
2006-06-20Fixed #688 -- Changed default 404 and 500 views to use RequestContextAdrian Holovaty
2006-06-20Fixed #2119 -- fixed problems with splitting SQL statements into separateMalcolm Tredinnick
2006-06-20Fixed #2161 -- handle trailing newlines in initial SQL data. IncludesMalcolm Tredinnick
2006-06-20Added regressions tests to ensure that one-to-one and many-to-many fieldsMalcolm Tredinnick
2006-06-20Added draft of docs/fastcgi.txt. Haven't finished editing this yet.Adrian Holovaty
2006-06-20Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, ...Adrian Holovaty
2006-06-20Tightened up code in django.contrib.contenttypes.models.ContentTypeManager.ge...Adrian Holovaty
2006-06-20Fixed #1802 -- Fixed database integrity error when creating permission object...Adrian Holovaty
2006-06-20Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...Adrian Holovaty
2006-06-20Fixed bad formatting in 'lookup' model tests from [3157]Adrian Holovaty
2006-06-20Fixed comma splice in auth.User model docstringAdrian Holovaty
2006-06-20Fixed #1964 -- Fixed bug in fetching the dimensions of an ImageField. Thanks,...Adrian Holovaty
2006-06-20Fixed #1422 -- Docstring improvements for the models in the admin app. ThanksMalcolm Tredinnick
2006-06-20Fixed #2078 -- Improved HttpResponseRedirect and HttpResponsePermanentRedirec...Adrian Holovaty
2006-06-20Fixed #2102 -- Template system 'for' loops now support generators. Thanks, db...Adrian Holovaty
2006-06-20Added 'method' attribute to HttpRequest objectsAdrian Holovaty
2006-06-20Fixed #2185 -- Changed django.views.decorators.http.require_http_methods deco...Adrian Holovaty
2006-06-20Fixed #2189 -- Optimized auth.User.get_all_permissions() to use select_relate...Adrian Holovaty
2006-06-20Fixed #2190 -- Now allowing NullBooleanField to be given NoneAdrian Holovaty
2006-06-20Fixed #2195 -- Fixed spelling error in generic_relations model test. Other er...Adrian Holovaty
2006-06-20Fixed ReST error in [3158]. I think.Adrian Holovaty
2006-06-20Added 'Why is Django leaking memory?' to docs/faq.txtAdrian Holovaty