Remove the deprecation warning from djblet.util.fields.

Review Request #6147 — Created July 25, 2014 and submitted

Information

Djblets
release-0.8.x
a2b65ea...

Reviewers

The djblets.util.fields deprecation warning is annoying, and we'll never
be able to make it go away without just turning it off. The reason for
this is that Django Evolution signatures may reference the fields from
this file, and those are baked into history at that point. So really,
this file has to exist forever.

This change removes the warning, and instead adds a comment at the top
about this file being deprecated.

No longer saw the warnings.

reviewbot
  1. Tool: PEP8 Style Checker
    Processed Files:
        djblets/util/fields.py
    
    
    
    Tool: Pyflakes
    Processed Files:
        djblets/util/fields.py
    
    
  2. 
      
david
  1. Ship It!

  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.8.x (dc55ebb)
Loading...