mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.
Backport of 198a2a9381
from master.
This commit is contained in:
parent
2fb602f581
commit
5237da3416
14 changed files with 50 additions and 51 deletions
|
@ -19,7 +19,7 @@ only the common types, such as ``VARCHAR`` and ``INTEGER``. For more obscure
|
|||
column types, such as geographic polygons or even user-created types such as
|
||||
`PostgreSQL custom types`_, you can define your own Django ``Field`` subclasses.
|
||||
|
||||
.. _PostgreSQL custom types: https://www.postgresql.org/docs/current/static/sql-createtype.html
|
||||
.. _PostgreSQL custom types: https://www.postgresql.org/docs/current/sql-createtype.html
|
||||
|
||||
Alternatively, you may have a complex Python object that can somehow be
|
||||
serialized to fit into a standard database column type. This is another case
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue