Mercurial > p > roundup > code
diff CHANGES.txt @ 5163:6ae426092d7d
Some patches from wking to make admin.py bypass checks like nuking a
db. This is or use for testing only.
Also some internal restructuring to use use new utility function
_get_choice.
Add a new test for admin install interface.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 23 Jul 2016 17:08:44 -0400 |
| parents | 63294ed25e84 |
| children | a86860224d80 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Jul 23 15:22:06 2016 -0400 +++ b/CHANGES.txt Sat Jul 23 17:08:44 2016 -0400 @@ -140,6 +140,8 @@ submitting a new keyword. Usually after submission, you will see the the page for the new keyword to allow you to change the name of the keyword. (John Rouillard) +- issue2550757 - internal restructuring to allow admin.py to be tested + more easily. W. Trevor King (wking)/ John Rouillard. Fixed:
