Commit 90761d00 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed spelling mistakes and added words to wordlist.

parent 311b3ad9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ The system check framework is a set of static checks for validating Django
projects. It detects common problems and provides hints for how to fix them.
The framework is extensible so you can easily add your own checks.

For details on how to add your own checks and integrate them with Django`s
For details on how to add your own checks and integrate them with Django's
system checks, see the :doc:`System check topic guide </topics/checks>`.

Builtin tags
+1 −1
Original line number Diff line number Diff line
@@ -690,7 +690,7 @@ SERIALIZE

.. versionadded:: 1.7.1

Boolean value to control whether or not the default test runnner serializes the
Boolean value to control whether or not the default test runner serializes the
database into an in-memory JSON string before running tests (used to restore
the database state between tests if you don't have transactions). You can set
this to ``False`` to speed up creation time if you don't have any test classes
+2 −0
Original line number Diff line number Diff line
@@ -356,6 +356,7 @@ lte
Magee
makemessages
makemigrations
Mako
Mapnik
MBR
memcache
@@ -381,6 +382,7 @@ modelformset
modwsgi
monkeypatched
Montréal
mssql
multijoins
multiline
multipart
+1 −1

File changed.

Contains only whitespace changes.