RaphaelKimmig
RaphaelKimmig
the default error message contains a placeholder for the username which is not expanded when no context is provided.
### Issue Summary If an error happens in `OrderPlacementMixin.handle_successful_order` (e.g. a mail can't be sent) then `PaymentDetailViews.submit` will subsequently thaw the basket (https://github.com/django-oscar/django-oscar/blob/d076d04593acf2c6ff9423e94148bb491cad8bd9/src/oscar/apps/checkout/views.py#L643). The basket will then remain open and...
We need some way to specify which views are available for a certain admin. It might make sense to have something like a get_menu_entries() method on the admin instance that...
# Trac ticket number ticket-11593 # Branch description Added a section about testing resuable apps to the advanced tutorial. This incorporates feedback from https://github.com/django/django/pull/10765 I wasn't able to change the...
When using string.format with the result of gettext calls the STR100 inspection "Calling format with insecure string" is triggered. The snippet below triggers the inspection: ``` from django.utils.translation import gettext...
It would be great to have breadcrumbs. - Sensible defaults - Easy to override
we don't want people to have e.g. a password field that isn't visibly exposed via the layout but still updateable by form