Andrew-Chen-Wang
a2980f1f4a
Added GitHub templates: Issues and PR
...
* Issues start off with some templates
* Pull request start off with a template
* Better workflow and easy to understand without needing too many comments. More efficient commenting basically
2020-02-10 01:03:15 -05:00
Andrew-Chen-Wang
450b544caf
Updated README
...
* Said minute instead of second for 50 modifications.
2020-02-09 23:35:22 -05:00
Petr Dlouhý
782f00300e
fixes for Django 3.0 ( #144 )
...
Use six since django.utils.six is dropped.
2020-02-09 23:05:06 -05:00
Andrew-Chen-Wang
aced88edb7
Updated README, new maintainer
...
* Added Django 3.0 support to avoid conflicts when pip installing
* README shows cache comparisons and usage time
* Travis updated
* gitignore updated from GitHub's main page
2020-02-09 22:57:35 -05:00
Bertrand Bordage
3769c9a646
Update README.rst
2019-12-09 12:38:27 +01:00
Bertrand Bordage
f3f8773f85
Version 2.1.0.
2018-08-09 23:55:35 +02:00
Bertrand Bordage
b620e63104
Typo.
2018-08-09 18:49:36 +02:00
Bertrand Bordage
cd90a973f5
Marks Python 3.7 as an expected failure until Travis CI handles it.
2018-08-09 17:49:25 +02:00
Bertrand Bordage
15be36c6a1
Fixes MySQL tests on Django 2.1.
2018-08-09 17:47:02 +02:00
Bertrand Bordage
81580ae11f
Tests QuerySet.explain() on Django 2.1.
2018-08-09 14:30:41 +02:00
Bertrand Bordage
c268a15896
Allows running on Django 2.1.
2018-08-09 14:29:47 +02:00
Robert Sköld
616714f114
Run tests with django 2.1
2018-08-09 14:24:27 +02:00
Bertrand Bordage
2b8f001a21
Version 2.0.2.
2018-07-27 20:27:56 +02:00
Bertrand Bordage
ced95ad3fb
Fixes another part of SQLite tests.
2018-07-27 19:14:29 +02:00
Bertrand Bordage
3e42475ef0
Fixes tests on SQLite & MySQL.
2018-07-27 18:25:34 +02:00
Bertrand Bordage
7581c7db0a
Handles cases where cache values were tampered with.
2018-07-27 17:07:46 +02:00
Bertrand Bordage
109f06077e
Locally import FilteredRelation for Django 1.11 compatibility.
2018-07-27 17:02:58 +02:00
Bertrand Bordage
861f20ed67
Handles .union, .intersection, & .difference.
2018-07-27 16:43:57 +02:00
Bertrand Bordage
2bcf320cbe
Tests FilteredRelation, .union, .intersection, & .difference.
2018-07-27 16:25:16 +02:00
Bertrand Bordage
7cdce6735e
Adds a test explicitly storing a broken query cache value.
2018-07-27 15:13:04 +02:00
Bertrand Bordage
2a8f139acc
Tests unmanaged models.
2018-07-27 14:15:06 +02:00
Bertrand Bordage
522cf930a4
Updates CHANGELOG.rst.
2018-06-15 03:47:35 +02:00
Bertrand Bordage
1cbea80219
Version 2.0.1.
2018-06-15 03:45:03 +02:00
Bertrand Bordage
c832784df0
Fixes tests.
2018-06-14 15:57:24 +02:00
Bertrand Bordage
51abf85f70
Removes a skipIf no longer relevant.
2018-06-14 15:24:36 +02:00
Bertrand Bordage
66f6e2003c
Allows specifying a schema name in Model._meta.db_table.
2018-06-14 15:23:17 +02:00
Bertrand Bordage
f136d72a20
Tests schema name in db_table.
2018-06-14 13:37:49 +02:00
Bertrand Bordage
909b4f2934
Moves the repository to @NoriPyt.
2018-05-05 02:30:50 +02:00
Bertrand Bordage
2e6196d173
Version 2.0.0.
2018-05-05 02:17:40 +02:00
Bertrand Bordage
71ce1a392e
Fixes the HStore issue in tests.
2018-05-05 00:54:33 +02:00
Bertrand Bordage
94bcc4f499
Updates the benchmark logic.
2018-05-05 00:54:17 +02:00
Bertrand Bordage
2b6e80730a
Switches back Travis to PostgreSQL 9.6.
2018-05-04 23:36:10 +02:00
Bertrand Bordage
5e12454c4c
Updates the Travis configuration.
2018-05-04 21:32:54 +02:00
Bertrand Bordage
50ff4ada3c
Adds a check enforcing the Django version.
2018-05-04 20:50:13 +02:00
Bertrand Bordage
8bb1ca1753
Further Django 2.0 missing references.
2018-05-04 20:49:56 +02:00
Bertrand Bordage
74e000b8e2
Adds Django 2.0 support.
2018-05-04 20:26:26 +02:00
Bertrand Bordage
6e429fdae3
Uses try…finally to fix #87 and avoid potentially similar issues.
2018-05-04 16:24:04 +02:00
Bertrand Bordage
366176b764
Tests errors during the end of a transaction (see #87 ).
2018-05-04 16:22:37 +02:00
Bertrand Bordage
5ca8a6bb9f
Updates test conditions.
2018-05-04 16:19:57 +02:00
Bertrand Bordage
259b76291a
Minor amends to #102 .
2018-05-04 14:57:23 +02:00
Bertrand Bordage
49403b2690
Merge pull request #102 from uncovertruth/drop_eol_versions
...
Drop EOL django versions
2018-05-04 14:50:51 +02:00
Kosei Kitahara
49cf92767c
Drop 1.8 and 1.10 from docs and setup.py
2018-04-17 14:51:43 +09:00
Kosei Kitahara
df42746729
Remove EOL version specific macros
2018-04-17 14:51:41 +09:00
Kosei Kitahara
c482b3804f
Drop EOL versions
2018-04-17 14:35:45 +09:00
Bertrand Bordage
a279e38dfd
Adds tests for mutable parameters and results.
2017-06-07 11:36:02 +02:00
Bertrand Bordage
423393c0bd
Simplifies some tests.
2017-06-07 10:28:13 +02:00
Bertrand Bordage
9663754780
Uses a Python 2 version of wraps providing __wrapped__.
2017-06-07 10:17:58 +02:00
Bertrand Bordage
bc49fd18ea
Multiple Python optimisations.
2017-06-07 08:59:35 +02:00
Bertrand Bordage
78c4345364
Adds 2 tests.
2017-06-06 16:14:38 +02:00
Bertrand Bordage
e3f770c94b
Correctly converts CACHALOT_UNCACHABLE_TABLES to frozenset.
2017-06-06 12:30:19 +02:00