Changes between Version 4 and Version 5 of Ticket #20392, comment 22
- Timestamp:
- Nov 15, 2014, 8:07:42 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20392, comment 22
v4 v5 15 15 16 16 17 I did those modifications in the branch https://github.com/tchaumeny/django/compare/use_setupclass.17 I did those modifications in the PR https://github.com/django/django/pull/3464. 18 18 19 19 In order to demonstrate the advantage of using `setUpClass`, I modified `select_related` and `queries` tests so that data are generated once in `setUpClass`: