summaryrefslogtreecommitdiff
path: root/django/core/meta/__init__.py
AgeCommit message (Expand)Author
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-08-19Fixed #350 -- 'offset' DB API parameter now works in MySQL 3. Tests from [540...Adrian Holovaty
2005-08-15Changed meta.py save() code from [507] to work under sqlite. All tests now pa...Adrian Holovaty
2005-08-15Fixed #320 -- Changed save() code so that it doesn't rely on cursor.rowcount....Adrian Holovaty
2005-08-15Improved error handling for invalid model parameters that aren't custom funct...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-10Fixed #154 -- Fixed constraint error when deleting an object with a many-to-m...Adrian Holovaty
2005-08-09Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself....Adrian Holovaty
2005-08-08Companion checkin to [432]Adrian Holovaty
2005-08-04Fixed #257 -- Empty model modules no longer cause an error. Thanks, Bill de h...Adrian Holovaty
2005-08-01Refactored meta.py -- created a django.core.meta package, with init.py and fi...Adrian Holovaty