| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Idan Melamed for the original patch.
|
|
|
|
|
|
|
|
|
|
|
|
compatibility alias.
|
|
|
|
in docs.
|
|
|
|
|
|
|
|
"Importing the view" is no longer applicable after
a9fd740d22bc4fed5fdb280c036618000ee13df1.
|
|
Previously, deferring fields in different classes didn't omit the
superclass' deferred field.
Thanks Simon Charette for the suggested fix.
|
|
Previously, it was a QuerySet which could reevaluate to a new value if the
model's data changes. This is inconsistent with other Field.value_from_object()
methods.
This allows reverting the fix in the admin for refs #27998.
|
|
-m django'.
|
|
|
|
|
|
|
|
static files.
|
|
|
|
|
|
|
|
|
|
It makes it easier to debug MediaOrderConflictWarnings
(refs #28377).
|
|
|
|
This includes test coverage for the calendarMonth JS function in calendar.js
|
|
|
|
None.
|
|
Thanks Andreas Poisel for the report.
|
|
|
|
|
|
|
|
|
|
|
|
descendants().
|
|
Thanks Tim Graham for the review.
|
|
A few of these were unnecessarily added in 2b281cc35ed9d997614ca3c416928d7fabfef1ad.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Regression in 69b7d4b116e3b70b250c77829e11038d5d55c2a8.
|
|
|
|
|
|
It's unnecessary for content_type_display to be constructed from
ct_info in every loop iteration.
|