]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Merge "Add single pound to generated comments"
authormike bayer <mike_mp@zzzcomputing.com>
Mon, 28 Nov 2016 16:22:27 +0000 (11:22 -0500)
committerGerrit Code Review <gerrit@awstats.zzzcomputing.com>
Mon, 28 Nov 2016 16:22:27 +0000 (11:22 -0500)
1  2 
docs/build/changelog.rst
tests/test_script_production.py

index 14ad7051a28cd16a3158fef04a4114452b2457ee,1f683c27caf916f9842f0e67f10f0958ec782bfe..9dd886860236a2108cbd514b78595e9e9a2fd02e
@@@ -6,33 -6,14 +6,41 @@@ Changelo
  .. changelog::
      :version: 0.8.9
  
+     .. change::  393
+       :tags: bug, autogenerate
+       :tickets: 393
+       Adjustment to the "please adjust!" comment in the script.py.mako
+       template so that the generated comment starts with a single pound
+       sign, appeasing flake8.
 +    .. change::
 +      :tags: bug, batch
 +      :tickets: 391
 +
 +      Batch mode will not use CAST() to copy data if type_ is given, however
 +      the basic type affinity matches that of the existing type.  This to
 +      avoid SQLite's CAST of TIMESTAMP which results in truncation of the
 +      data, in those cases where the user needs to add redundant type_ for
 +      other reasons.
 +
 +    .. change::
 +      :tags: bug, autogenerate
 +      :tickets: 393
 +
 +      Continued pep8 improvements by adding appropriate whitespace in
 +      the base template for generated migrations.  Pull request courtesy
 +      Markus Mattes.
 +
 +    .. change::
 +      :tags: bug, revisioning
 +
 +      Added an additional check when reading in revision files to detect
 +      if the same file is being read twice; this can occur if the same directory
 +      or a symlink equivalent is present more than once in version_locations.
 +      A warning is now emitted and the file is skipped.  Pull request courtesy
 +      Jiri Kuncar.
 +
      .. change::
        :tags: bug, autogenerate
        :tickets: 395
Simple merge