summaryrefslogtreecommitdiff
path: root/alembic/templates/generic
Commit message (Expand)AuthorAgeFilesLines
* add recursive_version_locations option for searching revision filesostr000002023-02-281-0/+5
* Include missing part of env.pySam Bull2023-02-131-1/+1
* Add epoch as an option for file_templateCaio Carvalho2022-05-061-0/+2
* Use `-> None` in script templates by defaultNikita Sobolev2022-04-212-4/+4
* 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-3/+5
* 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-2/+4
* Add missing whitespace to configuration template and doc example.Aru Sahni2019-03-161-1/+1
* remove unnecessary "from __future__ import with_statement" from env templatesFelix Schwarz2019-03-131-1/+0
* zimports runMike Bayer2019-01-061-2/+6
* pure black run + flake8Mike Bayer2019-01-061-5/+7
* Add timezone option to configMike Bayer2017-04-061-0/+6
* file generated by alembic revison is now pep8 compliantMarkus Mattes2016-11-211-0/+1
* The imports in the default script.py.mako are now at the topMike Bayer2016-09-121-4/+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-9/+6
* - 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-7/+8
* - 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-7/+7
* - [feature] New config argumentrel_0_3_3Mike Bayer2012-06-021-0/+4
* fix spellingFelix Schwarz2012-02-221-1/+1
* templates pep8 E302 2 blank lines between functionsMarcin Kuzminski2012-02-081-0/+1
* - [bug] env.py templates callMike Bayer2012-01-261-4/+9
* documentation updates for 0.2Mike Bayer2012-01-241-0/+5
* - [feature] The naming of revision files canMike Bayer2012-01-241-1/+2
* - Python 2.5 is supported, needsMike Bayer2011-12-031-0/+1
* 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-11/+3
* - 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-11/+30
* - add argparse to install requiresMike Bayer2011-11-141-7/+11
* - make start/end arguments available to environmentsMike Bayer2011-11-141-1/+18
* - get the "stamp" command to work in as_sqlMike Bayer2011-11-111-8/+13
* do "find the templates" identically to how sphinx does itMike Bayer2011-04-194-0/+79