* Deletes custom get_search_results() method, since `enterprise_customer__name` is now a viable search field * Improves pagination by asking for an estimated row count from Mysql INFORMATION_SCHEMA.TABLES * Turns 1 + N query into 1 query via proper use of list_select_related ENT-4384
These directories specify the Python (and system) dependencies for the LMS and Studio. - ``edx`` contains the normal Python requirements files - ``edx-sandbox`` contains the requirements files for Codejail - ``constraints.txt`` is shared between the two (In a normal `OEP-18`_-compliant repository, the ``*.in`` and ``*.txt`` files would be directly in the requirements directory.) .. _OEP-18: https://github.com/edx/open-edx-proposals/blob/master/oeps/oep-0018-bp-python-dependencies.rst