mirror of
https://github.com/django/django.git
synced 2025-11-01 04:17:59 +00:00
Fixed #14307 -- Added a new crossref target to model field reference docs and fixed broken relative link in form field reference docs. Thanks to adamv for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14234 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d81b3aa739
commit
6c902c436e
2 changed files with 4 additions and 4 deletions
|
|
@ -69,6 +69,8 @@ purely database-related, whereas :attr:`~Field.blank` is validation-related. If
|
|||
a field has ``blank=True``, validation on Django's admin site will allow entry
|
||||
of an empty value. If a field has ``blank=False``, the field will be required.
|
||||
|
||||
.. _field-choices:
|
||||
|
||||
``choices``
|
||||
-----------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue