Changes between Version 4 and Version 5 of Ticket #20392, comment 22


Ignore:
Timestamp:
Nov 15, 2014, 8:07:42 AM (9 years ago)
Author:
Thomas C

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20392, comment 22

    v4 v5  
    1515
    1616
    17 I did those modifications in the branch https://github.com/tchaumeny/django/compare/use_setupclass.
     17I did those modifications in the PR https://github.com/django/django/pull/3464.
    1818
    1919In order to demonstrate the advantage of using `setUpClass`, I modified `select_related` and `queries` tests so that data are generated once in `setUpClass`:
Back to Top