mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-15 16:22:25 +03:00
Python 3.6, 3.9 and Django 3.0 compatibility
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
| :memo: | **License** | [](http://doge.mit-license.org) |
|
||||
| :package: | **PyPi** | [](https://pypi.python.org/pypi/django-localized-fields) |
|
||||
| <img src="https://icon-library.net/images/django-icon/django-icon-0.jpg" width="22px" height="22px" align="center" /> | **Django Versions** | 2.0, 2.1, 2.2, 3.0 |
|
||||
| <img src="http://www.iconarchive.com/download/i73027/cornmanthe3rd/plex/Other-python.ico" width="22px" height="22px" align="center" /> | **Python Versions** | 3.7, 3.8 |
|
||||
| <img src="http://www.iconarchive.com/download/i73027/cornmanthe3rd/plex/Other-python.ico" width="22px" height="22px" align="center" /> | **Python Versions** | 3.6, 3.7, 3.8 |
|
||||
| :book: | **Documentation** | [Read The Docs](https://django-localized-fields.readthedocs.io) |
|
||||
| :warning: | **Upgrade** | [Upgrade fom v5.x](https://django-localized-fields.readthedocs.io/en/latest/releases.html#v6-0)
|
||||
| :checkered_flag: | **Installation** | [Installation Guide](https://django-localized-fields.readthedocs.io/en/latest/installation.html) |
|
||||
@@ -22,13 +22,13 @@
|
||||
|
||||
* PostgreSQL 10 or newer.
|
||||
* Django 2.0 or newer.
|
||||
* Python 3.7 or newer.
|
||||
* Python 3.6 or newer.
|
||||
|
||||
### Getting started
|
||||
|
||||
1. Clone the repository:
|
||||
|
||||
λ git clone https://github.com/SectorLabs/django-localized-fields.git
|
||||
λ git clone https://github.com/SectorLabs/django-localized-fields.git
|
||||
|
||||
2. Create a virtual environment:
|
||||
|
||||
@@ -47,8 +47,7 @@
|
||||
|
||||
4. Install the development/test dependencies:
|
||||
|
||||
λ pip install -r requirements/test.txt
|
||||
λ pip install -r requirements/analysis.txt
|
||||
λ pip install .[test] .[analysis]
|
||||
|
||||
5. Run the tests:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user