Rename Settings to ExtensionSettings and improve documentation.

Review Request #10641 — Created July 23, 2019 and submitted

Information

Djblets
release-2.0.x
4dac336...

Reviewers

The object that managed an extension's settings was called Settings,
which was a bit too generic and capable of conflicts. It also didn't
match the naming scheme of most other core Extension classes.

This change renames it to ExtensionSettings and improves its
documentation. It keeps an older Settings alias around for any legacy
purposes, which we'll remove in Djblets 3.0.

Unit tests pass.

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

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (04f3626)
Loading...