| Age | Commit message (Collapse) | Author |
|
|
|
|
|
"Area man/woman" is confusing to people not familiar with the
conventions of American journalism (like me).
|
|
This mirrors convert_xxxfield_value nicely, taking advantage of the
adapter/converter terminology which is commonly used by DB-API modules.
|
|
This is a reliqua from the early days of the modeltests/regressiontests era.
|
|
This commit touchs various parts of the code base and test framework. Any
found usage of opening a cursor for the sake of initializing a connection
has been replaced with 'ensure_connection()'.
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
|