summaryrefslogtreecommitdiff
path: root/django/core/meta/__init__.py
AgeCommit message (Expand)Author
2005-11-25MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat...Adrian Holovaty
2005-11-21Fixed #800 -- Fixed bug in treatement of underscores and percent signs in SQL...Adrian Holovaty
2005-11-21Fixed #527 -- Changed method_get_related() to use rel.get_related_field() ins...Adrian Holovaty
2005-11-20Fixed #527 and #768 -- Fixed longstanding bug with OneToOneFields. All unit t...Adrian Holovaty
2005-11-17Fixed #815 -- 'select' keyword in DB API calls is now quoted correctly. Thank...Adrian Holovaty
2005-11-14Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes...Adrian Holovaty
2005-11-10Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don...Adrian Holovaty
2005-11-09Fixed #683 -- Lightly refactored meta.fields.Field to add an attname attribute.Adrian Holovaty
2005-11-06Fixed #312 -- Fixed bug when adding images in the admin when edit_inline and ...Adrian Holovaty
2005-10-22Fixed #681 -- get_in_bulk no longer assumes PK fields are called id. Also add...Adrian Holovaty
2005-10-15Fixed #628 -- Django no longer overwrites model class docstrings if they're p...Adrian Holovaty
2005-10-06Fixed #595 -- Fixed error when sorting API results descending with custom 'se...Adrian Holovaty
2005-09-26Subclassed models now use their own class name (or explicitly defined verbose...Adrian Holovaty
2005-09-26Fixed #558 -- Subclassed models now use their own class name (or explicitly d...Adrian Holovaty
2005-09-25Fixed #468 -- Model classes now get an accessor method to get the human-reada...Adrian Holovaty
2005-09-25Fixed #556 -- ManyToManyField join tables no longer assume the primary keys o...Adrian Holovaty
2005-09-13Fixed metasystem bug when using get_related_many_to_many() method with a cust...Adrian Holovaty
2005-09-02Fixed #404 -- Fixed random ordering in MySQL by abstracting random function i...Adrian Holovaty
2005-09-02Fixed bug in [601]Adrian Holovaty
2005-09-02Fixed bug in has_related_links=True, which is legacy and shouldn't be used by...Adrian Holovaty
2005-08-31Fixed #413 -- get_file_url() for FileFields now uses proper slashes on Window...Adrian Holovaty
2005-08-29Fixed small bug in manipulator handling of one-to-one-related foreign keysAdrian Holovaty
2005-08-29Fixed bug in metasystem manipulator_validator_unique_for_date(), related to [...Adrian Holovaty
2005-08-29Fixed bug in metasystem method_get_next_in_order and method_get_previous_in_o...Adrian Holovaty
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