| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reverted "Explicitly passed rounds as rounds to bcrypt.gensalt()"
This reverts commit 23529fb19594ffcc6ba6d716356b828157200288.
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
Thanks Daniele Procida for coauthoring.
|
|
Prevented LiveServerTestCase from stealing ports used by concurrent
processes on Windows.
|
|
|
|
Forward port of 59f3590ca7 from stable/1.9.x.
|
|
Django's test suite often tries to load fixture files from apps that have
no fixtures at all. This creates a lot of unnecessary disabling and
enabling of constraints which can be expensive on some database.
To speed this up, loaddata now first checks if any fixture file matches.
If no fixture file is matched, then the command exits before disabling
and enabling of constraints is done.
The main benefit of this change is seen on MSSQL, where tests on
Django 1.8 run hours faster.
|
|
|
|
|
|
Thanks Thomas Güttler for motivating this addition.
|
|
FormMixin.get_context_data().
Changed "dict.setdefault" to "if x in dict" pattern so that get_form() would not
be called unnecessarily, specifically in the case where FormMixin.form_invalid()
calls get_context_data() with the current form.
|
|
It looks like browsers have fixed the reported issue.
|
|
directory.
|
|
SingleObjectMixin.get_context_object_name().
|
|
|
|
|
|
request a positional argument.
|
|
|
|
is False.
|
|
|
|
Thanks Tim Graham for reviewing and contributing to the patch.
Refs #21113.
|
|
|
|
|
|
|
|
|
|
|