Carl Meyer
|
1ed9b9e2e2
|
Merge pull request #3536 from Zweedeend/ticket_23837
Fixes #23837: Replace list with deque in migration-planner for improved performance.
|
2014-11-15 18:56:52 +01:00 |
Andrew Godwin
|
c5def493d0
|
Fixed #23835: Changed circular dependency in DFS to be less infinite
|
2014-11-15 17:39:02 +01:00 |
Niels Kouwenhoven
|
fefb77934e
|
Fixes #23837: Replace list.pop(0) by deque.popleft() in dfs function in migrations
|
2014-11-15 16:34:20 +01:00 |
Markus Holtermann
|
85086c8158
|
Fixed #23556 -- Raised a more meaningful error message when migrations refer to an unavailable node
|
2014-10-30 00:17:29 +01:00 |
Berker Peksag
|
c9178ef17a
|
Limited lines to 119 characters in django/{contrib,db}.
Refs #23395.
|
2014-10-29 07:59:35 -04:00 |
Markus Bertheau
|
61f56e239f
|
Corrected grammar in migrations error message.
|
2014-09-10 10:32:33 -04:00 |
Ben Reilly
|
b878c73fc3
|
switch out recursive dfs for stack based approach, to avoid possibly hitting the recursion limit
|
2014-09-05 15:26:05 -07:00 |
Raffaele Salmaso
|
abd640fbdf
|
Fixed #23341 -- Added migration name to nonexistent migration error in makemigrations.
|
2014-08-23 19:18:03 -04:00 |
Andrew Godwin
|
2cee1d4642
|
Fixed #22861: Internal migrations done first so __first__ works
Thanks to Chris Beaven.
|
2014-06-17 23:28:35 -07:00 |
Claude Paroz
|
12474dacef
|
Added a bunch of missing unicode_literals
Refs #22564.
|
2014-05-06 09:13:07 +02:00 |
Andrew Godwin
|
8f6dff372b
|
Fixed #22485: Include all unmigrated apps in project state by default.
|
2014-04-30 12:25:12 -07:00 |
Andrew Godwin
|
64887c644a
|
Fixed #21142: Dependency failures on unmigrated apps.
|
2014-01-08 13:00:12 +00:00 |
Alasdair Nicol
|
c3aa2948c6
|
Fixed #21298 -- Fixed E301 pep8 warnings
|
2013-10-23 13:45:03 +01:00 |
Andrew Godwin
|
9f6e6009a4
|
Add --list option to migrate command
|
2013-09-06 11:06:19 -05:00 |
Andrew Godwin
|
7970d97a70
|
Docs tweaks (thanks timgraham)
|
2013-08-10 20:00:12 +01:00 |
Andrew Godwin
|
c8cbdabfab
|
Fix Python 3 support
|
2013-07-26 17:08:12 +01:00 |
Andrew Godwin
|
ab5cbae9b7
|
First stab at some migration creation commands
|
2013-06-19 15:36:22 +01:00 |
Andrew Godwin
|
91c470def5
|
Auto-naming for migrations and some writer fixes
|
2013-06-07 17:56:43 +01:00 |
Andrew Godwin
|
dfa7c5cade
|
Allow retrieval of project state at start of migrations
|
2013-05-30 17:56:26 +01:00 |
Andrew Godwin
|
d0ecefc2c9
|
Start adding operations that work and tests for them
|
2013-05-29 17:47:10 +01:00 |
Andrew Godwin
|
8a1f017777
|
Add root_node and leaf_node functions to MigrationGraph
|
2013-05-10 16:09:57 +01:00 |
Andrew Godwin
|
9ce8354672
|
First phase of loading migrations from disk
|
2013-05-10 16:00:55 +01:00 |
Andrew Godwin
|
f6801a234f
|
Adding a dependency graph class and tests
|
2013-05-10 12:52:04 +01:00 |