[Python-modules-commits] [sqlobject] 07/12: merge patched into master

Neil Muller drnlmza-guest at moszumanska.debian.org
Thu Oct 29 12:44:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

drnlmza-guest pushed a commit to branch master
in repository sqlobject.

commit df6381796ccb873e2a0beed1cfcaa4640aa0d992
Merge: 7edfef8 6df8b2f
Author: Neil Muller <drnlmuller+debian at gmail.com>
Date:   Wed Oct 28 22:01:54 2015 +0000

    merge patched into master

 .gitignore                                         |    10 +
 .travis.yml                                        |    25 +
 MANIFEST.in                                        |    20 +-
 PKG-INFO                                           |    17 +-
 README.txt                                         |     4 +-
 SQLObject.egg-info/PKG-INFO                        |    17 +-
 SQLObject.egg-info/SOURCES.txt                     |   746 ++
 SQLObject.egg-info/pbr.json                        |     1 +
 SQLObject.egg-info/requires.txt                    |    24 +-
 debian/.git-dpm                                    |     6 +-
 debian/patches/change_doc_build_script             |     6 +-
 debian/patches/get_rid_of_setuptools               |     4 +-
 debian/patches/remove_pkg_resources                |     2 +-
 debian/patches/replace_sf_logo                     |   128 +-
 docs/.gitignore                                    |     3 +
 docs/Authors.txt                                   |     2 +
 docs/DeveloperGuide.txt                            |    19 +-
 docs/News.txt                                      |   540 +-
 docs/News1.txt                                     |   461 +
 docs/News2.txt                                     |   602 +
 docs/News3.txt                                     |   387 +
 docs/{News.txt => News4.txt}                       |   326 +-
 docs/SQLObject.txt                                 |    23 +-
 docs/TODO.txt                                      |    23 +-
 docs/community.txt                                 |    14 +-
 docs/download.txt                                  |    23 +-
 docs/html/Authors.html                             |    90 +
 docs/html/DeveloperGuide.html                      |   232 +
 docs/html/FAQ.html                                 |   611 +
 docs/html/Inheritance.html                         |   378 +
 docs/html/News.html                                |   683 ++
 docs/html/News1.html                               |   513 +
 docs/html/News2.html                               |   629 +
 docs/html/News3.html                               |   429 +
 docs/html/News4.html                               |   384 +
 docs/html/SQLBuilder.html                          |   305 +
 docs/html/SQLObject.html                           |  1973 +++
 docs/html/SelectResults.html                       |   255 +
 docs/html/TODO.html                                |   183 +
 docs/html/Versioning.html                          |   145 +
 docs/html/Views.html                               |   113 +
 ...s-sqlobject.boundattributes.BoundAttribute.html |   195 +
 ...ass-sqlobject.boundattributes.BoundFactory.html |   197 +
 docs/html/class-sqlobject.cache.CacheFactory.html  |   258 +
 docs/html/class-sqlobject.cache.CacheSet.html      |   209 +
 ...lass-sqlobject.classregistry.ClassRegistry.html |   161 +
 docs/html/class-sqlobject.col.BLOBCol.html         |   107 +
 docs/html/class-sqlobject.col.BigIntCol.html       |   107 +
 docs/html/class-sqlobject.col.BoolCol.html         |   107 +
 docs/html/class-sqlobject.col.Col.html             |   107 +
 docs/html/class-sqlobject.col.CurrencyCol.html     |   107 +
 docs/html/class-sqlobject.col.DateCol.html         |   107 +
 docs/html/class-sqlobject.col.DateTimeCol.html     |   115 +
 docs/html/class-sqlobject.col.DecimalCol.html      |   107 +
 .../html/class-sqlobject.col.DecimalStringCol.html |   107 +
 docs/html/class-sqlobject.col.EnumCol.html         |   107 +
 docs/html/class-sqlobject.col.FloatCol.html        |   107 +
 docs/html/class-sqlobject.col.ForeignKey.html      |   107 +
 docs/html/class-sqlobject.col.IntCol.html          |   107 +
 docs/html/class-sqlobject.col.KeyCol.html          |   107 +
 docs/html/class-sqlobject.col.MediumIntCol.html    |   107 +
 docs/html/class-sqlobject.col.PickleCol.html       |   107 +
 docs/html/class-sqlobject.col.SOBLOBCol.html       |   225 +
 docs/html/class-sqlobject.col.SOBigIntCol.html     |   233 +
 docs/html/class-sqlobject.col.SOBoolCol.html       |   225 +
 docs/html/class-sqlobject.col.SOCol.html           |   228 +
 docs/html/class-sqlobject.col.SOCurrencyCol.html   |   225 +
 docs/html/class-sqlobject.col.SODateCol.html       |   235 +
 docs/html/class-sqlobject.col.SODateTimeCol.html   |   232 +
 docs/html/class-sqlobject.col.SODecimalCol.html    |   225 +
 .../class-sqlobject.col.SODecimalStringCol.html    |   225 +
 docs/html/class-sqlobject.col.SOEnumCol.html       |   225 +
 docs/html/class-sqlobject.col.SOFloatCol.html      |   225 +
 docs/html/class-sqlobject.col.SOForeignKey.html    |   275 +
 docs/html/class-sqlobject.col.SOIntCol.html        |   233 +
 docs/html/class-sqlobject.col.SOKeyCol.html        |   235 +
 docs/html/class-sqlobject.col.SOMediumIntCol.html  |   233 +
 docs/html/class-sqlobject.col.SOPickleCol.html     |   225 +
 docs/html/class-sqlobject.col.SOSetCol.html        |   225 +
 docs/html/class-sqlobject.col.SOSmallIntCol.html   |   233 +
 docs/html/class-sqlobject.col.SOStringCol.html     |   225 +
 docs/html/class-sqlobject.col.SOStringLikeCol.html |   231 +
 docs/html/class-sqlobject.col.SOTimeCol.html       |   232 +
 docs/html/class-sqlobject.col.SOTimedeltaCol.html  |   225 +
 docs/html/class-sqlobject.col.SOTimestampCol.html  |   235 +
 docs/html/class-sqlobject.col.SOTinyIntCol.html    |   233 +
 docs/html/class-sqlobject.col.SOUnicodeCol.html    |   225 +
 docs/html/class-sqlobject.col.SetCol.html          |   107 +
 docs/html/class-sqlobject.col.SmallIntCol.html     |   107 +
 docs/html/class-sqlobject.col.StringCol.html       |   107 +
 docs/html/class-sqlobject.col.TimeCol.html         |   107 +
 docs/html/class-sqlobject.col.TimedeltaCol.html    |   107 +
 docs/html/class-sqlobject.col.TimestampCol.html    |   107 +
 docs/html/class-sqlobject.col.TinyIntCol.html      |   107 +
 docs/html/class-sqlobject.col.UnicodeCol.html      |   107 +
 .../html/class-sqlobject.constraints.BadValue.html |   145 +
 docs/html/class-sqlobject.constraints.InList.html  |    59 +
 .../class-sqlobject.constraints.MaxLength.html     |    59 +
 ...ass-sqlobject.converters.ConverterRegistry.html |    67 +
 .../html/class-sqlobject.dbconnection.Boolean.html |    95 +
 ...s-sqlobject.dbconnection.ConnMethodWrapper.html |    97 +
 .../class-sqlobject.dbconnection.ConnWrapper.html  |   103 +
 ...class-sqlobject.dbconnection.ConnectionHub.html |   160 +
 ...sqlobject.dbconnection.ConnectionURIOpener.html |   121 +
 ...class-sqlobject.dbconnection.ConsoleWriter.html |    59 +
 docs/html/class-sqlobject.dbconnection.DBAPI.html  |   352 +
 .../class-sqlobject.dbconnection.DBConnection.html |   107 +
 .../class-sqlobject.dbconnection.Iteration.html    |   113 +
 .../class-sqlobject.dbconnection.LogWriter.html    |    59 +
 .../class-sqlobject.dbconnection.Transaction.html  |   177 +
 docs/html/class-sqlobject.dberrors.DataError.html  |   148 +
 .../class-sqlobject.dberrors.DatabaseError.html    |   148 +
 ...ass-sqlobject.dberrors.DuplicateEntryError.html |   148 +
 docs/html/class-sqlobject.dberrors.Error.html      |   148 +
 .../class-sqlobject.dberrors.IntegrityError.html   |   148 +
 .../class-sqlobject.dberrors.InterfaceError.html   |   148 +
 .../class-sqlobject.dberrors.InternalError.html    |   148 +
 ...class-sqlobject.dberrors.NotSupportedError.html |   148 +
 .../class-sqlobject.dberrors.OperationalError.html |   148 +
 .../class-sqlobject.dberrors.ProgrammingError.html |   148 +
 docs/html/class-sqlobject.dberrors.Warning.html    |   148 +
 .../class-sqlobject.declarative.Declarative.html   |   151 +
 ...lass-sqlobject.declarative.DeclarativeMeta.html |   265 +
 ...-sqlobject.declarative.classinstancemethod.html |   103 +
 .../class-sqlobject.events.AddColumnSignal.html    |   101 +
 .../class-sqlobject.events.ClassCreateSignal.html  |   109 +
 .../class-sqlobject.events.CreateTableSignal.html  |   104 +
 .../class-sqlobject.events.DeleteColumnSignal.html |   102 +
 .../class-sqlobject.events.DropTableSignal.html    |   101 +
 .../class-sqlobject.events.RowCreateSignal.html    |   104 +
 .../class-sqlobject.events.RowCreatedSignal.html   |   104 +
 .../class-sqlobject.events.RowDestroySignal.html   |   109 +
 .../class-sqlobject.events.RowDestroyedSignal.html |   101 +
 .../class-sqlobject.events.RowUpdateSignal.html    |    99 +
 .../class-sqlobject.events.RowUpdatedSignal.html   |   100 +
 docs/html/class-sqlobject.events.Signal.html       |    99 +
 ...bird.firebirdconnection.FirebirdConnection.html |   227 +
 .../class-sqlobject.include.hashcol.HashCol.html   |   103 +
 ....include.pydispatch.errors.DispatcherError.html |   151 +
 ...clude.pydispatch.errors.DispatcherKeyError.html |   151 +
 ...lude.pydispatch.errors.DispatcherTypeError.html |   151 +
 ...lude.pydispatch.saferef.BoundMethodWeakref.html |   208 +
 docs/html/class-sqlobject.index.DatabaseIndex.html |   140 +
 ...sqlobject.inheritance.InheritableSQLObject.html |   233 +
 docs/html/class-sqlobject.joins.ManyToMany.html    |   193 +
 docs/html/class-sqlobject.joins.MultipleJoin.html  |   114 +
 docs/html/class-sqlobject.joins.OneToMany.html     |   172 +
 docs/html/class-sqlobject.joins.RelatedJoin.html   |   114 +
 .../class-sqlobject.joins.SQLMultipleJoin.html     |   114 +
 .../html/class-sqlobject.joins.SQLRelatedJoin.html |   114 +
 docs/html/class-sqlobject.joins.SingleJoin.html    |   114 +
 docs/html/class-sqlobject.main.NoDefault.html      |    39 +
 docs/html/class-sqlobject.main.SQLObject.html      |   379 +
 ...ass-sqlobject.main.SQLObjectIntegrityError.html |   148 +
 .../class-sqlobject.main.SQLObjectNotFound.html    |   148 +
 docs/html/class-sqlobject.main.sqlmeta.html        |   354 +
 .../class-sqlobject.manager.command.Command.html   |   299 +
 ...ss-sqlobject.manager.command.CommandCreate.html |   320 +
 ...lass-sqlobject.manager.command.CommandDrop.html |   320 +
 ...s-sqlobject.manager.command.CommandExecute.html |   328 +
 ...lass-sqlobject.manager.command.CommandHelp.html |   320 +
 ...lass-sqlobject.manager.command.CommandList.html |   320 +
 ...ss-sqlobject.manager.command.CommandRecord.html |   375 +
 ...ss-sqlobject.manager.command.CommandRunner.html |   113 +
 ...class-sqlobject.manager.command.CommandSQL.html |   320 +
 ...ss-sqlobject.manager.command.CommandStatus.html |   328 +
 ...s-sqlobject.manager.command.CommandUpgrade.html |   406 +
 ...ject.manager.command.SQLObjectVersionTable.html |   211 +
 ...axdb.maxdbconnection.IncorrectIDStyleError.html |   145 +
 ...connection.LowerBoundOfSliceIsNotSupported.html |   145 +
 ...ject.maxdb.maxdbconnection.MaxdbConnection.html |   229 +
 ...maxdb.maxdbconnection.PrimaryKeyNotFounded.html |   145 +
 ...t.maxdb.maxdbconnection.StyleMismatchError.html |   145 +
 ...bject.maxdb.maxdbconnection.maxdbException.html |   145 +
 ...ject.mssql.mssqlconnection.MSSQLConnection.html |   229 +
 ...lobject.mysql.mysqlconnection.ErrorMessage.html |   266 +
 ...ject.mysql.mysqlconnection.MySQLConnection.html |   219 +
 ...lobject.postgres.pgconnection.ErrorMessage.html |   266 +
 ...t.postgres.pgconnection.PostgresConnection.html |   223 +
 ...dbhost.rdbhostconnection.RdbhostConnection.html |    83 +
 docs/html/class-sqlobject.sqlbuilder.Alias.html    |   347 +
 .../class-sqlobject.sqlbuilder.AliasField.html     |   355 +
 .../class-sqlobject.sqlbuilder.AliasTable.html     |   365 +
 docs/html/class-sqlobject.sqlbuilder.ColumnAS.html |   358 +
 .../class-sqlobject.sqlbuilder.ConstantSpace.html  |    39 +
 docs/html/class-sqlobject.sqlbuilder.DESC.html     |   347 +
 docs/html/class-sqlobject.sqlbuilder.Delete.html   |   351 +
 docs/html/class-sqlobject.sqlbuilder.Field.html    |   355 +
 .../class-sqlobject.sqlbuilder.INSubquery.html     |   357 +
 .../class-sqlobject.sqlbuilder.ImportProxy.html    |   351 +
 ...lass-sqlobject.sqlbuilder.ImportProxyField.html |   355 +
 docs/html/class-sqlobject.sqlbuilder.Insert.html   |   347 +
 docs/html/class-sqlobject.sqlbuilder.LIKE.html     |   365 +
 .../class-sqlobject.sqlbuilder.NOTINSubquery.html  |   357 +
 .../html/class-sqlobject.sqlbuilder.NoDefault.html |    39 +
 docs/html/class-sqlobject.sqlbuilder.Outer.html    |    51 +
 .../class-sqlobject.sqlbuilder.OuterField.html     |   355 +
 .../class-sqlobject.sqlbuilder.OuterTable.html     |   355 +
 docs/html/class-sqlobject.sqlbuilder.RLIKE.html    |   377 +
 docs/html/class-sqlobject.sqlbuilder.Replace.html  |   355 +
 docs/html/class-sqlobject.sqlbuilder.SQLCall.html  |   355 +
 .../class-sqlobject.sqlbuilder.SQLConstant.html    |   355 +
 .../class-sqlobject.sqlbuilder.SQLExpression.html  |   331 +
 docs/html/class-sqlobject.sqlbuilder.SQLJoin.html  |   347 +
 ...ss-sqlobject.sqlbuilder.SQLJoinConditional.html |   359 +
 .../html/class-sqlobject.sqlbuilder.SQLJoinOn.html |   350 +
 .../class-sqlobject.sqlbuilder.SQLJoinUsing.html   |   350 +
 .../html/class-sqlobject.sqlbuilder.SQLModulo.html |   355 +
 .../class-sqlobject.sqlbuilder.SQLObjectField.html |   355 +
 .../class-sqlobject.sqlbuilder.SQLObjectState.html |    89 +
 .../class-sqlobject.sqlbuilder.SQLObjectTable.html |   355 +
 ...lobject.sqlbuilder.SQLObjectTableWithJoins.html |   355 +
 docs/html/class-sqlobject.sqlbuilder.SQLOp.html    |   355 +
 .../html/class-sqlobject.sqlbuilder.SQLPrefix.html |   355 +
 ...ss-sqlobject.sqlbuilder.SQLTrueClauseClass.html |   347 +
 docs/html/class-sqlobject.sqlbuilder.Select.html   |   427 +
 docs/html/class-sqlobject.sqlbuilder.Subquery.html |   347 +
 docs/html/class-sqlobject.sqlbuilder.Table.html    |   355 +
 .../class-sqlobject.sqlbuilder.TableSpace.html     |    39 +
 docs/html/class-sqlobject.sqlbuilder.Union.html    |   347 +
 docs/html/class-sqlobject.sqlbuilder.Update.html   |   355 +
 .../class-sqlobject.sqlbuilder.VersionError.html   |   148 +
 ...bject.sqlite.sqliteconnection.ErrorMessage.html |   266 +
 ...t.sqlite.sqliteconnection.SQLiteConnection.html |   259 +
 .../class-sqlobject.sresults.SelectResults.html    |   312 +
 docs/html/class-sqlobject.styles.DefaultStyle.html |   173 +
 .../class-sqlobject.styles.MixedCaseStyle.html     |   165 +
 ...-sqlobject.styles.MixedCaseUnderscoreStyle.html |   173 +
 docs/html/class-sqlobject.styles.Style.html        |   167 +
 ...t.sybase.sybaseconnection.SybaseConnection.html |   211 +
 docs/html/class-sqlobject.versioning.Version.html  |   225 +
 .../class-sqlobject.versioning.Versioning.html     |   129 +
 docs/html/class-sqlobject.views.ViewSQLObject.html |   206 +
 .../class-sqlobject.views.ViewSQLObjectField.html  |   299 +
 .../class-sqlobject.views.ViewSQLObjectTable.html  |   291 +
 docs/html/community.html                           |    74 +
 docs/html/download.html                            |    94 +
 docs/html/index.html                               |   125 +
 docs/html/layout.css                               |   117 +
 docs/html/links.html                               |    96 +
 docs/html/module-index.html                        |   227 +
 docs/html/module-sqlobject-index.html              | 11998 +++++++++++++++++++
 docs/html/module-sqlobject.__version__-index.html  |   120 +
 docs/html/module-sqlobject.__version__.html        |   112 +
 .../module-sqlobject.boundattributes-index.html    |   227 +
 docs/html/module-sqlobject.boundattributes.html    |   131 +
 docs/html/module-sqlobject.cache-index.html        |   261 +
 docs/html/module-sqlobject.cache.html              |   109 +
 .../html/module-sqlobject.classregistry-index.html |   178 +
 docs/html/module-sqlobject.classregistry.html      |   145 +
 docs/html/module-sqlobject.col-index.html          |  2149 ++++
 docs/html/module-sqlobject.col.html                |   713 ++
 docs/html/module-sqlobject.constraints-index.html  |   197 +
 docs/html/module-sqlobject.constraints.html        |   148 +
 docs/html/module-sqlobject.converters-index.html   |   258 +
 docs/html/module-sqlobject.converters.html         |   252 +
 docs/html/module-sqlobject.dbconnection-index.html |   733 ++
 docs/html/module-sqlobject.dbconnection.html       |   280 +
 docs/html/module-sqlobject.dberrors-index.html     |   195 +
 docs/html/module-sqlobject.dberrors.html           |   205 +
 docs/html/module-sqlobject.declarative-index.html  |   243 +
 docs/html/module-sqlobject.declarative.html        |   137 +
 docs/html/module-sqlobject.events-index.html       |   259 +
 docs/html/module-sqlobject.events.html             |   374 +
 docs/html/module-sqlobject.firebird-index.html     |   270 +
 ...qlobject.firebird.firebirdconnection-index.html |   244 +
 ...dule-sqlobject.firebird.firebirdconnection.html |    78 +
 docs/html/module-sqlobject.firebird.html           |    87 +
 docs/html/module-sqlobject.html                    |   291 +
 docs/html/module-sqlobject.include-index.html      |   532 +
 .../module-sqlobject.include.hashcol-index.html    |   148 +
 docs/html/module-sqlobject.include.hashcol.html    |    82 +
 docs/html/module-sqlobject.include.html            |    87 +
 .../module-sqlobject.include.pydispatch-index.html |   426 +
 ...object.include.pydispatch.dispatcher-index.html |   200 +
 ...le-sqlobject.include.pydispatch.dispatcher.html |   366 +
 ...-sqlobject.include.pydispatch.errors-index.html |   129 +
 ...module-sqlobject.include.pydispatch.errors.html |   114 +
 docs/html/module-sqlobject.include.pydispatch.html |   110 +
 ...-sqlobject.include.pydispatch.robust-index.html |   104 +
 ...module-sqlobject.include.pydispatch.robust.html |   118 +
 ...bject.include.pydispatch.robustapply-index.html |    99 +
 ...e-sqlobject.include.pydispatch.robustapply.html |   100 +
 ...sqlobject.include.pydispatch.saferef-index.html |   148 +
 ...odule-sqlobject.include.pydispatch.saferef.html |   144 +
 .../html/module-sqlobject.include.tests-index.html |    78 +
 docs/html/module-sqlobject.include.tests.html      |    63 +
 docs/html/module-sqlobject.index-index.html        |   215 +
 docs/html/module-sqlobject.index.html              |   101 +
 docs/html/module-sqlobject.inheritance-index.html  |   323 +
 docs/html/module-sqlobject.inheritance.html        |    78 +
 docs/html/module-sqlobject.joins-index.html        |   536 +
 docs/html/module-sqlobject.joins.html              |   150 +
 docs/html/module-sqlobject.main-index.html         |   528 +
 docs/html/module-sqlobject.main.html               |   172 +
 docs/html/module-sqlobject.manager-index.html      |  1075 ++
 .../module-sqlobject.manager.command-index.html    |  1082 ++
 docs/html/module-sqlobject.manager.command.html    |   276 +
 docs/html/module-sqlobject.manager.html            |    76 +
 docs/html/module-sqlobject.maxdb-index.html        |   367 +
 docs/html/module-sqlobject.maxdb.html              |    91 +
 ...dule-sqlobject.maxdb.maxdbconnection-index.html |   341 +
 .../module-sqlobject.maxdb.maxdbconnection.html    |   161 +
 docs/html/module-sqlobject.mssql-index.html        |   274 +
 docs/html/module-sqlobject.mssql.html              |    87 +
 ...dule-sqlobject.mssql.mssqlconnection-index.html |   248 +
 .../module-sqlobject.mssql.mssqlconnection.html    |    78 +
 docs/html/module-sqlobject.mysql-index.html        |   272 +
 docs/html/module-sqlobject.mysql.html              |    87 +
 ...dule-sqlobject.mysql.mysqlconnection-index.html |   246 +
 .../module-sqlobject.mysql.mysqlconnection.html    |    90 +
 docs/html/module-sqlobject.postgres-index.html     |   283 +
 docs/html/module-sqlobject.postgres.html           |    87 +
 ...dule-sqlobject.postgres.pgconnection-index.html |   257 +
 .../module-sqlobject.postgres.pgconnection.html    |   101 +
 docs/html/module-sqlobject.rdbhost-index.html      |   146 +
 docs/html/module-sqlobject.rdbhost.html            |    90 +
 ...-sqlobject.rdbhost.rdbhostconnection-index.html |   120 +
 ...module-sqlobject.rdbhost.rdbhostconnection.html |    84 +
 docs/html/module-sqlobject.sqlbuilder-index.html   |  3628 ++++++
 docs/html/module-sqlobject.sqlbuilder.html         |  1190 ++
 docs/html/module-sqlobject.sqlite-index.html       |   314 +
 docs/html/module-sqlobject.sqlite.html             |    87 +
 ...le-sqlobject.sqlite.sqliteconnection-index.html |   288 +
 .../module-sqlobject.sqlite.sqliteconnection.html  |    97 +
 docs/html/module-sqlobject.sresults-index.html     |   281 +
 docs/html/module-sqlobject.sresults.html           |    78 +
 docs/html/module-sqlobject.styles-index.html       |   260 +
 docs/html/module-sqlobject.styles.html             |   132 +
 docs/html/module-sqlobject.sybase-index.html       |   259 +
 docs/html/module-sqlobject.sybase.html             |    87 +
 ...le-sqlobject.sybase.sybaseconnection-index.html |   233 +
 .../module-sqlobject.sybase.sybaseconnection.html  |    78 +
 docs/html/module-sqlobject.util-index.html         |   221 +
 .../module-sqlobject.util.csvexport-index.html     |   101 +
 docs/html/module-sqlobject.util.csvexport.html     |   130 +
 .../module-sqlobject.util.csvimport-index.html     |   114 +
 docs/html/module-sqlobject.util.csvimport.html     |   159 +
 docs/html/module-sqlobject.util.html               |    94 +
 .../module-sqlobject.util.moduleloader-index.html  |    93 +
 docs/html/module-sqlobject.util.moduleloader.html  |    82 +
 ...module-sqlobject.util.threadinglocal-index.html |    78 +
 .../html/module-sqlobject.util.threadinglocal.html |    63 +
 docs/html/module-sqlobject.versioning-index.html   |   248 +
 docs/html/module-sqlobject.versioning.html         |   171 +
 docs/html/module-sqlobject.views-index.html        |   205 +
 docs/html/module-sqlobject.views.html              |   177 +
 docs/html/pudge.css                                |    59 +
 docs/html/rst.css                                  |   387 +
 docs/html/site.css                                 |   287 +
 docs/html/sqlobject-admin.html                     |   266 +
 docs/html/sqlobject/__init__.py.html               |    83 +
 docs/html/sqlobject/__version__.py.html            |    79 +
 docs/html/sqlobject/boundattributes.py.html        |   205 +
 docs/html/sqlobject/cache.py.html                  |   447 +
 docs/html/sqlobject/classregistry.py.html          |   207 +
 docs/html/sqlobject/col.py.html                    |  1685 +++
 docs/html/sqlobject/constraints.py.html            |   134 +
 docs/html/sqlobject/converters.py.html             |   273 +
 docs/html/sqlobject/dbconnection.py.html           |  1104 ++
 docs/html/sqlobject/dberrors.py.html               |    93 +
 docs/html/sqlobject/declarative.py.html            |   274 +
 docs/html/sqlobject/events.py.html                 |   388 +
 docs/html/sqlobject/firebird/__init__.py.html      |    79 +
 docs/html/sqlobject/include/__init__.py.html       |    74 +
 docs/html/sqlobject/index.py.html                  |   250 +
 docs/html/sqlobject/inheritance/__init__.py.html   |   581 +
 docs/html/sqlobject/joins.py.html                  |   604 +
 docs/html/sqlobject/main.py.html                   |  1821 +++
 docs/html/sqlobject/manager/__init__.py.html       |    74 +
 docs/html/sqlobject/maxdb/__init__.py.html         |    79 +
 docs/html/sqlobject/mssql/__init__.py.html         |    79 +
 docs/html/sqlobject/mysql/__init__.py.html         |    80 +
 docs/html/sqlobject/postgres/__init__.py.html      |    79 +
 docs/html/sqlobject/rdbhost/__init__.py.html       |    79 +
 docs/html/sqlobject/sqlbuilder.py.html             |  1405 +++
 docs/html/sqlobject/sqlite/__init__.py.html        |    79 +
 docs/html/sqlobject/sresults.py.html               |   412 +
 docs/html/sqlobject/styles.py.html                 |   224 +
 docs/html/sqlobject/sybase/__init__.py.html        |    79 +
 docs/html/sqlobject/util/__init__.py.html          |    74 +
 docs/html/sqlobject/versioning/__init__.py.html    |   186 +
 docs/html/sqlobject/views.py.html                  |   207 +
 docs/links.txt                                     |     7 +-
 docs/rebuild                                       |     3 +-
 docs/sqlobject-admin.txt                           |     4 +-
 ez_setup.py                                        |    82 +-
 setup.cfg                                          |    13 +-
 setup.py                                           |    44 +-
 sqlobject/__version__.py                           |     8 +-
 sqlobject/col.py                                   |    64 +-
 sqlobject/converters.py                            |    33 +-
 sqlobject/dbconnection.py                          |    25 +-
 sqlobject/firebird/firebirdconnection.py           |    12 +-
 sqlobject/main.py                                  |    16 +-
 sqlobject/mssql/mssqlconnection.py                 |     7 +-
 sqlobject/mysql/mysqlconnection.py                 |    44 +-
 sqlobject/postgres/pgconnection.py                 |    46 +-
 sqlobject/sqlbuilder.py                            |     6 +-
 sqlobject/sqlite/sqliteconnection.py               |     8 +
 sqlobject/sresults.py                              |     2 +-
 sqlobject/tests/test_converters.py                 |    17 +-
 sqlobject/tests/test_datetime.py                   |    22 +-
 sqlobject/tests/test_decimal.py                    |    11 -
 sqlobject/tests/test_mysql.py                      |    18 +
 sqlobject/tests/test_postgres.py                   |    18 +
 sqlobject/tests/test_sorting.py                    |     2 +-
 sqlobject/tests/test_sqlbuilder.py                 |     4 +
 sqlobject/tests/test_sqlite.py                     |    13 +
 409 files changed, 103585 insertions(+), 933 deletions(-)

