django1/django/db/models
Anssi Kääriäinen 28abf5f0eb Fixed #16211 -- Added comparison and negation ops to F() expressions
Work done by Walter Doekes and Trac alias knoeb. Reviewed by Simon
Charette.
2012-09-30 17:51:06 +03:00
..
fields Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail 2012-09-26 14:14:51 +02:00
sql Avoided storing ExpressionNodes in dicts 2012-09-30 17:50:56 +03: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 Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
constants.py Internal refactoring; moving LOOKUP_SEP up one level. 2012-09-08 19:51:36 -04:00
deletion.py Fixed #18676 -- Allow fast-path deletion of objects 2012-09-28 18:16:08 +03:00
expressions.py Fixed #16211 -- Added comparison and negation ops to F() expressions 2012-09-30 17:51:06 +03:00
loading.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
manager.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
options.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
query.py Fixed #18676 -- Allow fast-path deletion of objects 2012-09-28 18:16:08 +03: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