| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Removed fragile algorithm to find which application a model belongs to.
Fixed #21680, #21719. Refs #21794.
|
|
|
|
|
|
|
|
|
|
unapplying initial migrations of contenttypes and auth"
This reverts commit 737d24923ac69bb8b89af1bb2f3f4c4c744349e8.
|
|
|
|
|
|
|
|
|
|
This script uses the unmaintained hotshot module (gone on Python 3)
and doesn't seem to be Django specific in any way.
|
|
|
|
|
|
|
|
|
|
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.
|
|
inlineformset_factory examples.
|
|
|
|
Needed for tests for migrations handling of database defaults.
|
|
|
|
|
|
|
|
|
|
Thanks Anssi Kääriäinen, Marc Tamlyn, and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|