mirror of
https://github.com/django/django.git
synced 2025-01-03 15:06:09 +00:00
Fixed spelling mistakes and added words to wordlist.
This commit is contained in:
parent
311b3ad9db
commit
90761d00e3
@ -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.
|
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.
|
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>`.
|
system checks, see the :doc:`System check topic guide </topics/checks>`.
|
||||||
|
|
||||||
Builtin tags
|
Builtin tags
|
||||||
|
@ -690,7 +690,7 @@ SERIALIZE
|
|||||||
|
|
||||||
.. versionadded:: 1.7.1
|
.. 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
|
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
|
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
|
this to ``False`` to speed up creation time if you don't have any test classes
|
||||||
|
@ -587,7 +587,7 @@ Miscellaneous
|
|||||||
* Seconds have been removed from any locales that had them in ``TIME_FORMAT``,
|
* Seconds have been removed from any locales that had them in ``TIME_FORMAT``,
|
||||||
``DATETIME_FORMAT``, or ``SHORT_DATETIME_FORMAT``.
|
``DATETIME_FORMAT``, or ``SHORT_DATETIME_FORMAT``.
|
||||||
|
|
||||||
* The default maxsize of the Oracle test tablespace has increased from 200M
|
* The default max size of the Oracle test tablespace has increased from 200M
|
||||||
to 500M.
|
to 500M.
|
||||||
|
|
||||||
.. _deprecated-features-1.8:
|
.. _deprecated-features-1.8:
|
||||||
|
@ -356,6 +356,7 @@ lte
|
|||||||
Magee
|
Magee
|
||||||
makemessages
|
makemessages
|
||||||
makemigrations
|
makemigrations
|
||||||
|
Mako
|
||||||
Mapnik
|
Mapnik
|
||||||
MBR
|
MBR
|
||||||
memcache
|
memcache
|
||||||
@ -381,6 +382,7 @@ modelformset
|
|||||||
modwsgi
|
modwsgi
|
||||||
monkeypatched
|
monkeypatched
|
||||||
Montréal
|
Montréal
|
||||||
|
mssql
|
||||||
multijoins
|
multijoins
|
||||||
multiline
|
multiline
|
||||||
multipart
|
multipart
|
||||||
|
Loading…
Reference in New Issue
Block a user