summaryrefslogtreecommitdiff
path: root/alembic/templates
Commit message (Expand)AuthorAgeFilesLines
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-203-3/+6
* - amending d81619b50b9df7ff4458:Mike Bayer2014-10-203-0/+12
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-093-21/+24
* replacing eval in multidb template with globals() function lookupAndreas Grapentin2014-08-281-2/+2
* - Altered the support for "sourceless" migration files (e.g. onlyMike Bayer2014-03-143-0/+15
* - ensure that target_metadata is also present in the offline migration context,Mike Bayer2014-03-143-3/+4
* - make slug length default to 40, but also make it configurable.Mike Bayer2013-11-263-0/+12
* Merge pull request #1 from cacilhas/mastermike bayer2013-07-181-6/+4
|\
| * bugfix: close forgotten file descriptorsCacilhας, La Batalema2013-07-111-6/+4
* | Make the multidb env logger appear in default output.Scott Sturdivant2013-07-151-1/+1
|/
* - add name here to be inserted in the argumentMike Bayer2013-06-021-2/+2
* - [bug] Fixed the "multidb" template which was badly outMike Bayer2012-09-302-3/+5
* Merged in BryceLohr/alembic (pull request #14)Mike Bayer2012-09-302-21/+42
|\
| * Updated multidb env.py to use standard logger instead of direct stderr output...Bryce Lohr2012-04-271-3/+6
| * Updated the 'revision' command to pass the current Alembic config to the scri...Bryce Lohr2012-04-271-6/+12
| * Fixed engine name arg names as used in script template.Bryce Lohr2012-04-271-4/+4
| * Fixed kwarg passed in to multidb version scripts to reflect that it's the nam...Bryce Lohr2012-04-252-4/+4
| * Updated multidb template's env.py to be closer to generic's. Fixed invalid re...Bryce Lohr2012-04-251-6/+18
* | whitespace removalMike Bayer2012-08-153-18/+18
* | - [feature] New config argumentrel_0_3_3Mike Bayer2012-06-023-0/+12
|/
* fix spellingFelix Schwarz2012-02-221-1/+1
* fixed typoMarcin Kuzminski2012-02-091-1/+1
* templates pep8 E302 2 blank lines between functionsMarcin Kuzminski2012-02-083-0/+4
* show message for pylons template where to explicitly define engine for usage ...Marcin Kuzminski2012-02-081-7/+11
* try to get engine from Base if it's definedMarcin Kuzminski2012-02-081-1/+7
* fixed #30 and some other issues with pylons templateMarcin Kuzminski2012-02-081-7/+12
* - [bug] env.py templates callMike Bayer2012-01-263-10/+25
* documentation updates for 0.2Mike Bayer2012-01-243-0/+15
* - [feature] The naming of revision files canMike Bayer2012-01-243-3/+6
* - Python 2.5 is supported, needsMike Bayer2011-12-031-0/+1
* switch to "from alembic import op" as its notMike Bayer2011-11-303-3/+3
* - add begin_transaction() env.py helper. Emits the appropriateMike Bayer2011-11-293-20/+10
* - fix some more file()->open() in docsMike Bayer2011-11-291-1/+1
* - rename autogenerate_metadata to target_metadata, autogenerate_sqlalchemy_pr...Mike Bayer2011-11-283-9/+9
* - rework MySQL + autogenerate so thatMike Bayer2011-11-283-0/+3
* more tests and now its sort of workingMike Bayer2011-11-273-0/+3
* implement autogenerate featureMike Bayer2011-11-276-12/+48
* - requires_connection() -> is_offline_mode()Mike Bayer2011-11-163-32/+96
* - add argparse to install requiresMike Bayer2011-11-143-15/+32
* get env to have all the arguments before and after context is set upMike Bayer2011-11-141-5/+5
* - make start/end arguments available to environmentsMike Bayer2011-11-143-3/+26
* - get the "stamp" command to work in as_sqlMike Bayer2011-11-113-33/+56
* here's what im doing with pylons at the momentMike Bayer2011-04-191-4/+11
* do "find the templates" identically to how sphinx does itMike Bayer2011-04-1912-0/+246