- Adds a toggle function for sets to utils. [href]
0.45.0
~~~~~~~~~~~~~~~~~~~
- Adds support for decimal values to JSON. [href]
- Forces the memory cache backend to use Dill to force the same codepath for memcached/memcached-less data (now everything is always pickled).
This lets us catch pickling bugs during testing that we might otherwise miss. [href]
0.44.0
~~~~~~~~~~~~~~~~~~~
- No longer limits the number of overflow connections in the queue pool.
This is mainly useful for cronjob threads which need one connection each and who will now only be limited by the connection limit of the database. [href]
0.43.3
~~~~~~~~~~~~~~~~~~~
- Skips dill version 0.2.7 as this version leads to recursion errors. [href]
- Enables a css minifier by default. [href]
0.43.2
~~~~~~~~~~~~~~~~~~~
- Adds missing permission checking helper. [msom]
0.43.1
~~~~~~~~~~~~~~~~~~~
- Adds the ability to force an update on all timestamp based models. [href]
- Renames is_email_template to suppress_global_variables in the render_template function. [href]