django1/django/db
Anssi Kääriäinen 3fef304ff2 Refactored negated IS NULL handling
This one cleaned up add_filter() negated filter generation. As a side
effect split_exclude() was cleaned up, too.

Refs #19849
2013-02-20 21:34:01 +02:00
..
backends Added a db_constraint option to ForeignKeys. 2013-02-20 11:27:32 -08:00
models Refactored negated IS NULL handling 2013-02-20 21:34:01 +02:00
__init__.py Removed try-except in django.db.close_connection() 2013-02-13 00:25:09 +02:00
transaction.py Fixed #19707 -- Reset transaction state after requests 2013-02-10 13:55:54 +02:00
utils.py Removed try-except in django.db.close_connection() 2013-02-13 00:25:09 +02:00