1
0
mirror of https://github.com/django/django.git synced 2025-03-24 08:10:45 +00:00

5 Commits

Author SHA1 Message Date
Carl Meyer
6f65bd1cf0 [1.7.x] Fixed -- Removed sensitivity of migrations tests to CWD.
Backport of 47b7f601eeb93bd7a91f87b77da658212f2f2314 from master.
2014-11-26 17:36:04 -07:00
Andrew Godwin
b568bdf8da [1.7.x] Fixed , : Model renaming now also alters field FKs 2014-06-07 18:18:18 -07:00
Michael Manfre
3ffeb93186 Ensure cursors are closed when no longer needed.
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()'.
2014-02-02 12:47:21 -05:00
Andrew Godwin
ac45f9c9c5 Fix some small errors in the tests 2013-08-23 12:07:43 +01:00
Andrew Godwin
00276e0414 Add tests for the migrate command and fix a bug they exposed 2013-07-25 13:52:35 +01:00