| Age | Commit message (Expand) | Author |
| 2006-01-15 | Fixed #1176 -- Changed {% comment %} template tag not to generate a nodelist,... | Adrian Holovaty |
| 2006-01-12 | Fixed #1202 -- Changed 'manage.py shell' to use IPython if present. Also adde... | Adrian Holovaty |
| 2006-01-12 | Fixed #1203 -- Fixed two typos in cache.py. Thanks, Eugene | Adrian Holovaty |
| 2006-01-11 | Added 'shell' option to django-admin.py and manage.py | Adrian Holovaty |
| 2006-01-09 | Fixed #1195 -- Fixed formfields.TimeField bug introduced in [1872] | Adrian Holovaty |
| 2006-01-09 | Fixed #1110 -- wordwrap template filter now calls str() on input. Thanks, scum | Adrian Holovaty |
| 2006-01-09 | Fixed #1121 -- Changed MySQL backend to use correct character set in MySQL 4.... | Adrian Holovaty |
| 2006-01-09 | Fixed #1034 -- Changed get_last_insert_id to quote database table name. Thank... | Adrian Holovaty |
| 2006-01-09 | Fixed #1188 -- Changed TimeField.html2python to handle microseconds. Thanks, ... | Adrian Holovaty |
| 2006-01-08 | Fixed #1187 -- Added field name to error message for missing PIL. Thanks, aka... | Adrian Holovaty |
| 2006-01-06 | Fixed #1181 -- get_in_bulk no longer fails on empty input. Also added unit te... | Adrian Holovaty |
| 2006-01-03 | Added 'dummy' cache backend | Adrian Holovaty |
| 2006-01-01 | Fixed #1145 -- Added unit tests for default template filters and fixed two bu... | Adrian Holovaty |
| 2005-12-29 | Fixed #1139 -- Changed django.core.mail to raise BadHeaderError (a subclass o... | Adrian Holovaty |
| 2005-12-29 | Fixed #1135 -- Changed django.core.mail functions not to allow newlines in he... | Adrian Holovaty |
| 2005-12-24 | Added missing context_processors module from [1773] | Adrian Holovaty |
| 2005-12-24 | Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify proce... | Adrian Holovaty |
| 2005-12-20 | Fixed #1093 -- Fixed error in inspectdb from [1688] | Adrian Holovaty |
| 2005-12-19 | Changed django.core.formfields.CheckboxSelectMultipleField NOT to use the '_'... | Adrian Holovaty |
| 2005-12-17 | Fixed #1075 -- Fixed bug in edit_inline. Thanks, Eric Moritz | Adrian Holovaty |
| 2005-12-16 | Changed resolve_variable to resolve integers and floats as integers and float... | Adrian Holovaty |
| 2005-12-16 | Fixed #646 -- inspectdb no longer fails on database tables with hyphen in the... | Adrian Holovaty |
| 2005-12-16 | Fixed #1039 -- Changed file-based cache to cache EOFErrors during pickle. Tha... | Adrian Holovaty |
| 2005-12-15 | fixes #1066 - yesno used the wrong way to do translations | Georg Bauer |
| 2005-12-14 | added a missed translation to the admin (the error message when you try to ad... | Georg Bauer |
| 2005-12-10 | Negligible refactoring in django.core.meta.fields and django.contrib.admin.vi... | Adrian Holovaty |
| 2005-12-09 | Fixed #1032 -- CREATE TABLE SQL in Postgres now quotes column name in 'CHECK'... | Adrian Holovaty |
| 2005-12-09 | Fixed exception-handling bug in defaulttags SsiNode. Thanks, Henryk on IRC | Adrian Holovaty |
| 2005-12-09 | Fixed #967 -- 'tables' parameter in DB API is now only quoted if needed. Than... | Adrian Holovaty |
| 2005-12-09 | Fixed #1006 -- Fixed error when using ChangeManipulator in a model with raw_i... | Adrian Holovaty |
| 2005-12-09 | Fixed #1017 -- Admin now selects single choice for ForeignKey fields if only ... | Adrian Holovaty |
| 2005-12-09 | Fixed inconsistent spacing in core/meta/fields.py | Adrian Holovaty |
| 2005-12-09 | Fixed #927 -- Non-integer primary keys save() method now works | Adrian Holovaty |
| 2005-12-07 | Fixed #1009 -- Fixed small typo in HasAllowableSize validator. Thanks, bsoltani | Adrian Holovaty |
| 2005-12-06 | Added conf/project_template/manage.py, which is a light wrapper around django... | Adrian Holovaty |
| 2005-12-06 | Negligible capitalization change in django.core.management | Adrian Holovaty |
| 2005-12-06 | Factored out django.core.management ACTION_MAPPING into DEFAULT_ACTION_MAPPIN... | Adrian Holovaty |
| 2005-12-06 | Moved all logic from django-admin.py into django.core.management, into a new ... | Adrian Holovaty |
| 2005-12-05 | Fixed bug in get_next_by_FOO/get_previous_by_FOO methods that caused a databa... | Jacob Kaplan-Moss |
| 2005-12-05 | Fixed #982 -- Added '__ne__' support for Django models, which apparently wasn... | Adrian Holovaty |
| 2005-12-04 | reverted changes from [1534] and [1536] regarding ticket #966 | Georg Bauer |
| 2005-12-04 | fixes #989 - new 'no' translations for JavaScript | Georg Bauer |
| 2005-12-01 | Fixed #971 -- inspectdb for SQLite now introspects field types. | Adrian Holovaty |
| 2005-12-01 | Fixed #965 -- 'django-admin.py sqlsequencereset' now includes m2m tables. Tha... | Adrian Holovaty |
| 2005-12-01 | Fixed #452 -- Fixed bug in generated DB API for models that have two ManyToMa... | Adrian Holovaty |
| 2005-12-01 | Improved model validator to throw error if a model has two ManyToMany relatio... | Adrian Holovaty |
| 2005-12-01 | Small fix to a comment in django.core.meta.init | Adrian Holovaty |
| 2005-12-01 | Fixed #757: manually set AutoField values are now respected; also added unit ... | Jacob Kaplan-Moss |
| 2005-11-30 | Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo... | Adrian Holovaty |
| 2005-11-30 | Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi... | Adrian Holovaty |