summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wipticket_318Mike Bayer2015-08-204-36/+116
* - Implemented support for autogenerate detection of changes in theMike Bayer2015-08-198-17/+435
* - bump version numMike Bayer2015-08-181-1/+1
* - updates for 1.1Mike Bayer2015-08-181-5/+15
* Merge pull request #18 from graingert/patch-1mike bayer2015-08-141-1/+1
|\
| * The name has changed to bdist_wheelThomas Grainger2015-08-141-1/+1
|/
* 0.8.0rel_0_8_0Mike Bayer2015-08-121-0/+1
* - Fixed bug in batch mode where the ``batch_op.create_foreign_key()``Mike Bayer2015-08-124-9/+210
* - fix this for 079Mike Bayer2015-08-081-0/+1
* - ensure that all ops have full backwards/forwards maintenance ofMike Bayer2015-08-074-10/+169
* - add a helper object for autogen rewriting called Rewriter.Mike Bayer2015-08-076-8/+378
* - Fixed bug where in the erroneous case that alembic_version containsMike Bayer2015-08-036-2/+61
* - changelog for pullrequest bitbucket:46; "alembic edit" commandMike Bayer2015-07-305-18/+91
* Merge branch 'edit-latest' of https://bitbucket.org/exhuma/alembic into pr46Mike Bayer2015-07-303-1/+49
|\
| * python-editor 0.3 fixed a bug with using nano.edit-latestMichel Albert2015-07-171-1/+1
| * Reusing existing compat. code from alembic.testing.Michel Albert2015-07-161-8/+3
| * Replaced hand-crafted code with python-editor.Michel Albert2015-07-167-120/+17
| * Removed arguments for "--edit" command.Michel Albert2015-07-161-7/+0
| * New CLI command: "edit" - Edits the latest rev.Michel Albert2015-07-156-0/+163
* | - fix syntax here for py3kMike Bayer2015-07-291-2/+2
* | - Added new multiple-capable argument ``--depends-on`` to theMike Bayer2015-07-2811-24/+244
* | - add new recipe for "replaceable objects".Mike Bayer2015-07-271-0/+513
* | 0.7.7Mike Bayer2015-07-221-0/+1
* | - Fixed critical issue where a complex series of branches/merges wouldMike Bayer2015-07-224-3/+224
* | - since the section titles in api are bound to be misleading,Mike Bayer2015-07-178-10/+52
* | - document all the 0.8 positional name changesMike Bayer2015-07-172-8/+146
* | - ensure DropIndex and other ops return the full object it receivedMike Bayer2015-07-172-1/+64
* | - this test relies upon having the PG dialect presentMike Bayer2015-07-171-2/+1
* | - rework all of autogenerate to build directly on alembic.operations.opsMike Bayer2015-07-1619-852/+1263
* | - The default test runner via "python setup.py test" is now py.test.Mike Bayer2015-07-162-11/+30
|/
* - some additional namesMike Bayer2015-07-143-3/+30
* - handle missing arg more clearlyMike Bayer2015-07-143-2/+40
* - move the "legacy names" system into where we create the module proxy.Mike Bayer2015-07-144-48/+62
* - Implemented support for :meth:`.BatchOperations.create_primary_key`Mike Bayer2015-07-038-10/+150
* Index didn't have a quote parameter until 0.9, when the quote param isMike Bayer2015-07-031-7/+5
* - try to explain this betterMike Bayer2015-07-032-13/+29
* - add the .info dictionary, references #302Mike Bayer2015-07-031-0/+8
* - squash merge of ticket_302 branchMike Bayer2015-07-0373-3300/+6865
* - add a changelog for the legacy_schema_aliasing warning issue,Mike Bayer2015-06-261-0/+7
* - add clarification that this tutorial is against the generic templateMike Bayer2015-06-171-1/+10
* - The :meth:`.MigrationContext.stamp` method, added as part of theMike Bayer2015-06-093-1/+30
* - turn on the mssql legacy_schema_aliasing flag to removeMike Bayer2015-05-263-1/+8
* - Fixed bug where foreign key options including "onupdate",Mike Bayer2015-05-184-13/+106
* - add test for FKC with multiple kwargs, reference #92Mike Bayer2015-05-181-0/+15
* 0.7.6rel_0_7_6Mike Bayer2015-05-051-0/+1
* Merged in jdanjou/alembic/jd/typo-doc-comparator (pull request #44)Mike Bayer2015-05-041-1/+1
|\
| * Fix typo in autogenerate documentationJulien Danjou2015-05-041-1/+1
|/
* - Fixed bug where the case of multiple mergepoints that allMike Bayer2015-05-033-7/+170
* - add tox targets for 3.4Mike Bayer2015-05-011-1/+7
* - Added support for type comparison functions to be not just perMike Bayer2015-04-305-33/+124