Re: Explicit specify bad username or password when using BasicAuthentication

2020-12-04 Thread Steve Wehba
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

verbose_name not always working with Browsable API

2020-02-15 Thread Steve Wehba
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