| Age | Commit message (Collapse) | Author |
|
|
|
inline.
Refs #6707.
|
|
Thanks Anssi Kääriäinen, Carl Meyer, Collin Anderson, and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
The method is mainly intended for use with UUIDField. For UUIDField we
want to call the field's default even when primary key value is
explicitly set to None to match the behavior of AutoField.
Thanks to Marc Tamlyn and Tim Graham for review.
|
|
|
|
|
|
Specifically in rendering shortcuts, template responses, and class-based
views that return template responses.
Also added a test for render_to_response(status=...) which was missing
from fdbfc980.
Thanks Tim and Carl for the review.
|
|
|
|
Thanks Anssi Kääriäinen, Marc Tamlyn, and Tim Graham for the reviews.
|
|
|
|
and deprecated django.forms.extras.
Thanks Berker Peksag and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
Thanks to Keryn Knight for the report.
|
|
|
|
|
|
|
|
Kept support for creating models without migrations when running tests
(especially for Django's test suite).
|
|
Per deprecation timeline; refs #21680.
|
|
|
|
|
|
#21674.
|
|
Per deprecation timeline; refs #13252.
|
|
|
|
|
|
timeline.
refs #8898
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This finsishes the work started on #16803.
Thanks Simon Charette, Tim Graham and Collin Anderson for the
reviews.
|
|
Thanks Josh Smeaton and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
|
|
|