1
0
mirror of https://github.com/django/django.git synced 2025-02-20 14:24:27 +00:00
Bouke Haarsma 31501fb53e Refs #18599 -- Added a test for assigning a GenericForeignKey in Model.__init__().
The issue was fixed by 8a47ba679d2da0dee74671a53ba0cd918b433e34
(refs #16508).
2016-05-13 21:26:48 -04:00
..
2016-05-02 11:43:03 -04: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/.