| Age | Commit message (Collapse) | Author |
|
|
|
for self-referential ManyToManyField.
Follow up to 87b1ad6e7351464c60e751b483d9dfce3a2d3382.
|
|
|
|
confusion.
|
|
|
|
classes.
This is the new contract since middleware refactoring in Django 1.10.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
This caused misplacing parameters in logged SQL queries.
Regression in 79065b55a70cd220820a260a1c54851b7be0615a.
Thanks Hans Aarne Liblik for the report.
|
|
%} template tag.
Thanks Adam Johnson for the review.
|
|
collision when database routers are installed.
Turned the error into a warning when database routers are installed.
|
|
|
|
assertXMLEqual()/assertXMLNotEqual().
|
|
|
|
docs.djangoproject.com.
|
|
for related fields and parent link fields with multi-table inheritance.
Partly regression in 0107e3d1058f653f66032f7fd3a0bd61e96bf782.
|
|
Thanks to Oskar Persson for the report.
|
|
file-like object."
This reverts commit cce47ff65a4dd3786c049ec14ee889e128ca7de9.
|
|
Case missed in a415ce70bef6d91036b00dd2c8544aed7aeeaaed.
|
|
|
|
|
|
|
|
databases.
|
|
This avoids enabling the ``database`` checks unless they are explicitly
requested and allows to disable on a per-alias basis which is required
when only creating a subset of the test databases.
This also removes unnecessary BaseCommand._run_checks() hook.
|
|
It is now a method instead of a property and returns a context manager
that yields a cursor on entry and closes the cursor and connection upon
exit.
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Craig Anderson <craiga@craiga.id.au>
|
|
docs/internals/contributing/writing-code/submitting-patches.txt.
|
|
|
|
|
|
|
|
|
|
|
|
ForeignKey.to_field.
Thanks Simon Charette for the initial patch and review.
|
|
|
|
headers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|