django1/django/db/models
Adrian Holovaty 127a3f002d Negligible spacing change to django/db/models/loading.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3243 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-30 19:13:00 +00:00
..
fields Improved DateField.to_python() to catch invalid dates like Feb. 31 2006-06-30 18:57:23 +00:00
__init__.py Added generic foreign key support to Django. Much thanks to Ian Holsman and 2006-06-16 19:18:30 +00:00
base.py Fixed #2196 -- Fixed AttributeError in method_set_order. Thanks, fonso 2006-06-28 01:16:32 +00:00
loading.py Negligible spacing change to django/db/models/loading.py 2006-06-30 19:13:00 +00:00
manager.py Added {{{Manager.create()}}} method to create and save an object in a single step. 2006-06-27 20:36:25 +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 Fixes #1812 -- Added model validity checks to ensure that models.py exists, and has been successfully imported for all INSTALLED_APPS. Previous behaviour was to silently ignore empty/problem models, which resulted in the display of an admin page that doesn't display a supposedly installed model. Thanks to Ian Holsman for the original report. 2006-06-25 04:24:15 +00:00
query.py Added {{{Manager.create()}}} method to create and save an object in a single step. 2006-06-27 20:36:25 +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