mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed typo in docs/ref/checks.txt
This commit is contained in:
parent
ec675ed6cc
commit
8f9c3d0565
1 changed files with 1 additions and 2 deletions
|
@ -115,7 +115,7 @@ Admin
|
|||
|
||||
Admin checks are all performed as part of the ``admin`` tag.
|
||||
|
||||
The following checks are performend on any
|
||||
The following checks are performed on any
|
||||
:class:`~django.contrib.admin.ModelAdmin` (or subclass) that is registered
|
||||
with the admin site:
|
||||
|
||||
|
@ -244,4 +244,3 @@ MySQL
|
|||
If you're using MySQL, the following checks will be performed:
|
||||
|
||||
* **mysql.E001**: MySQL does not allow unique CharFields to have a max_length > 255.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue