| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
Before cf546e1, static files in form or widget Media were usually
wrapped with contrib.staticfiles.templatetags.staticfiles.static.
This test ensures compatibility with third-party code that's still
using this pattern.
|
|
|
|
default.
|
|
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.
|
|
|
|
|
|
Follow up to refs #25997 but this case wasn't broken.
|
|
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).
|
|
Thanks Thomas Grainger for the fix.
|
|
This reverts commit 312fc1af7b8a028611b45ee272652d59ea7bd85a as it seems
to cause segmentation faults as described in the ticket.
|
|
Thanks to Dave Voutila for the report and Tim for the review.
|
|
|
|
Added an optional `backend` argument to login().
|
|
|
|
|
|
Thanks to Tim for the review.
|
|
|
|
Thanks to Tim for the review.
|
|
|
|
Add a -c option to the shell command to execute a command passed as a
string as Django.
|
|
This was fixed by 4a438e400b7ce0ab9d0b6876196cbe8d620a4171.
|
|
Prior to Python 3.5 nested partials need to be fully "unfolded"
to get the actual function.
|
|
Thanks Jens Lundstrom for the report and Tim Graham for the review.
|
|
|
|
Refs 1014ba026e879e56e0f265a8d9f54e6f39843348
|
|
Thanks Denis Cornehl for help with the patch.
|
|
Thanks to mpasternak for the report and Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
Prevented LiveServerTestCase from stealing ports used by concurrent
processes on Windows.
|