Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/custom_methods/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin2015-05-171-1/+1
| | | | | This mirrors convert_xxxfield_value nicely, taking advantage of the adapter/converter terminology which is commonly used by DB-API modules.
* Removed numbering from the models.py header of some test ↵Loic Bistuer2014-09-241-1/+1
| | | | | | packages. This is a reliqua from the early days of the modeltests/regressiontests era.
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-8/+8
| | | | | | 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()'.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+40