| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
As of e62165b898785e890661953c3b2c9c36d98aee57, {% include %}
doesn't silence exceptions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
|
|
Thanks Federico Jaramillo Martínez for the report and Tim Graham for the
test and review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The subclass check in ModelAdmin.get_formsets_with_inlines() wasn't
tested correctly because of the super() call in
EpisodeAdmin.get_formsets().
|
|
|
|
|
|
GenericInlineModelAdmin.
|
|
Thanks DrMeers for the suggestion.
|
|
Thanks brylie.
|
|
FormSet.min_num and FormSet.extra.
Forwardport of 79f15ab1ef from stable/1.7.x
|
|
Thanks Stephen Burrows for work on the patch as well.
Forwardport of 2914f66983a92fcae55673c517dd8d01e8c238c4 from stable/1.7.x
|
|
|
|
|
|
It contained models, forms and admin objects causing undesirable
import side effects. Refs #16368.
Thanks to Ramiro, Carl and Loïc for the review.
|
|
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
|
|
|
|
|
|
Thanks stanislas.guerra at gmail.com for the report.
|
|
get_fieldsets().
Refs 23e1b59 which already fixed this issue for ModelAdmin and InlineModelAdmin.
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
|
|
|