mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
[1.5.X] Fixed #17549 -- Added a clickable link for URLFields in admin change list.
Backport of ac2052ebc8
from master.
This commit is contained in:
parent
4a9b3826fd
commit
f12fa7750c
4 changed files with 65 additions and 1 deletions
|
@ -922,6 +922,11 @@ Like all :class:`CharField` subclasses, :class:`URLField` takes the optional
|
|||
:attr:`~CharField.max_length`argument. If you don't specify
|
||||
:attr:`~CharField.max_length`, a default of 200 is used.
|
||||
|
||||
.. versionadded:: 1.5
|
||||
|
||||
The current value of the field will be displayed as a clickable link above the
|
||||
input widget.
|
||||
|
||||
|
||||
Relationship fields
|
||||
===================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue