django-solo-2.4.0
=================

Date: 19 October, 2024

* Fix similarly named models from different apps having the same cache key
* Drop support for Python 3.8
* Add support for Python 3.13
* Drop support for end of life Django 3.2
* Add support for Django 5.1
* Improve error handling in template tag

django-solo-2.3.0
=================

Date: 1 July, 2024

* Add typing support
* Deprecate `solo.models.get_cache`
* Switch to `pyproject.toml`
* Switch to Ruff for formatting and linting

django-solo-2.2.0
=================

Date: 1 January, 2024

* Add support for Python 3.12
* Drop support for Python 3.7
* Add support for Django 5.0
* Drop support for end of life Django 4.0 and 4.1

django-solo-2.1.0
=================

Date: 25 May, 2023

* Add support for Django 4.1 and 4.2
* Drop support for end of life Django 2.2
* Add support for Python 3.11
* Drop support for end of life Python 3.6

django-solo-2.0.0
=================

Date: 10 December, 2021

* Add support for Django 4.0
* Drop support for end of life Django versions (only 2.2, 3.2, and 4.0 are supported).
* Add GitHub Actions CI and tox

django-solo-1.2.0
=================

Date: 29 September, 2021

* Make the necessary changes to make the library compatible with Django 3.2


* * *

django-solo-1.1.5
=================

Date: 19 December, 2020

*  Fix setup long description - for pypi page


* * *

django-solo-1.1.4
=================

Date: 19 December, 2020

* Now using the same README file github and pypi
* Add pypi badge in Readme
* Add a flag to allow not skipping the admin list page
* Set the zip_safe option to False
* refactor clear_cache into a classmethod
* Added Spanish locale.
* Missing import os added
* update change_form for newer versions of Django


* * *

django-solo-1.1.3
=================

Date: 15 January, 2018


* Merge pull request #64 from the-vishal/patch-2
* Merge pull request #59 from hefting/fix-template-context
* Retrieve app_label from opts in template context - Since Django 1.7
* Fixes #57 -- read SOLO_CACHE_PREFIX from main Django settings
* Merge pull request #56 from girogiro/master
* Fixed #54 -- wrong caching of FileField
* Merge pull request #55 from jaimesanz/master
* Fixed RemovedInDjango20Warning deprecation warning
* Merge pull request #50 from m16a1/patch-1
* .delete() actually deletes now (#48)
* Fix #45 add form_url to change_view (#46)
* Added support for configuring the pk value of the singleton instance (#42)

* * *

django-solo-1.1.2
=================

Date: February 7, 2016

* Documentation update - Elaborated on usage of the template tag
* #37: Update custom_urls in admin.py due to deprecation warning
* #39: Deprecation warning in tests - `TEMPLATES` setting


* * *
django-solo-1.1.1
=================

Date: December 9, 2015

* Add apps module with a basic app config class.
* Change the use of get_cache for Django 1.9.
* Fixed warning messages showing up on Django 1.8.
* Remove 'load url from future' tag from template (1.9).
* Change the way `get_model` is imported.


* * *


django-solo-1.1.0
=================

Date: November 2, 2014

* Fixed warning messages showing up on Django 1.7.
* No need to define a plural name anymore - Pull Request #16.
* Fixed some inconsistent variable names.
* Added 'load url from future' so templates work with Django 1.4 - Pull Request #14.


* * *


django-solo-1.0.5
=================

Date: April 27, 2014


* Pull Request #8: Python3 compatibility issue with `force_unicode` import statement.


* * *


django-solo-1.0.4
=================

Date: November 6, 2013


* Issue #4: Django 1.6 compatibility on `url` and `pattern` import path.


* * *


django-solo-1.0.3
=================

Date: September 14, 2013

* Fixed some packaging issues (licence file).


* * *

django-solo-1.0.2
=================

Date: September 14, 2013

* Fixed some packaging issues.


* * *


django-solo-1.0.1
=================

Date: September 14, 2013

* Added unit tests
* Added support for @override_settings
* Updated doc, licence and packaging


* * *

django-solo-1.0.0
=================

Date: July 11, 2013

* Fist release of django-solo.


* * *
