mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed spelling errors in docs.
This commit is contained in:
parent
be158e3625
commit
28de5cd4de
3 changed files with 4 additions and 2 deletions
|
@ -651,7 +651,7 @@ types.
|
|||
|
||||
.. attribute:: form_field
|
||||
|
||||
The form field class to use. Should be a sublcass of
|
||||
The form field class to use. Should be a subclass of
|
||||
:class:`django.contrib.postgres.forms.BaseRangeField`.
|
||||
|
||||
.. class:: django.contrib.postgres.forms.BaseRangeField
|
||||
|
|
|
@ -162,7 +162,7 @@ This will load the template with the current engine without triggering the
|
|||
multiple template engines machinery, which is usually the desired behavior.
|
||||
Unlike previous solutions, this returns a :class:`django.template.Template`,
|
||||
like :func:`~django.template.loader.get_template` used to in Django 1.7 and
|
||||
earlier, avoiding all backwards-compatibilty problems.
|
||||
earlier, avoiding all backwards-compatibility problems.
|
||||
|
||||
``get_template_from_string()``
|
||||
------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue