1
0
mirror of https://github.com/django/django.git synced 2025-04-01 03:56:42 +00:00
Riccardo Magliocchetti 2be621e44c Fixed #14497 -- Improved admin widget for "read only" FileFields
Based on patch by Adam J Forster, Paul Collins, and Julien.
2015-02-04 09:05:23 -05: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
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/.