| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
warning.
|
|
|
|
test_ForeignKey_using_to_field
|
|
|
|
|
|
|
|
|
|
This includes the ability to collapse inlines by specifying a class named
'collapse'.
|
|
Added unapplied migration count and the list of unmigrated apps.
|
|
|
|
|
|
|
|
This fixes a regression introduced by a5f6cbce07.
Thanks Gavin Wahl for the report and Tim Graham for the review.
|
|
|
|
Thanks to Trac alias benzid-wael for the report.
|
|
|
|
This fixes a regression introduced by 871440361.
|
|
Thanks to Geoffrey Sechter and the Django NYC group for the report and Markus
for the review.
|
|
|
|
|
|
|
|
Thanks to Trac aliases gerricom for the report, raphaelmerx for the
attempts to reproduce and Sergey Fedoseev and Tim for the review.
Refs #16891
|
|
|
|
|
|
inheritance child models.
|
|
|
|
Thanks Ben Kraft for the report, and Simon Charette for the review.
|
|
Thanks to bmispelon and uruz for the initial patch.
|
|
|
|
|
|
AlterField.
Thanks to Emanuele Palazzetti for the help.
|
|
installed.
|
|
|
|
|
|
The test creates and deletes a model in the same migration, and the model
had an AutoField. On Oracle, AutoField's are set up using deferred SQL, which
in this case was trying to modify a table after it had dbeen removed.
|
|
SeparateDatabaseAndState.database_backwards().
|
|
URLValidator now validates the maximum length of a hostname and the
maximum length of all labels inside the hostname.
|