mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-20 02:11:52 +00:00
Prepare 0.16.3
This commit is contained in:
parent
d0f39bc173
commit
ba8d74191e
4 changed files with 4 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ are used for versioning (schema follows below):
|
|||
|
||||
0.16.3
|
||||
------
|
||||
2020-04-04 (not yet released)
|
||||
2020-04-04
|
||||
|
||||
- Fixes in ``invisible_recaptcha`` plugin. Treat empty ``SITE_KEY`` as error.
|
||||
|
||||
|
|
|
|||
|
|
@ -430,7 +430,7 @@ CKEDITOR_CONFIGS = {
|
|||
# LOGIN_URL = '/accounts/login/'
|
||||
# LOGIN_REDIRECT_URL = '/fobi/' # Important for passing the selenium tests
|
||||
|
||||
LOGIN_URL = '/en/accounts/login/'
|
||||
LOGIN_URL = '/en/login/'
|
||||
LOGIN_REDIRECT_URL = '/en/fobi/' # Important for passing the selenium tests
|
||||
|
||||
# LOGIN_URL = '/accounts/login/'
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ import sys
|
|||
from distutils.version import LooseVersion
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
version = '0.16.2'
|
||||
version = '0.16.3'
|
||||
|
||||
# ***************************************************************************
|
||||
# ************************** Django version *********************************
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
__title__ = 'django-fobi'
|
||||
__version__ = '0.16.2'
|
||||
__version__ = '0.16.3'
|
||||
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
|
||||
__copyright__ = '2014-2020 Artur Barseghyan'
|
||||
__license__ = 'GPL 2.0/LGPL 2.1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue