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