Typically, a more specific message is not considered good form because it gives
potential hackers a clue about what is wrong.
—Steve
Steve Wehba
The Mobile App Brewery
steve.we...@mobileappbrewery.com
760-846-1082
On Dec 4, 2020, 11:24 AM -0800, Wilson Cazarré , wrote:
> The current behavior
I frequently use the `verbose_name` attribute of a model field to control
how the field appears in the Django Admin and Browsable API. However, I
have encounter a single situation where it does not work. Here is a partial
listing of my model code:
from django.db import models
class TimeFramedM