| Age | Commit message (Expand) | Author |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-04-12 | Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter | Adrian Holovaty |
| 2006-04-10 | Renamed OneToOne to OneToOneRel to be consistent with ManyToManyRel | Adrian Holovaty |
| 2006-04-10 | Renamed ManyToOne to ManyToOneRel to be consistent with ManyToManyRel | Adrian Holovaty |
| 2006-04-10 | Fixed #1600 -- Renamed ManyToMany to ManyToManyRel so people get a clearer er... | Adrian Holovaty |
| 2006-03-28 | Fixed #1548 -- Improved caching of related objects, so when clist = poll.get_... | Adrian Holovaty |
| 2006-03-24 | Removed stray 'print' statement in ManyToManyField.flatten_data(). Thanks, bu... | Adrian Holovaty |
| 2006-03-20 | Fixed bug in [2531]. Thanks, Ned | Adrian Holovaty |
| 2006-03-19 | Simplified two unnecessary list comprehensions in core/meta/__init__.py. Than... | Adrian Holovaty |
| 2006-03-01 | Fixed #1213 -- Changed value of NOT_PROVIDED so that it's not a string, to pr... | Adrian Holovaty |
| 2006-02-25 | Changed get_object() not to use 'ordering' parameter from the model. Thanks, ... | Adrian Holovaty |
| 2006-02-25 | Rolled back [2390] temporarily to test against some other edge cases | Adrian Holovaty |
| 2006-02-25 | Changed get_object() not to use 'ordering' parameter from the model. Thanks, ... | Adrian Holovaty |
| 2006-02-18 | Removed unnecessary line in d.c.meta.fields, due to [2342] | Adrian Holovaty |
| 2006-02-18 | Fixed #1038 -- Changed ForeignKey to calculate verbose_name by looking at its... | Adrian Holovaty |
| 2006-02-18 | Fixed #1148 -- Fixed off-by-one error for some databases in get_DATEFIELD_lis... | Adrian Holovaty |
| 2006-02-17 | Fixed #1296 -- Made SlugField maxlength configurable. Thanks, Matt | Adrian Holovaty |
| 2006-01-30 | Made small improvement to function_get_date_list | Adrian Holovaty |
| 2006-01-15 | Fixed #1064 -- Fixed bug in set_many_to_many() for ManyToManyField pointing a... | Adrian Holovaty |
| 2006-01-06 | Fixed #1181 -- get_in_bulk no longer fails on empty input. Also added unit te... | Adrian Holovaty |
| 2005-12-17 | Fixed #1075 -- Fixed bug in edit_inline. Thanks, Eric Moritz | Adrian Holovaty |
| 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 #967 -- 'tables' parameter in DB API is now only quoted if needed. Than... | 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-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 #452 -- Fixed bug in generated DB API for models that have two ManyToMa... | 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 |
| 2005-11-29 | Fixed error in raw_id_admin on ManyToManyFields caused by [1434] -- they were... | Adrian Holovaty |
| 2005-11-25 | MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat... | Adrian Holovaty |
| 2005-11-25 | Added translation strings to django/core/meta/fields.py. Taken from new-admin. | Adrian Holovaty |
| 2005-11-21 | fixed a bug that prevented the unique validation to work | Georg Bauer |
| 2005-11-21 | Fixed #800 -- Fixed bug in treatement of underscores and percent signs in SQL... | Adrian Holovaty |
| 2005-11-21 | Fixed bug for OneToOneFields in the admin -- the manipulator_validator_unique... | Adrian Holovaty |
| 2005-11-21 | Fixed #527 -- Changed method_get_related() to use rel.get_related_field() ins... | Adrian Holovaty |
| 2005-11-20 | Gave EmailField a get_internal_type() method and removed it from DATA_TYPES i... | Adrian Holovaty |
| 2005-11-20 | Fixed #527 and #768 -- Fixed longstanding bug with OneToOneFields. All unit t... | Adrian Holovaty |
| 2005-11-17 | Fixed #815 -- 'select' keyword in DB API calls is now quoted correctly. Thank... | Adrian Holovaty |
| 2005-11-14 | Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes... | Adrian Holovaty |
| 2005-11-10 | Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don... | Adrian Holovaty |
| 2005-11-09 | Fixed #683 -- Lightly refactored meta.fields.Field to add an attname attribute. | Adrian Holovaty |
| 2005-11-06 | Fixed #312 -- Fixed bug when adding images in the admin when edit_inline and ... | Adrian Holovaty |