django1/django/db
Aymeric Augustin d63e55039d Reordered methods in database wrappers.
* Grouped related methods together -- with banner comments :/
* Described which methods are intended to be implemented in backends.
* Added docstrings.
* Used the same order in all wrappers.
2013-03-02 13:33:17 +01:00
..
backends Reordered methods in database wrappers. 2013-03-02 13:33:17 +01:00
models Added support for serializing BinaryField 2013-03-02 10:29:02 +01:00
__init__.py Added import forgotten in 2ee21d9. 2013-03-01 23:46:53 +01:00
transaction.py Factored code and added a missing docstring. 2013-02-21 21:26:40 +01:00
utils.py Fixed tests broken in 2ee21d9. 2013-02-28 17:08:16 +01:00