django1/django/db/models
Claude Paroz 9cb80356fc [py3] Fed strftime with unicode on Python 3 2012-08-14 16:19:58 +02:00
..
fields [py3] Fed strftime with unicode on Python 3 2012-08-14 16:19:58 +02:00
sql [py3] Removed unnecessary calls to .keys() 2012-08-14 14:09:23 +02:00
__init__.py Remove some code that has been dead since newforms-admin was merged, many moons ago. 2012-07-12 09:27:08 -07:00
aggregates.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
base.py [py3] Fixed admin_views tests 2012-08-14 14:45:28 +02:00
deletion.py remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
expressions.py [py3] Fixed F-expression division operators 2012-08-14 16:07:32 +03:00
loading.py [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +02:00
manager.py Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related objects. 2011-10-05 23:14:52 +00:00
options.py [py3] Replace filter/lambda by list comprehensions 2012-08-14 14:31:06 +02:00
query.py [py3] Replace filter/lambda by list comprehensions 2012-08-14 14:31:06 +02:00
query_utils.py [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +02:00
related.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
signals.py Fixed #4102 -- Allow update of specific fields in model.save() 2012-05-12 10:29:41 +03:00