Commit Graph

1046 Commits

Author SHA1 Message Date
Konsta Vesterinen 40fd44c2bb Add py36 to test matrix 2017-03-27 16:51:44 +03:00
Konsta Vesterinen 421e3f8e19 Merge branch 'master' of github.com:kvesteri/sqlalchemy-utils 2017-03-27 16:49:24 +03:00
Konsta Vesterinen e53f48ea98 Fix drop_database version comparison 2017-03-27 16:49:04 +03:00
Konsta Vesterinen 3cd6957fcc Merge pull request #264 from DuncanBetts/DuncanBetts-patch-1
Typo (appying)
2017-03-15 23:04:54 +02:00
Duncan Betts fdfb347439 Typo 2017-03-14 20:12:48 +00:00
Konsta Vesterinen b87a83557c Bump version 2017-03-12 12:10:52 +02:00
Konsta Vesterinen b51ccba9e8 Merge pull request #263 from jacquerie/use-large-binary-instead-of-binary
Fix a DeprecationWarning by using LargeBinary instead of Binary
2017-03-12 12:05:24 +02:00
Jacopo Notarstefano 96191dde75 Fix a DeprecationWarning by using LargeBinary instead of Binary 2017-03-12 09:41:42 +01:00
Konsta Vesterinen a5ef06f125 Bump version 2016-12-18 11:11:18 +02:00
Konsta Vesterinen 975a9fabe0 Merge pull request #250 from AndrewPashkin/introduce_generic_repr_model_mixin
Introduce generic_repr() model decorator, that adds generic __repr__() to an ORM model.
2016-12-18 11:08:20 +02:00
Konsta Vesterinen aa9caa4440 Merge pull request #257 from vioan/master
Fixed an import error
2016-11-23 19:40:22 +02:00
Ioan Vancea e532f75412 Added a blank line after class definition otherwise lint fails 2016-11-23 16:25:25 +01:00
Ioan Vancea 43c1e7802b Fixed an import error 2016-11-23 16:05:20 +01:00
Andrew Pashkin aa6043aeab Introduce generic_repr() model decorator, that adds generic __repr__() to an ORM model. 2016-11-21 15:53:46 +03:00
Andrew Pashkin 46c39836a5 Fix formatting in sqlalchemy_utils.observer around the observer object.
Make instantiation of the default observer object separated by two spaces
from PropertyObserver class declaration, instead of one.
2016-11-21 15:53:46 +03:00
Konsta Vesterinen 7f7ed30951 Bump version 2016-11-19 10:38:38 +02:00
Konsta Vesterinen 287f43ea7b Merge pull request #254 from frol/sqlite-passwordtype-fix
Added SQLite support for PasswordType
2016-11-19 10:36:02 +02:00
Konsta Vesterinen 5de4c464d9 Merge pull request #244 from MontmereLimited/pytz-StaticTzInfo
TimeZoneType support for static timezones
2016-11-19 10:33:52 +02:00
Vlad Frolov bd86059d69 Added SQLite support for PasswordType 2016-11-09 09:54:12 +02:00
Stephen J. Fuhry b48a7bd6b6 use BaseTzInfo since pytz also uses StaticTzInfo 2016-11-01 11:57:58 -04:00
Stephen J. Fuhry f1f2a905d7 add tests to coerce StaticTzInfo and DstTzInfo 2016-11-01 11:57:55 -04:00
Konsta Vesterinen a77887bf58 Fix tests 2016-10-20 11:04:56 +03:00
Konsta Vesterinen 0130beea30 Fix sort query tests 2016-10-20 10:54:41 +03:00
Konsta Vesterinen e784439c47 Fix expression tests 2016-10-20 10:53:10 +03:00
Konsta Vesterinen bdc3b0477c Fix comparator tests 2016-10-20 10:49:22 +03:00
Konsta Vesterinen 41d7f9aba8 Fix proxy dict tests 2016-10-20 10:16:00 +03:00
Konsta Vesterinen 64c5fdd44e Bump version 2016-10-20 10:14:56 +03:00
Konsta Vesterinen 8b78057806 Fix styling 2016-10-20 10:14:05 +03:00
Konsta Vesterinen c9488e47bb Merge pull request #234 from vToMy/master
Added support for backref tuple to auto_delete_orphans
2016-10-20 09:59:56 +03:00
Konsta Vesterinen 34120d07aa Merge branch 'master' of github.com:kvesteri/sqlalchemy-utils 2016-10-20 09:55:26 +03:00
Konsta Vesterinen ec7e2fefec Add PhoneNumber python_type, refs #248 2016-10-20 09:55:19 +03:00
Konsta Vesterinen 00852b8a7d Merge pull request #249 from AndrewPashkin/document-email-type
Add documentation for EmailType
2016-10-19 08:48:36 +03:00
Andrew Pashkin 9e71bbccc9 Add documentation for EmailType 2016-10-17 11:02:36 +03:00
Tom Kedem 03c58b695e fixed line too long 2016-10-02 15:25:43 +03:00
Tom Kedem f690addefe Use parametrized test fixture to avoid code duplication. 2016-10-02 14:17:04 +03:00
Konsta Vesterinen abf6e65f8a Merge pull request #236 from pablogamboa/patch-1
Fix typo in observable docs
2016-07-26 09:39:10 +03:00
Pablo Marti 393c30baf9 Fix typo in docs 2016-07-25 15:24:46 +01:00
Tom Kedem 84682326aa Added unit test for backref with keywords for auto_delete_orphans. 2016-07-25 13:55:23 +03:00
Tom Kedem d5c7bb7582 Added support for backrefs using `sqlalchemy.orm.backref` which returns a tuple. 2016-07-23 23:19:22 +03:00
Konsta Vesterinen b1f84e5998 Fix typo 2016-07-22 13:51:22 +03:00
Konsta Vesterinen daf0904685 Bump version 2016-07-17 23:00:35 +03:00
Konsta Vesterinen 8fc4fe5550 Merge pull request #231 from quantus/feature/multi-column-observer
Feature/multi column observer
2016-07-17 22:58:55 +03:00
Pekka Pöyry 1f8dccfd11 Add support for multi column observers 2016-07-14 14:11:47 +03:00
Pekka Pöyry c85aa57866 Remove unused internal variable from observer 2016-07-14 13:54:43 +03:00
Konsta Vesterinen 065801084c Merge pull request #227 from guillp/master
doc update: cPython2.6 dropped since 0.32
2016-07-10 12:08:14 +03:00
Konsta Vesterinen c8b57d29d1 Bump version 2016-07-10 12:07:24 +03:00
Konsta Vesterinen 0bcf91ceaa Merge pull request #230 from quantus/feature/email-type-custom-length
Allow setting custom length to EmailType, refs #229
2016-07-10 12:01:00 +03:00
Pekka Pöyry a9e6444cc8 Allow setting custom length to EmailType, refs #229 2016-07-06 10:33:12 +03:00
Pekka Pöyry 8b20340bc8 Fix linting 2016-07-06 10:33:11 +03:00
Guillaume Pujol d1b3e77738 doc update: cPython2.6 dropped since 0.32
Updated Platform support doc
2016-06-23 15:23:56 +02:00