summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-28Added basic tests for settings.DATABASES populating Jason Pellerin
2006-06-28Removed redundant error check.Jason Pellerin
2006-06-28 * Added connect() function and ConnectionInfo class to abstract Jason Pellerin
2006-06-28Merge trunk to [3226]Jason Pellerin
2006-06-28Merge trunk to [3216]Jason Pellerin
2006-06-23Created branch for MultipleDatabaseSupport. Refs #1142.Jacob Kaplan-Moss
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
2006-06-20Fixed #1857 -- Fixed get_previous_by_FIELD and get_next_by_FIELD to workMalcolm Tredinnick
2006-06-19Fixed some small typos in generic_relations model testsAdrian Holovaty
2006-06-19fixed #2172: updated russian translationGeorg Bauer
2006-06-19fixed #2180: updated polish translationGeorg Bauer
2006-06-19fixed #2165: updated hebrew translationsGeorg Bauer