mirror of
https://github.com/django/django.git
synced 2025-10-17 22:07:29 +00:00
Removed unnecessary /static from links to PostgreSQL docs.
This commit is contained in:
parent
9410db9683
commit
198a2a9381
15 changed files with 51 additions and 52 deletions
|
@ -283,8 +283,8 @@ transform do not change. For example::
|
|||
``max_length`` won't be enforced in the database since ``citext`` behaves
|
||||
similar to PostgreSQL's ``text`` type.
|
||||
|
||||
.. _citext: https://www.postgresql.org/docs/current/static/citext.html
|
||||
.. _the performance considerations: https://www.postgresql.org/docs/current/static/citext.html#AEN178177
|
||||
.. _citext: https://www.postgresql.org/docs/current/citext.html
|
||||
.. _the performance considerations: https://www.postgresql.org/docs/current/citext.html#AEN178177
|
||||
|
||||
``HStoreField``
|
||||
===============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue