Commit Graph

190 Commits

Author SHA1 Message Date
Itai Shirav
3daba3429f Releasing v0.9.5 2017-08-15 23:26:21 +03:00
Itai Shirav
5db4f113ac Update example in README 2017-08-14 12:17:38 +03:00
Itai Shirav
639867bb32 - Added QuerySet.paginate()
- Support for basic aggregation in querysets
2017-08-14 12:14:52 +03:00
Itai Shirav
d8fc4b6177 Finished Release v0.9.4 2017-06-26 11:10:34 +03:00
Itai Shirav
a2acb9a025 Releasing v0.9.4 2017-06-26 11:10:18 +03:00
Itai Shirav
cb6c329d32 Migrations: when creating a table for a BufferModel, create the underlying table too if necessary 2017-06-26 11:09:57 +03:00
Itai Shirav
220616a151 Finished Release v0.9.3 2017-06-24 12:59:53 +03:00
Itai Shirav
33209542d6 Releasing v0.9.3 2017-06-24 12:59:35 +03:00
Itai Shirav
1966896850 Support queryset slicing 2017-06-24 12:28:42 +03:00
Itai Shirav
53e67fb59f Update docs for nullable fields 2017-06-23 11:56:05 +03:00
Itai Shirav
2c0ef08ee1 Minor refactoring of extra_null_values 2017-06-23 11:10:49 +03:00
Itai Shirav
7d3b3129c5 Merge branch 'yamiou-yamiou-develop' into develop 2017-06-23 11:06:43 +03:00
Itai Shirav
5b86a66fb2 Merge branch 'yamiou-develop' of https://github.com/yamiou/infi.clickhouse_orm into yamiou-yamiou-develop 2017-06-23 11:03:30 +03:00
Arnon Yaari
e7b31018eb HOSTDEV-2736 change license and add license file 2017-06-18 12:35:33 +03:00
Dzianis Sivets
3a56041da6 documentation for NullableField 2017-06-16 20:38:01 +03:00
Dzianis Sivets
9b7e7a179e NullableField of ArrayField 2017-06-16 20:38:01 +03:00
Dzianis Sivets
1b0ea035b8 Nullable fields support 2017-06-16 20:37:37 +03:00
Itai Shirav
d4baf89de5 Finished Release v0.9.2 2017-06-15 14:50:02 +03:00
Itai Shirav
b72772f1b9 Oops, need to rename 0.9.1 to 0.9.2 2017-06-15 14:49:43 +03:00
Itai Shirav
f2ac744bc7 Releasing v0.9.1 2017-06-15 14:48:39 +03:00
Itai Shirav
72becd75be Finished Release v0.9.1 2017-06-15 14:48:15 +03:00
Itai Shirav
d02d6b14eb - Added ne and not_in queryset operators
- Querysets no longer have a default order when `order_by` is not called
- Added `autocreate` flag to database initializer
- Fix for SELECT FROM JOIN (#37)
2017-06-15 12:19:17 +03:00
Itai Shirav
30902d0fe0 Merge branch 'tsionyx-develop' into develop 2017-06-07 10:48:33 +03:00
Ivan Ladelshchikov
fcb8196d3d fix unicode params for Py2 2017-06-06 20:16:56 +05:00
Marsel
c388f543d2 ipython<6: closes #32 2017-05-15 13:11:20 +03:00
Itai Shirav
e6dba1f89f TRIVIAL 2017-05-15 08:35:29 +03:00
Itai Shirav
7ebf72705e Merge branch 'TvoroG-develop' into develop 2017-05-15 08:29:57 +03:00
Marsel
1ff82a57e1 Fix "NameError: name 'unicode' is not defined" in python3 2017-05-14 23:11:58 +03:00
Itai Shirav
1ff2fe512b Finished Release v0.9.0 2017-05-11 05:47:16 +03:00
Itai Shirav
ac8a843eee Releasing v0.9.0 2017-05-11 05:46:42 +03:00
Itai Shirav
5735ca301a Fix typo 2017-05-11 05:34:16 +03:00
Itai Shirav
a79e9f97ee Documentation 2017-05-11 05:30:17 +03:00
Itai Shirav
6301ab468e fix queryset problem with non-ascii chars 2017-05-05 15:39:01 +03:00
Itai Shirav
00ca503b7c Generate a class reference document 2017-05-05 15:31:08 +03:00
Itai Shirav
b3437dae7e Add a couple of small tests 2017-05-05 15:22:16 +03:00
Itai Shirav
3f8434fe50 rename QuerySet.query to as_sql 2017-05-05 15:21:55 +03:00
Itai Shirav
4625a7e00f Generate a class reference document 2017-05-03 08:36:47 +03:00
Itai Shirav
f1ab9b6179 Better TOC generation 2017-05-02 17:46:47 +03:00
Itai Shirav
d1a0fe7ee8 rename README 2017-04-28 19:45:54 +03:00
Itai Shirav
7a044e0888 fix link 2017-04-28 19:10:45 +03:00
Itai Shirav
2ababe8b5e refactor documentation 2017-04-28 19:03:34 +03:00
Itai Shirav
be474b3aed Add simple engines: TinyLog, Log, Memory 2017-04-28 18:36:40 +03:00
Itai Shirav
64bf3b423e python 3 compatibility 2017-04-28 18:18:23 +03:00
Itai Shirav
10cc021acf need to run script under bash, otherwise virtualenv doesn't get activated 2017-04-28 18:18:04 +03:00
Itai Shirav
3d02d89e2a update isolated python version 2017-04-28 18:17:42 +03:00
Itai Shirav
59b29db746 refactor documentation 2017-04-28 13:44:45 +03:00
Itai Shirav
78bb857c8a refactor documentation 2017-04-26 15:47:02 +03:00
Itai Shirav
abbe334875 queryset tests 2017-04-26 15:46:34 +03:00
Itai Shirav
dbea017d60 Add support for FixedString fields 2017-04-25 16:03:52 +03:00
Itai Shirav
2b8c0b6c38 Do not send readonly=1 when connection is already in readonly mode (this causes a database error) 2017-04-25 08:39:24 +03:00