diff --cc debian/.git-dpm
index 4875f58,0000000..e967a12
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 80d1358381fa5e909f85a87b54dc346961870515
- 80d1358381fa5e909f85a87b54dc346961870515
- a47c7f8ab2e7e0e434cedab47a59a18482250786
++6df8b2fa22ee64be7093af035666a18645fb7e7b
++6df8b2fa22ee64be7093af035666a18645fb7e7b
++b0fc031ef948e5006e0776374d265fe894b73917
 +b0fc031ef948e5006e0776374d265fe894b73917
 +sqlobject_2.1.2.orig.tar.gz
 +831cd6b92cbad04c22036dcb2d327f69ab2e8913
 +888210
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/patches/change_doc_build_script
index 69d514b,0000000..a35b929
mode 100644,000000..100644
--- a/debian/patches/change_doc_build_script
+++ b/debian/patches/change_doc_build_script
@@@ -1,32 -1,0 +1,32 @@@
- From b125ea89b427224728a07a469364e6e46e17d100 Mon Sep 17 00:00:00 2001
++From e0d727bfcbd95b74ab68f77c01430bd41646843d Mon Sep 17 00:00:00 2001
 +From: Neil Muller <drnlmuller+debian at gmail.com>
 +Date: Thu, 8 Oct 2015 14:08:55 -0700
 +Subject: Use rst2html from python-docutils to build the documentation.
 +
 +Forwarded: not-needed
 +Last-Update: 2014-04-13
 +
 +Patch-Name: change_doc_build_script
 +---
 + docs/rebuild | 6 +++---
 + 1 file changed, 3 insertions(+), 3 deletions(-)
 +
 +diff --git a/docs/rebuild b/docs/rebuild
