django1/django/db/backends
Florian Hahn 5240b83462 Fixed #17027 -- Added support for the power operator in F expressions.
Thanks dan at dlo.me for the initial patch.

- Added __pow__ and __rpow__ to ExpressionNode
- Added oracle and mysql specific power expressions
- Added used-defined power function for sqlite
2013-10-22 10:29:57 -04:00
..
dummy A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
mysql Fixed #17027 -- Added support for the power operator in F expressions. 2013-10-22 10:29:57 -04:00
oracle Fixed #17027 -- Added support for the power operator in F expressions. 2013-10-22 10:29:57 -04:00
postgresql_psycopg2 Enforce ordering on PostgreSQL get_constraints cols (refs #21134) 2013-09-26 14:55:19 +01:00
sqlite3 Fixed #17027 -- Added support for the power operator in F expressions. 2013-10-22 10:29:57 -04:00
__init__.py Add get_migratable_models util method to ConnectionRouter 2013-10-16 18:02:49 +02:00
creation.py Fixed #21285 -- Fixed E121,E122 pep8 warnings 2013-10-17 20:20:11 -04:00
schema.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
util.py Removed import * in tests. 2013-10-22 08:32:01 -04:00
utils.py Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 09:42:27 +02:00