0
0
mirror of https://github.com/django/django.git synced 2024-11-29 14:46:18 +01:00
django/docs/topics
Jon Dufresne d3b3eb860d Removed forms-MAX_NUM_FORMS POST data in docs
The field is ignored server-side and only exists as a client-side
convenience. Removing it slightly simplifies the documentation and
avoids some distractions.

Added note:: for MIN_NUM_FORMS/MAX_NUM_FORMS in
Understanding the management form section.

Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2020-12-23 17:15:48 +01:00
..
auth Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default. 2020-12-03 09:32:08 +01:00
class-based-views Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 2020-10-07 09:19:57 +02:00
db Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
forms Removed forms-MAX_NUM_FORMS POST data in docs 2020-12-23 17:15:48 +01:00
http Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior. 2020-10-22 14:15:19 +02:00
i18n Adjusted formatting of ngettext docs code examples. 2020-12-08 12:09:59 +01:00
testing Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
async.txt Fixed #32128 -- Added asgiref 3.3 compatibility. 2020-10-27 11:24:07 +01:00
cache.txt Refs #30181 -- Corrected note about storing None in the cache. 2020-12-17 09:57:21 +01:00
checks.txt Added backticks to code literals in various docs. 2020-12-15 07:19:00 +01:00
conditional-view-processing.txt
email.txt
external-packages.txt
files.txt
index.txt
install.txt
logging.txt Fixed #32016 -- Clarified manual logging config docs. 2020-09-22 14:15:38 +02:00
migrations.txt Fixed #26962 -- Doc'd running migrations in transactions. 2020-10-29 08:00:06 +01:00
pagination.txt
performance.txt
security.txt Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments. 2020-06-17 13:15:56 +02:00
serialization.txt
settings.txt
signals.txt Fixed #24816 -- Clarified docs about preventing duplicate signals. 2020-07-08 06:24:36 +02:00
signing.txt Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting. 2020-08-04 09:35:24 +02:00
templates.txt