summaryrefslogtreecommitdiff
path: root/alembic/templates/pylons
Commit message (Expand)AuthorAgeFilesLines
* Document config for migration files timestamp prefixedElias Dorneles2022-04-061-2/+3
* add conditional for fileConfig()Mike Bayer2022-02-071-1/+2
* Tweak docs about version_path_separatorVlastimil Zíma2021-11-221-4/+6
* Support version_locations paths with spacesGord Thompson2021-06-221-3/+12
* Revendor editor and make dateutil optionalCaselIT2021-06-151-2/+4
* Add REVISION_SCRIPT_FILENAME token for post_write_hooks optionsBen Mares2021-03-271-4/+4
* Implement sys_path_prepend optionMike Bayer2021-02-201-0/+4
* Provide revision post-write hooksMike Waites2019-09-191-0/+11
* Add dialect_options to environment; set paramstyle=named for offlineMike Bayer2019-07-211-0/+1
* Add missing whitespace to configuration template and doc example.Aru Sahni2019-03-161-1/+1
* zimports runMike Bayer2019-01-061-4/+5
* pure black run + flake8Mike Bayer2019-01-061-8/+13
* Add timezone option to configMike Bayer2017-04-061-0/+6
* The imports in the default script.py.mako are now at the topMike Bayer2016-09-121-3/+3
* - Added a new optionMike Bayer2015-04-071-1/+2
* - Added a new feature :attr:`.Config.attributes`, to help with the useMike Bayer2015-01-231-13/+4
* - fixesMike Bayer2014-11-221-0/+1
* - In conjunction with support for multiple independent bases, theMike Bayer2014-11-221-0/+5
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-201-1/+2
* - amending d81619b50b9df7ff4458:Mike Bayer2014-10-201-0/+4
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-4/+4
* - Altered the support for "sourceless" migration files (e.g. onlyMike Bayer2014-03-141-0/+5
* - ensure that target_metadata is also present in the offline migration context,Mike Bayer2014-03-141-1/+1
* - make slug length default to 40, but also make it configurable.Mike Bayer2013-11-261-0/+4
* whitespace removalMike Bayer2012-08-151-3/+3
* - [feature] New config argumentrel_0_3_3Mike Bayer2012-06-021-0/+4
* fixed typoMarcin Kuzminski2012-02-091-1/+1
* templates pep8 E302 2 blank lines between functionsMarcin Kuzminski2012-02-081-0/+1
* 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-261-2/+5
* documentation updates for 0.2Mike Bayer2012-01-241-0/+5
* - [feature] The naming of revision files canMike Bayer2012-01-241-1/+2
* switch to "from alembic import op" as its notMike Bayer2011-11-301-1/+1
* - add begin_transaction() env.py helper. Emits the appropriateMike Bayer2011-11-291-8/+5
* - rename autogenerate_metadata to target_metadata, autogenerate_sqlalchemy_pr...Mike Bayer2011-11-281-3/+3
* - rework MySQL + autogenerate so thatMike Bayer2011-11-281-0/+1
* more tests and now its sort of workingMike Bayer2011-11-271-0/+1
* implement autogenerate featureMike Bayer2011-11-272-3/+12
* - requires_connection() -> is_offline_mode()Mike Bayer2011-11-161-3/+25
* - add argparse to install requiresMike Bayer2011-11-141-1/+2
* 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-141-1/+2
* - get the "stamp" command to work in as_sqlMike Bayer2011-11-111-8/+12
* 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-194-0/+53