django-cryptolock/HISTORY.rst

28 lines
699 B
ReStructuredText
Raw Normal View History

.. :changelog:
History
-------
2020-03-31 19:42:47 +02:00
0.1.0 (2020-03-31)
2020-01-28 17:46:52 +01:00
++++++++++++++
* Add validation for existing addresses on the signup form
* Add rudimentary BitId support
* Renamed the base auth views to generic names
2020-01-28 17:46:52 +01:00
2020-01-08 19:34:03 +01:00
0.0.2 (2020-01-08)
++++++++++++++++++
2020-01-06 13:06:15 +01:00
* A default ``urls.py`` is provided by the package so can work "out-of-the-box".
* Default location for templates moved to ``django_cryptolock`` folder.
2019-12-01 01:16:58 +01:00
* Update quickstart guide.
2020-01-06 13:06:15 +01:00
* Update instructions to contribute to the project.
* Add ``DJCL`` namespace to all related settings.
* MoneroAddressBackend is now executed when more parameters are added to the
``authenticate`` function.
0.0.1 (2019-11-25)
++++++++++++++++++
* First release on PyPI.