django/django/db/models
Adrian Holovaty 8cd32bddab Fixed bug in Model._get_next_or_previous_in_order()
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3046 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-01 15:01:22 +00:00
..
fields Fixed #1584 - auto_now_add fields now work when saving multiple times. 2006-05-29 17:08:58 +00:00
__init__.py
base.py Fixed bug in Model._get_next_or_previous_in_order() 2006-06-01 15:01:22 +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 #1454 -- Improved DB API quote_only_if_word() so that it doesn't quote 'select' parameters that are not all word characters. Thanks, dja@cdc.msbx.net 2006-06-01 04:47:56 +00:00
related.py
signals.py