django1/django/db/models
Adrian Holovaty 7c0326bcca Fixed #12537 -- Fixed error in Model.full_validate(). Thanks, gauss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12174 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-10 17:56:52 +00:00
..
fields Fixed #10015 -- PostgreSQL 8.3+ no longer barfs when passing an integer as a filter() value for a CharField or TextField. Thanks, carljm 2010-01-09 22:05:10 +00:00
sql Fixed #12433 -- Corrected a typo in the text of the exception raised by RawQuery. Thanks to bjunix for the report. 2009-12-24 05:35:43 +00:00
__init__.py Fixed #7210 -- Added F() expressions to query language. See the documentation for details on usage. 2009-01-29 10:46:36 +00:00
aggregates.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
base.py Fixed #12537 -- Fixed error in Model.full_validate(). Thanks, gauss 2010-01-10 17:56:52 +00:00
expressions.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
loading.py Fixed #11936 -- Removed deferred models from the list returned by the app_cache. Thanks to ryszard for the report, and clamothe for the initial patch. 2009-12-22 06:01:23 +00:00
manager.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
options.py Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introducing an autogenerated through model. 2009-11-03 14:02:49 +00:00
query.py Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in the database 2010-01-10 17:53:19 +00:00
query_utils.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
related.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
signals.py Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster. 2008-08-06 15:32:46 +00:00