mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +03:00
Add warning about v6
This commit is contained in:
parent
54ad6eb434
commit
6490f3908c
12
README.rst
12
README.rst
@ -1,8 +1,8 @@
|
||||
django-localized-fields
|
||||
=======================
|
||||
|
||||
.. image:: https://circleci.com/gh/SectorLabs/django-localized-fields.svg?style=svg
|
||||
:target: https://circleci.com/gh/SectorLabs/django-localized-fields
|
||||
.. image:: https://circleci.com/gh/SectorLabs/django-localized-fields/tree/v5.x.svg?style=svg
|
||||
:target: https://circleci.com/gh/SectorLabs/django-localized-fields/tree/v5.x
|
||||
|
||||
.. image:: https://img.shields.io/github/license/SectorLabs/django-localized-fields.svg
|
||||
:target: https://github.com/SectorLabs/django-localized-fields/blob/master/LICENSE.md
|
||||
@ -14,6 +14,12 @@ django-localized-fields
|
||||
|
||||
This package requires Python 3.5 or newer, Django 1.11 or newer and PostgreSQL 9.6 or newer.
|
||||
|
||||
----
|
||||
|
||||
**This README is for v5.x. Check out the ``master`` branch for v6.x and newer.**
|
||||
|
||||
----
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
@ -26,7 +32,7 @@ Installation
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ pip install django-localized-fields
|
||||
$ pip install django-localized-fields==5.4
|
||||
|
||||
2. Add ``localized_fields`` and ``django.contrib.postgres`` to your ``INSTALLED_APPS``:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user