| Age | Commit message (Expand) | Author |
| 2006-07-04 | Changed admin/templates/admin/index.html to make <caption> translatable | Adrian Holovaty |
| 2006-07-04 | Refs #1400 -- Variable resolver now converts literal strings 'False' and 'Tru... | Russell Keith-Magee |
| 2006-07-04 | Fixes #1338, Refs #1400, #2237 -- Modified variable resolution to allow templ... | Russell Keith-Magee |
| 2006-07-03 | fixed #2241: typos in french translation (manually snarfed from the diff, ple... | Georg Bauer |
| 2006-07-03 | fixed #2279: updated galician translation | Georg Bauer |
| 2006-07-03 | Small edits to comments in contrib/auth/__init__.py | Adrian Holovaty |
| 2006-07-01 | Removed stray references to (now deprecated) !__ne query type. | Russell Keith-Magee |
| 2006-07-01 | Removed unneeded import of ngettext from django.db.models.fields.__init__ | Adrian Holovaty |
| 2006-07-01 | Formatting fix for [3248] | Adrian Holovaty |
| 2006-07-01 | Optimized JavaScript in django/views/i18n.py | Adrian Holovaty |
| 2006-07-01 | Fixes #2271 -- Added code to imply !__exact on any query argument that doesn'... | Russell Keith-Magee |
| 2006-07-01 | Added USE_I18N setting, which lets you turn off internationalization overhead... | Adrian Holovaty |
| 2006-07-01 | Fixed #2217 -- Allowed raw objects to be used in __exact and __in query terms... | Russell Keith-Magee |
| 2006-06-30 | restructuredtext filter now passes settings from {{{RESTRUCTUREDTEXT_FILTER_S... | Jacob Kaplan-Moss |
| 2006-06-30 | Fixed #2275 -- Added footer hook to admin base.html template | Adrian Holovaty |
| 2006-06-30 | Negligible spacing change to django/db/models/loading.py | Adrian Holovaty |
| 2006-06-30 | Improved DateField.to_python() to catch invalid dates like Feb. 31 | Adrian Holovaty |
| 2006-06-29 | Added a JSON serializer, a few more tests, and a couple more lines of docs. | Jacob Kaplan-Moss |
| 2006-06-28 | Added Bob Ippolito's simplejson (http://undefined.org/python/#simplejson) as ... | Jacob Kaplan-Moss |
| 2006-06-28 | Merged multi-auth branch to trunk. See the authentication docs for the ramif... | Jacob Kaplan-Moss |
| 2006-06-28 | Added initial cut at serialization framework, along with some basic tests and... | Jacob Kaplan-Moss |
| 2006-06-28 | Fixed #1754, #2211, #2192 -- allow date filtering comparisons to use strings as | Malcolm Tredinnick |
| 2006-06-28 | Fixed #1812 -- permit apps without models (without disguising other errors). | Malcolm Tredinnick |
| 2006-06-28 | Fixed #2196 -- Fixed AttributeError in method_set_order. Thanks, fonso | Adrian Holovaty |
| 2006-06-28 | Fixed #2246 -- Changed textile templatetag in contrib.markup to use DEFAULT_C... | Adrian Holovaty |
| 2006-06-27 | Added {{{Manager.create()}}} method to create and save an object in a single ... | Jacob Kaplan-Moss |
| 2006-06-27 | Fixes #2216 -- Added extra tests for model validity, and cleaned up warning m... | Russell Keith-Magee |
| 2006-06-26 | Fixed #2158 -- Added title_template and description_template hooks to Feed cl... | Adrian Holovaty |
| 2006-06-26 | Fixed #2157 -- Admin doc views now work if django.contrib.sites isn't installed | Adrian Holovaty |
| 2006-06-26 | Fixed another path where imports were creating two instances of a model's | Malcolm Tredinnick |
| 2006-06-26 | fixed #2198: updated argentinan translations | Georg Bauer |
| 2006-06-26 | fixed #1560: javascript translations for zh_CN | Georg Bauer |
| 2006-06-26 | Fixed #1796 -- implemented more robust normalisation for module filenames | Malcolm Tredinnick |
| 2006-06-26 | Fixed #2168 -- Made comment templates more accessible | Adrian Holovaty |
| 2006-06-25 | Fixed #1796 -- only load a single copy of each model, even when it is | Malcolm Tredinnick |
| 2006-06-25 | Fixes #1812 -- Added model validity checks to ensure that models.py exists, a... | Russell Keith-Magee |
| 2006-06-23 | Fixed #1661 -- Added logic for string-form model references in the 'to' argum... | Russell Keith-Magee |
| 2006-06-23 | Added comments to clarify the string->field name resolution logic. | Russell Keith-Magee |
| 2006-06-23 | Fixed #1662 -- Added resolver for string-form model references for models tha... | Russell Keith-Magee |
| 2006-06-22 | Fixed #2199: deleting objects with generic foreign keys in the admin now work... | Jacob Kaplan-Moss |
| 2006-06-22 | Changed default 500 view NOT to use RequestContext, to lessen the chance that... | Adrian Holovaty |
| 2006-06-21 | Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t... | Malcolm Tredinnick |
| 2006-06-21 | Fixed #2053 -- added an optional comparison argument to the "timesince" filter. | Malcolm Tredinnick |
| 2006-06-21 | Fixed #2031 -- Don't try to remove microseconds on date objects (only datetime) | Malcolm Tredinnick |
| 2006-06-21 | Fixed #1928 -- Correctly create foreign key references when there are multiple | Malcolm Tredinnick |
| 2006-06-20 | Fixed #688 -- Changed default 404 and 500 views to use RequestContext | Adrian Holovaty |
| 2006-06-20 | Fixed #2119 -- fixed problems with splitting SQL statements into separate | Malcolm Tredinnick |
| 2006-06-20 | Fixed #2161 -- handle trailing newlines in initial SQL data. Includes | Malcolm Tredinnick |
| 2006-06-20 | Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, ... | Adrian Holovaty |
| 2006-06-20 | Tightened up code in django.contrib.contenttypes.models.ContentTypeManager.ge... | Adrian Holovaty |