summaryrefslogtreecommitdiff
path: root/django/core/meta
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-24Removed stray 'print' statement in ManyToManyField.flatten_data(). Thanks, bu...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-03-01Fixed #1213 -- Changed value of NOT_PROVIDED so that it's not a string, to pr...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-18Removed unnecessary line in d.c.meta.fields, due to [2342]Adrian Holovaty
2006-02-18Fixed #1038 -- Changed ForeignKey to calculate verbose_name by looking at its...Adrian Holovaty
2006-02-18Fixed #1148 -- Fixed off-by-one error for some databases in get_DATEFIELD_lis...Adrian Holovaty
2006-02-17Fixed #1296 -- Made SlugField maxlength configurable. Thanks, MattAdrian 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-10Negligible refactoring in django.core.meta.fields and django.contrib.admin.vi...Adrian Holovaty
2005-12-09Fixed #967 -- 'tables' parameter in DB API is now only quoted if needed. Than...Adrian Holovaty
2005-12-09Fixed #1017 -- Admin now selects single choice for ForeignKey fields if only ...Adrian Holovaty
2005-12-09Fixed inconsistent spacing in core/meta/fields.pyAdrian Holovaty
2005-12-09Fixed #927 -- Non-integer primary keys save() method now worksAdrian 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-04reverted changes from [1534] and [1536] regarding ticket #966Georg Bauer
2005-12-04fixes #989 - new 'no' translations for JavaScriptGeorg Bauer
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-25Added translation strings to django/core/meta/fields.py. Taken from new-admin.Adrian Holovaty
2005-11-21fixed a bug that prevented the unique validation to workGeorg Bauer
2005-11-21Fixed #800 -- Fixed bug in treatement of underscores and percent signs in SQL...Adrian Holovaty
2005-11-21Fixed bug for OneToOneFields in the admin -- the manipulator_validator_unique...Adrian Holovaty
2005-11-21Fixed #527 -- Changed method_get_related() to use rel.get_related_field() ins...Adrian Holovaty
2005-11-20Gave EmailField a get_internal_type() method and removed it from DATA_TYPES i...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