3cf5f83 ipalib: replace DeprecatedParam with `deprecated` Param argument

Authored and Committed by jcholast 7 years ago
    ipalib: replace DeprecatedParam with `deprecated` Param argument
    
    Introduce new `deprecated` Param keywork argument. Setting it to True on a
    param has the same effect as using DeprecatedParam. This allows deprecating
    params while retaining their type information.
    
    Revert all DeprecatedParam params back to their original definition and set
    `deprecated` to True.
    
    Remove the now unused DeprecatedParam class.
    
    https://fedorahosted.org/freeipa/ticket/4739
    
    Reviewed-By: David Kupka <dkupka@redhat.com>
    
        
file modified
+11 -17
file modified
+2 -2
file modified
+1 -1
file modified
+5 -16
file modified
+6 -2
file modified
+19 -4
file modified
+7 -2
file modified
+17 -3
file modified
+5 -3
file modified
+1 -0