2 Commits
v5.1 ... v5.2

Author SHA1 Message Date
Swen Kooij
909ebfee69 Bump version number to 5.2 2019-06-27 14:53:58 +03:00
Swen Kooij
95284e6fd0 Add extra step to set up instructions about applying migrations 2019-06-27 13:42:42 +03:00
2 changed files with 8 additions and 1 deletions

View File

@@ -61,6 +61,13 @@ Installation
('ro', 'Romanian')
)
4. Apply migrations to enable the HStore extension:
.. code-block:: bash
python manage.py migrate
Usage
-----

View File

@@ -33,7 +33,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8
setup(
name='django-localized-fields',
version='5.1',
version='5.2',
packages=find_packages(exclude=['tests']),
include_package_data=True,
license='MIT License',