summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-30restructuredtext filter now passes settings from {{{RESTRUCTUREDTEXT_FILTER_S...Jacob Kaplan-Moss
2006-06-30Fixed #2275 -- Added footer hook to admin base.html templateAdrian Holovaty
2006-06-30Negligible spacing change to django/db/models/loading.pyAdrian Holovaty
2006-06-30Improved DateField.to_python() to catch invalid dates like Feb. 31Adrian Holovaty
2006-06-29Added a JSON serializer, a few more tests, and a couple more lines of docs.Jacob Kaplan-Moss
2006-06-29Added 'How do I add database-specific options to my CREATE TABLE statements, ...Adrian Holovaty
2006-06-29Fixed #2263 -- Fixed typo in docs/authentication.txtAdrian Holovaty
2006-06-28Added Bob Ippolito's simplejson (http://undefined.org/python/#simplejson) as ...Jacob Kaplan-Moss
2006-06-28Merged multi-auth branch to trunk. See the authentication docs for the ramif...Jacob Kaplan-Moss
2006-06-28Added initial cut at serialization framework, along with some basic tests and...Jacob Kaplan-Moss
2006-06-28Fixed #1754, #2211, #2192 -- allow date filtering comparisons to use strings asMalcolm Tredinnick
2006-06-28Fixed #1812 -- permit apps without models (without disguising other errors).Malcolm Tredinnick
2006-06-28Fixed #2196 -- Fixed AttributeError in method_set_order. Thanks, fonsoAdrian Holovaty
2006-06-28Fixed #2246 -- Changed textile templatetag in contrib.markup to use DEFAULT_C...Adrian Holovaty
2006-06-27Added {{{Manager.create()}}} method to create and save an object in a single ...Jacob Kaplan-Moss
2006-06-27Fixes #2216 -- Added extra tests for model validity, and cleaned up warning m...Russell Keith-Magee
2006-06-26Fixed #2158 -- Added title_template and description_template hooks to Feed cl...Adrian Holovaty
2006-06-26Fixed #2157 -- Admin doc views now work if django.contrib.sites isn't installedAdrian Holovaty
2006-06-26Fixed another path where imports were creating two instances of a model'sMalcolm Tredinnick
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