| Age | Commit message (Collapse) | Author |
|
Thanks to Markus Holtermann and Tim Graham for their review.
|
|
|
|
|
|
|
|
|
|
|
|
default_storage_engine was introduced in MySQL 5.5.3.
storage_engine was removed in MySQL 5.7.5.
|
|
`action="."` strips query parameters from the URL which is not usually what
you want. Copy-paste coding of these examples could lead to difficult to
track down bugs or even data loss if the query parameter was meant to alter
the scope of a form's POST request.
|
|
ModelAdmin.readonly_fields.
|
|
If SQLITE_MAX_VARIABLE_NUMBER (default = 999) is changed at compile time
to be greater than SQLITE_MAX_COLUMN (default = 2000), which Debian does
by setting the former to 250000, Django raised an exception on queries
containing more than 2000 parameters when DEBUG = True.
|
|
|
|
|
|
|
|
|
|
|
|
Also documented missing short command line options to fix #24134. This bumps
the minimum sphinx version required to build the docs to 1.3.4.
Thanks Simon Charette for review.
|
|
|
|
default.
|
|
Thanks Thomas Güttler for the suggestion.
|
|
template_name.
|
|
|
|
|
|
Forwardport of 5b3c66d8b64add684489f5010e43de73e7acdd04 from stable/1.8.x
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Karl Hobley for the report and Markus, Shai, Aymeric for their input
and Tim for the review.
|
|
|
|
Thanks andreif for the contributing to the patch.
|
|
|
|
|
|
|
|
serialization.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Char/TextField with unique=True and db_index=True.
Thanks Simon Charette for review.
|
|
Forwardport of test in o839d71d8562abe0b245024e55ca1d02a45e58fd from stable/1.9.x
(refs #25997).
|
|
docs/howto/deployment/wsgi/modwsgi.txt.
|
|
formats.
|
|
|
|
|
|
Added an optional `backend` argument to login().
|
|
Thanks to Tim for the review.
|
|
Add a -c option to the shell command to execute a command passed as a
string as Django.
|
|
Thanks Jens Lundstrom for the report and Tim Graham for the review.
|
|
|
|
|
|
|