1
0
mirror of https://github.com/django/django.git synced 2025-04-05 05:56:42 +00:00
Loïc Bistuer 21f18e5372 [1.10.x] Fixed #27073 -- Removed duplicated managers in Model._meta.managers.
Backport of d4eefc7e2af0d93283ed1c03e0af0a482982b6f0 from master
2016-08-19 01:27:43 +07:00
..
2016-04-04 17:14:26 -04:00

To run the test suite::

    $ cd tests
    $ pip install -r requirements/py3.txt  # or py2.txt
    $ PYTHONPATH=..:$PYTHONPATH ./runtests.py

For more information about the test suite, see
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.