1. 13 Ock, 2016 1 kayıt (commit)
  2. 12 Ock, 2016 1 kayıt (commit)
  3. 09 Ock, 2016 1 kayıt (commit)
  4. 08 Ock, 2016 4 kayıt (commit)
  5. 07 Ock, 2016 1 kayıt (commit)
  6. 06 Ock, 2016 2 kayıt (commit)
  7. 05 Ock, 2016 2 kayıt (commit)
  8. 02 Ock, 2016 4 kayıt (commit)
  9. 31 Ara, 2015 1 kayıt (commit)
    • Anssi Kääriäinen's avatar
      [1.8.x] Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures. · 1261c496
      Anssi Kääriäinen yazdı
      Django's test suite often tries to load fixture files from apps that have
      no fixtures at all. This creates a lot of unnecessary disabling and
      enabling of constraints which can be expensive on some database.
      
      To speed this up, loaddata now first checks if any fixture file matches.
      If no fixture file is matched, then the command exits before disabling
      and enabling of constraints is done.
      
      The main benefit of this change is seen on MSSQL, where tests on
      Django 1.8 run hours faster.
      
      Backport of ee9f4686 from master
      1261c496
  10. 30 Ara, 2015 2 kayıt (commit)
  11. 29 Ara, 2015 1 kayıt (commit)
  12. 28 Ara, 2015 1 kayıt (commit)
  13. 24 Ara, 2015 3 kayıt (commit)
  14. 23 Ara, 2015 2 kayıt (commit)
  15. 22 Ara, 2015 1 kayıt (commit)
  16. 18 Ara, 2015 3 kayıt (commit)
  17. 15 Ara, 2015 1 kayıt (commit)
  18. 11 Ara, 2015 1 kayıt (commit)
  19. 10 Ara, 2015 3 kayıt (commit)
  20. 09 Ara, 2015 3 kayıt (commit)
  21. 08 Ara, 2015 2 kayıt (commit)