mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
This commit is contained in:
parent
9dc5702932
commit
6197935152
10 changed files with 26 additions and 46 deletions
|
@ -155,7 +155,7 @@ of people with their ages calculated by the database::
|
|||
Jane is 42.
|
||||
...
|
||||
|
||||
__ http://www.postgresql.org/docs/8.4/static/functions-datetime.html
|
||||
__ http://www.postgresql.org/docs/current/static/functions-datetime.html
|
||||
|
||||
Passing parameters into ``raw()``
|
||||
---------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue