1
0
mirror of https://github.com/django/django.git synced 2024-12-27 11:35:53 +00:00
django/django/db/models
2006-05-10 16:10:07 +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 Added Model.__str__() default fallback, and changed Model.__repr__() to embed Model.__str__() within it 2006-05-10 16:10:07 +00:00
loading.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
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 #1818 -- Added better error message for FieldDoesNotExist error. Thanks, Christopher Lenz 2006-05-09 15:29:53 +00:00
query.py Made QuerySet slicing return IndexError instead of DoesNotExist (and related changes). 2006-05-06 18:46:53 +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