django-cachalot/cachalot
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
..
management Modernizes the manage.py command. 2016-07-21 10:56:23 +02:00
templates/cachalot Small fixes in the debug toolbar panel. 2014-12-09 03:17:59 +01:00
templatetags Adds Django 2.0 support. 2018-05-04 20:26:26 +02:00
tests Squashed commit of the following: 2020-08-10 16:49:46 -04:00
__init__.py Added changes to CHANGELOG.rst 2020-07-29 16:10:14 -04:00
api.py Add support for disabling cachalot (#158) 2020-07-29 14:00:04 -04:00
apps.py Squashed commit of the following: 2020-08-10 16:49:46 -04:00
cache.py Drop Python 2.7 and Dj 1.11 2020-06-18 09:28:00 -04:00
jinja2ext.py Renames the Jinja2 extension for Python 2.7 compatibility. 2016-09-13 20:30:18 +02:00
models.py Looks like optional models.py are not really optional… Django is buggy… 2015-10-03 00:47:44 +02:00
monkey_patch.py Squashed commit of the following: 2020-08-10 16:49:46 -04:00
panels.py Drop Python 2.7 and Dj 1.11 2020-06-18 09:28:00 -04:00
settings.py add django-prometheus wrapped database engines to the list of supported db engines (#149) 2020-04-28 16:38:21 -04:00
signals.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
utils.py Squashed commit of the following: 2020-08-10 16:49:46 -04:00