• Aymeric Augustin's avatar
    Changed get_model to raise an exception on errors. · ba7206cd
    Aymeric Augustin yazdı
    Returning None on errors required unpythonic error checking and was
    inconsistent with get_app_config.
    
    get_model was a private API until the previous commit, but given that it
    was certainly used in third party software, the change is explained in
    the release notes.
    
    Applied the same change to get_registered_model, which is a new private
    API introduced during the recent refactoring.
    ba7206cd
tests.py 6.22 KB