| Age | Commit message (Collapse) | Author |
|
implicit through model from being editable if the user only has the view permission.
Backport of 8335d59200e4c64dfe3348ea93989d95e0107439 from master.
|
|
insufficient.
Thanks gasman for the tests, and codingjoe and timgraham for the review.
Backport of 231b513926f2bfd71f08058ce5013bd81678ac01 from master.
|
|
|
|
|
|
Thanks Mariusz for suggesting it.
|
|
|
|
The class name is the same as one given to the fields in the change list.
|
|
add permission to a TabularInline.
Regression in 825f0beda804e48e9197fcf3b0d909f9f548aa47.
|
|
have the change permission.
Regression in 825f0beda804e48e9197fcf3b0d909f9f548aa47.
|
|
help_texts.
|
|
|
|
before its formset's Media.
This provides better backwards compatibility following refs #28377.
|
|
non-editable pk.
Thanks Robin Anupol for the initial report and workaround.
|
|
|
|
|
|
|
|
|
|
Thanks Carl Meyer and Tim Graham for contributing to the patch.
|
|
|
|
|
|
|
|
Form.__init__() for TabularInline.
|
|
|
|
Browser names should be passed as a comma separated list to the --selenium flag.
Thanks Tim Graham, Simon Charette and Moritz Sichert for review and discussion.
|
|
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
This includes the ability to collapse inlines by specifying a class named
'collapse'.
|
|
This allows setting a Content-Security-Policy HTTP header
(refs #15727).
Special thanks to blighj, the original author of this patch.
|
|
|
|
If the model form had a form field specified, the label rendered
as "None".
|
|
deprecation timeline.
|
|
|
|
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
|
|
Thanks Aymeric Augustin and Florian Apolloner for work on the patch.
|
|
|
|
|
|
Refs #15779. This will allow easier admin URL changes, when needed.
Thanks Simon Charette for the review.
|
|
|
|
|
|
|
|
|
|
django.contrib.admin.helpers.InlineAdminForm.original_content_type_id
|
|
Thanks DrMeers for the suggestion.
|