django-cachalot/cachalot/tests
Andrew-Chen-Wang d699c5b8c3 Squashed commit of the following:
commit 4a33e7b68196bf6e0ee0b7f942a992532495b616
Author: Andrew-Chen-Wang <acwangpython@gmail.com>
Date:   Mon Aug 10 16:04:26 2020 -0400

    Replace f-strings with join for Python 3.5

commit dcb33232d605c01025469e776c4ed8eb6ae0a326
Author: Andrew-Chen-Wang <acwangpython@gmail.com>
Date:   Mon Aug 10 15:55:09 2020 -0400

    Fix sql_flush for dj versions below 3.1
    * Removed any other instances of JSONField for Django 3.1 removed many things like JsonAdapter in favor of regular json module

commit 74195e9ff5a52dba2449a55e543a27ebd99e4fc9
Author: Andrew-Chen-Wang <acwangpython@gmail.com>
Date:   Mon Aug 10 09:17:03 2020 -0400

    Add Django 3.1 to Travis
    * Specify Django version when checking if JSONField exists

commit da5c1fa4c8b2f2efba0b12d7b27460c544e2473a
Author: Andrew-Chen-Wang <acwangpython@gmail.com>
Date:   Wed Aug 5 17:39:58 2020 -0400

    Added support for Django 3.1
    * Some fields were removed, others were deprecated. They are now in a list of deprecation to follow. Some new fields were added like PositiveBigIntegerField that won't be tested
    * monkey_patch.py has a try/except import for EmptyResultSet that was from archaic Django. Removed apparently due to compatibility issues
2020-08-10 16:49:46 -04:00
..
migrations Squashed commit of the following: 2020-08-10 16:49:46 -04:00
__init__.py Multiple Python optimisations. 2017-06-07 08:59:35 +02:00
api.py Squashed commit of the following: 2020-08-10 16:49:46 -04:00
db_router.py Tests all django.contrib.postgres reading possibilities + makes caching work for most array and hstore queries. 2015-10-04 22:14:18 +02:00
debug_toolbar.py Version 2.2.0 (#146) 2020-02-12 00:52:12 -05:00
loaddata_fixture.json Adds a test to find if the cache is invalidated after flush and loaddata commands. 2014-10-21 23:10:58 +02:00
models.py Squashed commit of the following: 2020-08-10 16:49:46 -04:00
multi_db.py Squashed commit of the following: 2020-08-10 16:49:46 -04:00
postgres.py Squashed commit of the following: 2020-08-10 16:49:46 -04:00
read.py Squashed commit of the following: 2020-08-10 16:49:46 -04:00
settings.py Drop Python 2.7 and Dj 1.11 2020-06-18 09:28:00 -04:00
signals.py Drop Python 2.7 and Dj 1.11 2020-06-18 09:28:00 -04:00
test_utils.py Squashed commit of the following: 2020-08-10 16:49:46 -04:00
thread_safety.py Drop Python 2.7 and Dj 1.11 2020-06-18 09:28:00 -04:00
transaction.py Drop Python 2.7 and Dj 1.11 2020-06-18 09:28:00 -04:00
write.py Drop Python 2.7 and Dj 1.11 2020-06-18 09:28:00 -04:00