| Age | Commit message (Collapse) | Author |
|
Thanks Aymeric Augustin for the suggestion. Refs #21165.
Backport of c1c44b2506 from master.
|
|
Fixed #16502 -- Fixed a TemplateDoesNotExist error that should be an ImproperlyConfigured.
Assistance on the patch from #jambronrose.
Backport of 9b2dc12b8332389d1bfb9e83123a088a084a6a47 from master.
|
|
Thanks @ibustama for the initial patch and dragonsnaker for opening the
report.
|
|
Thanks to @DrMeers for the report and @ludwigkraatz for the initial patch.
|
|
|
|
Gives much nicer errors when it fails.
|
|
Added object on SingleObjectMixin returned context,
some code clanup.
|
|
get_context_data kwargs.
This is so MultipleObjectMixin can be used in the same way as
SingleObjectMixin.
|
|
Thanks to Preston Timmons for the bulk of the work on the patch, especially
updating Django's own test suite to comply with the requirements of the new
runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the
patch and the discovery runner.
Refs #11077, #17032, and #18670.
|
|
added '__all__' shortcut
This also updates all dependent functionality, including modelform_factory
and modelformset_factory, and the generic views `ModelFormMixin`,
`CreateView` and `UpdateView` which gain a new `fields` attribute.
|
|
|
|
Thanks martinogden for the initial patch and d1ffuz0r for tests.
|
|
|
|
|