1
0
mirror of https://github.com/django/django.git synced 2025-04-04 05:26:43 +00:00
Tim Graham 0e489c19f1 Reverted "Fixed #24146 -- Fixed a missing fields regression in admin checks."
This reverts commit e8171daf0cd7f0e070395cb4c850c17fea32f11d.

A new solution is forthcoming.
2015-02-03 15:23:39 -05:00
..
2014-10-22 21:21:02 -04:00
2013-12-24 12:25:17 +01:00
2015-01-20 12:18:03 -05:00
2014-08-18 13:44:10 -04:00
2015-01-20 12:18:03 -05:00
2013-11-02 23:50:49 -05:00
2015-01-20 12:18:03 -05:00
2013-12-24 12:25:17 +01:00
2015-01-20 12:18:03 -05: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/.