diff options
| author | Tim Graham <timograham@gmail.com> | 2016-04-28 10:09:57 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-28 10:15:23 -0400 |
| commit | 8a135cca4e663ec649d9ef7643ffc2a10e91c781 (patch) | |
| tree | 57a071328f708dd1267471e213aea3544f9c636b /docs/ref/models | |
| parent | 472c54084b30b9b8483ef9f9c068362bc21894f8 (diff) | |
[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io
Backport of f945fb24a31737c6625205a8cd90eabdf1c33584 from master
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/fields.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 9de9206bc8..5976ee70ac 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -14,7 +14,7 @@ This document contains all the API references of :class:`Field` including the If the built-in fields don't do the trick, you can try `django-localflavor <https://github.com/django/django-localflavor>`_ (`documentation - <https://django-localflavor.readthedocs.org/>`_), which contains assorted + <https://django-localflavor.readthedocs.io/>`_), which contains assorted pieces of code that are useful for particular countries and cultures. Also, you can easily :doc:`write your own custom model fields @@ -929,7 +929,7 @@ optional arguments: Requires the `Pillow`_ library. -.. _Pillow: https://pillow.readthedocs.org/en/latest/ +.. _Pillow: https://pillow.readthedocs.io/en/latest/ :class:`ImageField` instances are created in your database as ``varchar`` columns with a default max length of 100 characters. As with other fields, you |