- index c511b54..18b5304 100755
++index 65729f8..cee45f0 100755
 +--- a/docs/rebuild
 ++++ b/docs/rebuild
- @@ -11,11 +11,11 @@ NORMAL="Authors DeveloperGuide FAQ Inheritance News
++@@ -12,11 +12,11 @@ NORMAL="Authors DeveloperGuide FAQ Inheritance
 +         community download index links sqlobject-admin"
 + 
 + for NAME in $NORMAL ; do
 +-    if [ -e "$NAME.html" -a ! "$NAME.html" -ot "$NAME.txt" ] ; then
 ++    if [ -e "docs/$NAME.html" -a ! "docs/$NAME.html" -ot "docs/$NAME.txt" ] ; then
 +         echo "$NAME is up to date."
 +         continue
 +     fi
 +     echo "Building $NAME."
 +-    rst2html.py --no-toc-backlinks --stylesheet=default.css --link-stylesheet \
 +-        -- "$NAME.txt" > "$NAME.html"
 ++    rst2html --no-toc-backlinks --stylesheet=default.css --link-stylesheet \
 ++        -- "docs/$NAME.txt" > "docs/$NAME.html"
 + done
diff --cc debian/patches/get_rid_of_setuptools
index b403633,0000000..99ca213
mode 100644,000000..100644
--- a/debian/patches/get_rid_of_setuptools
+++ b/debian/patches/get_rid_of_setuptools
@@@ -1,33 -1,0 +1,33 @@@
- From a568dbe55233e2b7782d1242b9fa8a4558f84da7 Mon Sep 17 00:00:00 2001
++From b38efc52f71c05a28f1db4630c8d0a1891bee727 Mon Sep 17 00:00:00 2001
 +From: Bernd Zeimetz <bzed at debian.org>
 +Date: Thu, 8 Oct 2015 14:08:54 -0700
 +Subject: Remove the unnecessary setuptools requirement.
 +
 +Last-Update: 2014-04-13
 +
 +Patch-Name: get_rid_of_setuptools
 +---
 + setup.py | 10 ++--------
 + 1 file changed, 2 insertions(+), 8 deletions(-)
 +
 +diff --git a/setup.py b/setup.py
- index 05d0530..9f2f8e3 100755
++index 11d97f6..31cc9e7 100755
 +--- a/setup.py
 ++++ b/setup.py
 +@@ -3,14 +3,8 @@
 + from imp import load_source
 + from os.path import abspath, dirname, isfile, join
 + 
 +-try:
 +-    from ez_setup import use_setuptools
 +-    use_setuptools()
 +-    from setuptools import setup
 +-    is_setuptools = True
 +-except ImportError:
 +-    from distutils.core import setup
 +-    is_setuptools = False
 ++from distutils.core import setup
 ++is_setuptools = False
 + 
 + versionpath = join(abspath(dirname(__file__)), "sqlobject", "__version__.py")
 + load_source("sqlobject_version", versionpath)
diff --cc debian/patches/remove_pkg_resources
index 9969d19,0000000..dc88805
mode 100644,000000..100644
--- a/debian/patches/remove_pkg_resources
+++ b/debian/patches/remove_pkg_resources
@@@ -1,31 -1,0 +1,31 @@@
- From f83e15154747bf9993beb8ac4829bc2ee1eb0d68 Mon Sep 17 00:00:00 2001
++From e076c75f541100c439a339e09c73bd96bcf0e208 Mon Sep 17 00:00:00 2001
 +From: Neil Muller <drnlmuller+debian at gmail.com>
 +Date: Thu, 8 Oct 2015 14:08:56 -0700
 +Subject: We don't need pkg_resources to run the test suite during the
 +
 + build, so remove that dependency.
 +Forwarded: not-needed
 +Last-Update: 2014-04-13
 +
 +Patch-Name: remove_pkg_resources
 +---
 + sqlobject/conftest.py | 6 ------
 + 1 file changed, 6 deletions(-)
 +
 +diff --git a/sqlobject/conftest.py b/sqlobject/conftest.py
 +index 6e1d60e..fb222cf 100644
 +--- a/sqlobject/conftest.py
 ++++ b/sqlobject/conftest.py
 +@@ -11,12 +11,6 @@ import py
 + import os
 + import sqlobject
 + 
 +-try:
 +-    import pkg_resources
 +-except ImportError: # Python 2.2
 +-    pass
 +-else:
 +-    pkg_resources.require('SQLObject')
 + 
 + connectionShortcuts = {
 +     'mysql': 'mysql://test@localhost/test',
diff --cc debian/patches/replace_sf_logo
index 6af2963,0000000..299520e
mode 100644,000000..100644
--- a/debian/patches/replace_sf_logo
+++ b/debian/patches/replace_sf_logo
@@@ -1,320 -1,0 +1,396 @@@
- From 80d1358381fa5e909f85a87b54dc346961870515 Mon Sep 17 00:00:00 2001
- From: Neil Muller <Neil Muller>
++From 6df8b2fa22ee64be7093af035666a18645fb7e7b Mon Sep 17 00:00:00 2001
++From: Neil Muller <drnlmuller+debian at gmail.com>
 +Date: Thu, 8 Oct 2015 14:08:57 -0700
 +Subject: Replace the image link to the sourceforge site with a simple text
 +
 + footer including the link.
 + .
 + The image link links to an external sourceforge url, which triggers lintian's
 + privacy-breach-logo error. This avoids the entire issue and avoids dragging
 + the sourceforge logo into the package.
- Last-Update: 2014-04-13
++Last-Update: 2015-10-28
 +
 +Patch-Name: replace_sf_logo
 +---
 + docs/Authors.txt         | 10 +++-------
 + docs/DeveloperGuide.txt  | 10 +++-------
 + docs/FAQ.txt             | 10 +++-------
 + docs/Inheritance.txt     | 10 +++-------
 + docs/News.txt            | 10 +++-------
++ docs/News1.txt           | 10 +++-------
++ docs/News2.txt           | 10 +++-------
++ docs/News3.txt           | 10 +++-------
++ docs/News4.txt           | 10 +++-------
 + docs/SQLBuilder.txt      | 10 +++-------
 + docs/SQLObject.txt       | 10 +++-------
 + docs/SelectResults.txt   | 10 +++-------
 + docs/TODO.txt            | 10 +++-------
 + docs/Versioning.txt      | 10 +++-------
 + docs/Views.txt           | 10 +++-------
 + docs/community.txt       | 10 +++-------
 + docs/download.txt        | 10 +++-------
 + docs/index.txt           | 10 +++-------
 + docs/links.txt           | 10 +++-------
 + docs/sqlobject-admin.txt | 10 +++-------
-  16 files changed, 48 insertions(+), 112 deletions(-)
++ 20 files changed, 60 insertions(+), 140 deletions(-)
 +
 +diff --git a/docs/Authors.txt b/docs/Authors.txt
- index 87d0b42..a94feae 100644
++index 19633cf..bb311c7 100644
 +--- a/docs/Authors.txt
 ++++ b/docs/Authors.txt
- @@ -31,10 +31,6 @@ Contributions have been made by:
-  * Andrew Trusty <atrusty at gatech.edu>
++@@ -33,10 +33,6 @@ Contributions have been made by:
++ * Gregor Horvath <gh at gregor-horvath.com>
 + * Oleg Broytman <phd at phdru.name>
 + 
 +-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
 +-   :target: http://sourceforge.net/projects/sqlobject
 +-   :class: noborder
 +-   :align: center
 +-   :height: 15
 +-   :width: 80
 +-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
 ++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
 ++
 ++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
 +diff --git a/docs/DeveloperGuide.txt b/docs/DeveloperGuide.txt
- index 7c76bdb..fcb04f7 100644
++index 817b42a..ad01e7b 100644
 +--- a/docs/DeveloperGuide.txt
 ++++ b/docs/DeveloperGuide.txt
- @@ -188,10 +188,6 @@ directory.  Pudge converts documentation from Restructured Text to
++@@ -191,10 +191,6 @@ directory.  Pudge converts documentation from Restructured Text to
 + HTML.  It presently requires kid 0.9.3, which must be obtained
 + separately (for instance, from http://pypi.python.org/pypi/kid/0.9.3)
 + 
 +-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
 +-   :target: http://sourceforge.net/projects/sqlobject
 +-   :class: noborder
 +-   :align: center
 +-   :height: 15
 +-   :width: 80
 +-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
 ++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
 ++
 ++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
 +diff --git a/docs/FAQ.txt b/docs/FAQ.txt
 +index aa65d31..d905c01 100644
 +--- a/docs/FAQ.txt
 ++++ b/docs/FAQ.txt
 +@@ -588,10 +588,6 @@ Maybe you want to specify the charset too? No problem::
 +                     COLLATE utf8_estonian_ci''']
 +                 }
 + 
 +-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
 +-   :target: http://sourceforge.net/projects/sqlobject
 +-   :class: noborder
 +-   :align: center
 +-   :height: 15
 +-   :width: 80
 +-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
 ++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
 ++
 ++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
 +diff --git a/docs/Inheritance.txt b/docs/Inheritance.txt
 +index c5eb01f..f40ecee 100644
 +--- a/docs/Inheritance.txt
 ++++ b/docs/Inheritance.txt
 +@@ -325,10 +325,6 @@ Limitations and notes
 + * If you have suggestion, bugs, or patch to this patch, you can
 +   contact the SQLObject team: <sqlobject-discuss at lists.sourceforge.net>
 + 
 +-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
 +-   :target: http://sourceforge.net/projects/sqlobject
 +-   :class: noborder
 +-   :align: center
 +-   :height: 15
 +-   :width: 80
 +-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
 ++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
 ++
 ++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
 +diff --git a/docs/News.txt b/docs/News.txt
- index 2a025da..3342a29 100644
++index 76352c2..82e16d1 100644
 +--- a/docs/News.txt
 ++++ b/docs/News.txt
- @@ -641,10 +641,6 @@ Minor features
-  * Changed the order of testing of SQLite modules - look for external
-    PySQLite2 before sqlite3.
++@@ -561,10 +561,6 @@ Features & Interface
++ 
++ .. __: News4.html
++ 
++-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
++-   :target: http://sourceforge.net/projects/sqlobject
++-   :class: noborder
++-   :align: center
++-   :height: 15
++-   :width: 80
++-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+++
+++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
++diff --git a/docs/News1.txt b/docs/News1.txt
++index 75e94c1..eca06a1 100644
++--- a/docs/News1.txt
+++++ b/docs/News1.txt
++@@ -456,10 +456,6 @@ Features
++ 
++ .. _Col docs: SQLObject.html#col-class-specifying-columns
++ 
++-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
++-   :target: http://sourceforge.net/projects/sqlobject
++-   :class: noborder
++-   :align: center
++-   :height: 15
++-   :width: 80
++-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+++
+++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
++diff --git a/docs/News2.txt b/docs/News2.txt
++index d87cd42..35dbee3 100644
++--- a/docs/News2.txt
+++++ b/docs/News2.txt
++@@ -597,10 +597,6 @@ Bug Fixes
++ 
++ .. __: News1.html
++ 
++-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
++-   :target: http://sourceforge.net/projects/sqlobject
++-   :class: noborder
++-   :align: center
++-   :height: 15
++-   :width: 80
++-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+++
+++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
++diff --git a/docs/News3.txt b/docs/News3.txt
++index d69d0ce..c831d0f 100644
++--- a/docs/News3.txt
+++++ b/docs/News3.txt
++@@ -382,10 +382,6 @@ Bug Fixes
++ 
++ .. __: News2.html
++ 
++-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
++-   :target: http://sourceforge.net/projects/sqlobject
++-   :class: noborder
++-   :align: center
++-   :height: 15
++-   :width: 80
++-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+++
+++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
++diff --git a/docs/News4.txt b/docs/News4.txt
++index 1f62c76..71c1bd4 100644
++--- a/docs/News4.txt
+++++ b/docs/News4.txt
++@@ -323,10 +323,6 @@ Minor features
++ 
++ .. __: News3.html
 + 
 +-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
 +-   :target: http://sourceforge.net/projects/sqlobject
 +-   :class: noborder
 +-   :align: center
 +-   :height: 15
 +-   :width: 80
 +-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
 ++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
 ++
 ++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
 +diff --git a/docs/SQLBuilder.txt b/docs/SQLBuilder.txt
 +index 4aaf45b..165e13a 100644
 +--- a/docs/SQLBuilder.txt
 ++++ b/docs/SQLBuilder.txt
 +@@ -259,10 +259,6 @@ call. To work around this issue, use ``IN``::
 +        IN(PersonWorkplace.q.WorkplaceID,
 +        Select(Workplace.q.id, Workplace.q.id==SOME_ID)))
 + 
 +-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
 +-   :target: http://sourceforge.net/projects/sqlobject
 +-   :class: noborder
 +-   :align: center
 +-   :height: 15
 +-   :width: 80
 +-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
 ++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
 ++
 ++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
 +diff --git a/docs/SQLObject.txt b/docs/SQLObject.txt
- index 73c3e22..4bdee96 100644
++index 3d4a8d9..52b4772 100644
 +--- a/docs/SQLObject.txt
 ++++ b/docs/SQLObject.txt
- @@ -2091,10 +2091,6 @@ Documentation`_.
++@@ -2082,10 +2082,6 @@ Documentation`_.
 + .. _SQLBuilder: SQLBuilder.html
 + .. _`SQLBuilder Documentation`: SQLBuilder.html
 + 
 +-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
 +-   :target: http://sourceforge.net/projects/sqlobject
 +-   :class: noborder
 +-   :align: center
 +-   :height: 15
 +-   :width: 80
 +-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
 ++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
 ++
 ++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
 +diff --git a/docs/SelectResults.txt b/docs/SelectResults.txt
 +index eb804a5..feb885a 100644
 +--- a/docs/SelectResults.txt
 ++++ b/docs/SelectResults.txt
 +@@ -193,10 +193,6 @@ named ``teachers``. Similarily, with a self-joining foreign key named
 + returns a SelectResult of Persons who are the paternal grandfather of someone
 + named ``Steve``.
 + 
 +-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
 +-   :target: http://sourceforge.net/projects/sqlobject
 +-   :class: noborder
 +-   :align: center
 +-   :height: 15
 +-   :width: 80
 +-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
 ++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
 ++
 ++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
 +diff --git a/docs/TODO.txt b/docs/TODO.txt
- index 0545afd..5b906c1 100644
++index 6880577..115d939 100644
 +--- a/docs/TODO.txt
 ++++ b/docs/TODO.txt
- @@ -146,10 +146,6 @@ TODO
++@@ -133,10 +133,6 @@ TODO
 + * Allow to override ConsoleWriter/LogWriter classes and makeDebugWriter
 +   function.
 + 
 +-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
 +-   :target: http://sourceforge.net/projects/sqlobject
 +-   :class: noborder
 +-   :align: center
 +-   :height: 15
 +-   :width: 80
 +-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
 ++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
 ++
 ++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
 +diff --git a/docs/Versioning.txt b/docs/Versioning.txt
 +index d420d78..aab3d8e 100644
 +--- a/docs/Versioning.txt
 ++++ b/docs/Versioning.txt
 +@@ -82,10 +82,6 @@ for a versioned class is created.  Version tables are not altered when
 + the main table is altered, so if you add a column to your main class,
 + you will need to manually add the column to your version table. 
 + 
 +-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
 +-   :target: http://sourceforge.net/projects/sqlobject
 +-   :class: noborder
 +-   :align: center
 +-   :height: 15
 +-   :width: 80
 +-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
 ++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
 ++
 ++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
 +diff --git a/docs/Views.txt b/docs/Views.txt
 +index 26db58d..f48c4d8 100644
 +--- a/docs/Views.txt
 ++++ b/docs/Views.txt
 +@@ -62,10 +62,6 @@ View classes::
 +     calls = SQLMultipleJoin('PhoneCall', joinColumn='phoneNumberID')
 +     vCalls = SQLMultipleJoin('ViewPhoneCall', joinColumn='phoneNumberID')
 + 
 +-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
 +-   :target: http://sourceforge.net/projects/sqlobject
 +-   :class: noborder
 +-   :align: center
 +-   :height: 15
 +-   :width: 80
 +-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
 ++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
 ++
 ++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
 +diff --git a/docs/community.txt b/docs/community.txt
- index 52ea7ce..fd9ba69 100644
++index 8d9758b..21454c4 100644
 +--- a/docs/community.txt
 ++++ b/docs/community.txt
- @@ -28,10 +28,6 @@ contributors.
++@@ -30,10 +30,6 @@ contributors.
 + One can also contribute to `community-editable recipe/documentation site
 + <https://sites.google.com/site/sqlobject/>`_.
 + 
 +-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
 +-   :target: http://sourceforge.net/projects/sqlobject
 +-   :class: noborder
 +-   :align: center
 +-   :height: 15
 +-   :width: 80
 +-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
 ++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
 ++
 ++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
 +diff --git a/docs/download.txt b/docs/download.txt
- index 2b5b7bd..2fdc4e3 100644
++index bb1fc22..88bcdb0 100644
 +--- a/docs/download.txt
 ++++ b/docs/download.txt
- @@ -47,10 +47,6 @@ it out like::
-  If you are on Windows you may want to use `TortoiseSVN
-  <http://tortoisesvn.tigris.org/>`_.
++@@ -44,10 +44,6 @@ Before switching to git development was performed at the `Subversion
++ <https://subversion.apache.org/>`_ repository that is still located at
++ http://svn.colorstudy.com/SQLObject
 + 
 +-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
 +-   :target: http://sourceforge.net/projects/sqlobject
 +-   :class: noborder
 +-   :align: center
 +-   :height: 15
 +-   :width: 80
 +-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
 ++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
 ++
 ++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
 +diff --git a/docs/index.txt b/docs/index.txt
 +index b61229e..d17f1f4 100644
 +--- a/docs/index.txt
 ++++ b/docs/index.txt
 +@@ -65,10 +65,6 @@ Here's how you'd use the object::
 +   >>> p is p2
 +   True
 + 
 +-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
 +-   :target: http://sourceforge.net/projects/sqlobject
 +-   :class: noborder
 +-   :align: center
 +-   :height: 15
 +-   :width: 80
 +-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
 ++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
 ++
 ++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
 +diff --git a/docs/links.txt b/docs/links.txt
- index 6e141f6..c6ea29e 100644
++index 33018d5..ed67f9b 100644
 +--- a/docs/links.txt
 ++++ b/docs/links.txt
- @@ -59,10 +59,6 @@ Open Source Projects
++@@ -60,10 +60,6 @@ Open Source Projects
 + 
 + * `Stoq <http://www.stoq.com.br/>`_, an open source retail system.
 + 
 +-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
 +-   :target: http://sourceforge.net/projects/sqlobject
 +-   :class: noborder
 +-   :align: center
 +-   :height: 15
 +-   :width: 80
 +-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
 ++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
 ++
 ++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
 +diff --git a/docs/sqlobject-admin.txt b/docs/sqlobject-admin.txt
- index 9ccab8d..eaa2ee6 100644
++index b4d04ab..7e77555 100644
 +--- a/docs/sqlobject-admin.txt
 ++++ b/docs/sqlobject-admin.txt
 +@@ -209,10 +209,6 @@ Future
 + 
 + * A command to trim versions, by merging upgrade scripts.
 + 
 +-.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
 +-   :target: http://sourceforge.net/projects/sqlobject
 +-   :class: noborder
 +-   :align: center
 +-   :height: 15
 +-   :width: 80
 +-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
 ++.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
 ++
 ++.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sqlobject.git



More information about the Python-modules-commits mailing list