django1/django/db/models
Jannis Leidel b7236b8576 Fixed #12059 - Let TimeField.to_python correctly return a datetime.time object when having a datetime object.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12137 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-09 20:02:41 +00:00
..
fields Fixed #12059 - Let TimeField.to_python correctly return a datetime.time object when having a datetime object. 2010-01-09 20:02:41 +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 another instance like [12099]. Thanks again, Alex Gaynor. 2010-01-05 04:30:51 +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 Changes to get raw queries working on the oracle backend. 2009-12-22 21:05:15 +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