mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 10:04: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 Warren `@mfwarren`_
|
||||
Matthew Sisley `@mjsisley`_
|
||||
Matthias Sieber `@manonthemat` @MatzeOne
|
||||
Meghan Heintz `@dot2dotseurat`_
|
||||
Mesut Yılmaz `@myilmaz`_
|
||||
Michael Gecht `@mimischi`_ @_mischi
|
||||
|
|
|
@ -96,7 +96,7 @@ Constraints
|
|||
-----------
|
||||
|
||||
* 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).
|
||||
|
||||
Support this Project!
|
||||
|
|
|
@ -49,11 +49,11 @@ use_docker:
|
|||
postgresql_version:
|
||||
Select a PostgreSQL_ version to use. The choices are:
|
||||
|
||||
1. 11.3
|
||||
2. 10.8
|
||||
3. 9.6
|
||||
4. 9.5
|
||||
5. 9.4
|
||||
1. 12.3
|
||||
2. 11.8
|
||||
3. 10.8
|
||||
4. 9.6
|
||||
5. 9.5
|
||||
|
||||
js_task_runner:
|
||||
Select a JavaScript task runner. The choices are:
|
||||
|
|
Loading…
Reference in New Issue
Block a user