| Age | Commit message (Expand) | Author |
| 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-24 | Removed stray 'print' statement in ManyToManyField.flatten_data(). Thanks, bu... | 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-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 |
| 2005-12-10 | Negligible refactoring in django.core.meta.fields and django.contrib.admin.vi... | 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-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-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 bug for OneToOneFields in the admin -- the manipulator_validator_unique... | Adrian Holovaty |
| 2005-11-20 | Gave EmailField a get_internal_type() method and removed it from DATA_TYPES i... | Adrian Holovaty |
| 2005-11-09 | Fixed #683 -- Lightly refactored meta.fields.Field to add an attname attribute. | Adrian Holovaty |
| 2005-11-05 | Added meta.Admin list_select_related option, which specifies to use select_re... | Adrian Holovaty |
| 2005-11-04 | Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th... | Jacob Kaplan-Moss |
| 2005-10-20 | Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune | Adrian Holovaty |
| 2005-10-12 | Fixed #589 -- Added FilePathField. It's available as an ORM field and as a st... | Adrian Holovaty |
| 2005-10-07 | Fixed #586 -- Fixed bug in raw_id_admin caused by [785]. Thanks for the heads... | Adrian Holovaty |
| 2005-10-06 | Made raw_id_admin work with non-integer primary keys | Adrian Holovaty |
| 2005-09-28 | Fixed #553 -- Added django.core.meta.fields.Field.get_internal_type() hook, f... | Adrian Holovaty |
| 2005-09-15 | Fixed "unique" validator for fields with relations. | Jacob Kaplan-Moss |
| 2005-08-25 | Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use... | Adrian Holovaty |
| 2005-08-17 | Fixed bug in manipulator_valid_rel_key() -- it assumed the related object's p... | Adrian Holovaty |
| 2005-08-16 | Small formatting change to validation error in [516], to be consistent with o... | Adrian Holovaty |
| 2005-08-16 | Added raw_id_admin support to ManyToManyField objects; fixes #260 | Jacob Kaplan-Moss |
| 2005-08-15 | Fixed #316 -- Added special-case for MySQL microseconds, so that it doesn't t... | Adrian Holovaty |
| 2005-08-11 | Changed timestamp and time typecasting to preserve microseconds. Added unit t... | Adrian Holovaty |
| 2005-08-10 | Fixed #81 -- Admin now supports primary_key=True for non-integer fields. Note... | Adrian Holovaty |
| 2005-08-10 | Refactored the way save() works so that non-integer primary keys are now poss... | Adrian Holovaty |
| 2005-08-10 | Undid [455] -- it's not a good enough solution for what I'm trying to do | Adrian Holovaty |
| 2005-08-10 | Slightly refactored metasystem -- changed Field pre_save() hooks to pre_save_... | Adrian Holovaty |
| 2005-08-10 | Simplified metasystem get_db_prep_save() hook so that it doesn't take an 'add... | Adrian Holovaty |
| 2005-08-09 | Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself.... | Adrian Holovaty |
| 2005-08-05 | Changed default ManyToOne num_in_admin from 0 to 3, to help avoid confusion w... | Adrian Holovaty |
| 2005-08-01 | Refactored meta.py -- created a django.core.meta package, with init.py and fi... | Adrian Holovaty |