| Age | Commit message (Expand) | Author |
| 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-22 | Fixed #681 -- get_in_bulk no longer assumes PK fields are called id. Also add... | Adrian Holovaty |
| 2005-10-20 | Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune | Adrian Holovaty |
| 2005-10-15 | Fixed #628 -- Django no longer overwrites model class docstrings if they're p... | 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 | Fixed #595 -- Fixed error when sorting API results descending with custom 'se... | 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-26 | Subclassed models now use their own class name (or explicitly defined verbose... | Adrian Holovaty |
| 2005-09-26 | Fixed #558 -- Subclassed models now use their own class name (or explicitly d... | Adrian Holovaty |
| 2005-09-25 | Fixed #468 -- Model classes now get an accessor method to get the human-reada... | Adrian Holovaty |
| 2005-09-25 | Fixed #556 -- ManyToManyField join tables no longer assume the primary keys o... | Adrian Holovaty |
| 2005-09-15 | Fixed "unique" validator for fields with relations. | Jacob Kaplan-Moss |
| 2005-09-13 | Fixed metasystem bug when using get_related_many_to_many() method with a cust... | Adrian Holovaty |
| 2005-09-02 | Fixed #404 -- Fixed random ordering in MySQL by abstracting random function i... | Adrian Holovaty |
| 2005-09-02 | Fixed bug in [601] | Adrian Holovaty |
| 2005-09-02 | Fixed bug in has_related_links=True, which is legacy and shouldn't be used by... | Adrian Holovaty |
| 2005-08-31 | Fixed #413 -- get_file_url() for FileFields now uses proper slashes on Window... | Adrian Holovaty |
| 2005-08-29 | Fixed small bug in manipulator handling of one-to-one-related foreign keys | Adrian Holovaty |
| 2005-08-29 | Fixed bug in metasystem manipulator_validator_unique_for_date(), related to [... | Adrian Holovaty |
| 2005-08-29 | Fixed bug in metasystem method_get_next_in_order and method_get_previous_in_o... | Adrian Holovaty |
| 2005-08-25 | Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use... | Adrian Holovaty |
| 2005-08-19 | Fixed #350 -- 'offset' DB API parameter now works in MySQL 3. Tests from [540... | 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 | Changed meta.py save() code from [507] to work under sqlite. All tests now pa... | Adrian Holovaty |
| 2005-08-15 | Fixed #320 -- Changed save() code so that it doesn't rely on cursor.rowcount.... | Adrian Holovaty |
| 2005-08-15 | Improved error handling for invalid model parameters that aren't custom funct... | Adrian Holovaty |
| 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-10 | Fixed #154 -- Fixed constraint error when deleting an object with a many-to-m... | Adrian Holovaty |
| 2005-08-09 | Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself.... | Adrian Holovaty |
| 2005-08-08 | Companion checkin to [432] | Adrian Holovaty |
| 2005-08-05 | Changed default ManyToOne num_in_admin from 0 to 3, to help avoid confusion w... | Adrian Holovaty |
| 2005-08-04 | Fixed #257 -- Empty model modules no longer cause an error. Thanks, Bill de h... | Adrian Holovaty |
| 2005-08-01 | Refactored meta.py -- created a django.core.meta package, with init.py and fi... | Adrian Holovaty |