mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 18:14:01 +03:00
Merge pull request #2704 from manonthemat/master
Added most recent supported PostgreSQL version in documentation
This commit is contained in:
commit
0f1dfdd72e
|
@ -181,6 +181,7 @@ Listed in alphabetical order.
|
||||||
Matt Menzenski `@menzenski`_
|
Matt Menzenski `@menzenski`_
|
||||||
Matt Warren `@mfwarren`_
|
Matt Warren `@mfwarren`_
|
||||||
Matthew Sisley `@mjsisley`_
|
Matthew Sisley `@mjsisley`_
|
||||||
|
Matthias Sieber `@manonthemat` @MatzeOne
|
||||||
Meghan Heintz `@dot2dotseurat`_
|
Meghan Heintz `@dot2dotseurat`_
|
||||||
Mesut Yılmaz `@myilmaz`_
|
Mesut Yılmaz `@myilmaz`_
|
||||||
Michael Gecht `@mimischi`_ @_mischi
|
Michael Gecht `@mimischi`_ @_mischi
|
||||||
|
|
|
@ -96,7 +96,7 @@ Constraints
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
* Only maintained 3rd party libraries are used.
|
* Only maintained 3rd party libraries are used.
|
||||||
* Uses PostgreSQL everywhere (9.4 - 11.3)
|
* Uses PostgreSQL everywhere (9.4 - 12.3)
|
||||||
* Environment variables for configuration (This won't work with Apache/mod_wsgi).
|
* Environment variables for configuration (This won't work with Apache/mod_wsgi).
|
||||||
|
|
||||||
Support this Project!
|
Support this Project!
|
||||||
|
|
|
@ -49,11 +49,11 @@ use_docker:
|
||||||
postgresql_version:
|
postgresql_version:
|
||||||
Select a PostgreSQL_ version to use. The choices are:
|
Select a PostgreSQL_ version to use. The choices are:
|
||||||
|
|
||||||
1. 11.3
|
1. 12.3
|
||||||
2. 10.8
|
2. 11.8
|
||||||
3. 9.6
|
3. 10.8
|
||||||
4. 9.5
|
4. 9.6
|
||||||
5. 9.4
|
5. 9.5
|
||||||
|
|
||||||
js_task_runner:
|
js_task_runner:
|
||||||
Select a JavaScript task runner. The choices are:
|
Select a JavaScript task runner. The choices are:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user