Metadata-Version: 1.1
Name: django-testclient-extensions
Version: 0.1.0
Summary: Extensions to Django's built-in test client.
Home-page: https://github.com/ikame/django-test-client-extensions
Author: ikame
Author-email: anler86@gmail.com
License: MIT
Description: django-test-client-extensions
        =============================
        
        Extensions to Django's built-in test client.
        
        Installation
        ------------
        
        To install, simply run:
        
        .. code-block:: bash
        
            $ pip install testclient-extensions
        
        Or, directly from the main repository:
        
        .. code-block:: bash
        
            $ pip install -e git+http://github.com/ikame/django-test-client-extensions.git#egg=testclient_extensions
        
        See `project's website`_ for more information.
        
        .. _project's website: https://github.com/ikame/django-test-client-extensions
        .. :changelog:
        
        History
        -------
        
        0.1.0 (Thu Jan 30 12:36:15 CET 2014)
        ++++++++++++++++++++++++++++++++++++
        
        - First version!
        - Support for calling client.login method with an user instance instead of the authentication parameters.
        
Keywords: django test client development dev tools utilities
Platform: UNKNOWN
Classifier: Environment :: Plugins
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Framework :: Django
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Documentation
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
