Switch away from the deprecated Field.error_message attribute.

Review Request #10205 — Created Oct. 8, 2018 and submitted

Information

Review Board
release-4.0.x
8c95027...

Reviewers

Django deprecated Field.error_message prior to Django 1.6, but we
still had a couple of cases where it was used. This change simply moves
us to the supported error_messages attribute, and cleans up some
surrounding code.

Manually tested that the errors were working.

david
  1. Ship It!
  2. 
      
brennie
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.0.x (60ac877)
Loading...