summaryrefslogtreecommitdiff
path: root/django/core/meta/__init__.py
AgeCommit message (Expand)Author
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-12Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, DexterAdrian Holovaty
2006-04-10Renamed OneToOne to OneToOneRel to be consistent with ManyToManyRelAdrian Holovaty
2006-04-10Renamed ManyToOne to ManyToOneRel to be consistent with ManyToManyRelAdrian Holovaty
2006-04-10Fixed #1600 -- Renamed ManyToMany to ManyToManyRel so people get a clearer er...Adrian Holovaty
2006-03-28Fixed #1548 -- Improved caching of related objects, so when clist = poll.get_...Adrian Holovaty
2006-03-20Fixed bug in [2531]. Thanks, NedAdrian Holovaty
2006-03-19Simplified two unnecessary list comprehensions in core/meta/__init__.py. Than...Adrian Holovaty
2006-02-25Changed get_object() not to use 'ordering' parameter from the model. Thanks, ...Adrian Holovaty
2006-02-25Rolled back [2390] temporarily to test against some other edge casesAdrian Holovaty
2006-02-25Changed get_object() not to use 'ordering' parameter from the model. Thanks, ...Adrian Holovaty
2006-02-18Fixed #1148 -- Fixed off-by-one error for some databases in get_DATEFIELD_lis...Adrian Holovaty
2006-01-30Made small improvement to function_get_date_listAdrian Holovaty
2006-01-15Fixed #1064 -- Fixed bug in set_many_to_many() for ManyToManyField pointing a...Adrian Holovaty
2006-01-06Fixed #1181 -- get_in_bulk no longer fails on empty input. Also added unit te...Adrian Holovaty
2005-12-17Fixed #1075 -- Fixed bug in edit_inline. Thanks, Eric MoritzAdrian Holovaty
2005-12-14added a missed translation to the admin (the error message when you try to ad...Georg Bauer
2005-12-09Fixed #967 -- 'tables' parameter in DB API is now only quoted if needed. Than...Adrian Holovaty
2005-12-05Fixed bug in get_next_by_FOO/get_previous_by_FOO methods that caused a databa...Jacob Kaplan-Moss
2005-12-05Fixed #982 -- Added '__ne__' support for Django models, which apparently wasn...Adrian Holovaty
2005-12-01Fixed #452 -- Fixed bug in generated DB API for models that have two ManyToMa...Adrian Holovaty
2005-12-01Small fix to a comment in django.core.meta.initAdrian Holovaty
2005-12-01Fixed #757: manually set AutoField values are now respected; also added unit ...Jacob Kaplan-Moss
2005-11-30Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo...Adrian Holovaty
2005-11-30Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi...Adrian Holovaty
2005-11-29Fixed error in raw_id_admin on ManyToManyFields caused by [1434] -- they were...Adrian Holovaty
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