django1/django/db/models
Luke Plant 60c3e55b1f Fixed bug with QuerySet.exclude() failing to do negations on Q objects, and
at the same time generalised exclude/QNot so that they work for 'external'
Q objects i.e. ones that simply have 'get_sql' defined.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@2997 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-26 23:41:43 +00:00
..
fields Removed unused code. 2006-05-06 18:47:28 +00:00
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
base.py Fixed bug with Meta.ordering being ignored when slicing a single item off a QuerySet. Thanks, Gábor Fawkes. 2006-05-23 19:55:30 +00:00
loading.py Fixed #1732 -- AttributeErrors in models are no longer ignored by the model validator. 2006-05-26 19:28:55 +00:00
manager.py Fixed #1579 - added support for 'Q' objects in limit_choices_to. 2006-05-06 00:26:24 +00:00
manipulators.py Fixed #1579 - added support for 'Q' objects in limit_choices_to. 2006-05-06 00:26:24 +00:00
options.py Fixed #1884 -- Made django.db.models.options.get_verbose_name smarter. Thanks, Alex Dedul 2006-05-15 18:50:54 +00:00
query.py Fixed bug with QuerySet.exclude() failing to do negations on Q objects, and 2006-05-26 23:41:43 +00:00
related.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
signals.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00