1. 29 Ock, 2016 1 kayıt (commit)
  2. 21 Ock, 2016 1 kayıt (commit)
    • Aymeric Augustin's avatar
      Fixed #26063 -- Crash when passing > 2000 params. · f91b5a7e
      Aymeric Augustin yazdı
      If SQLITE_MAX_VARIABLE_NUMBER (default = 999) is changed at compile time
      to be greater than SQLITE_MAX_COLUMN (default = 2000), which Debian does
      by setting the former to 250000, Django raised an exception on queries
      containing more than 2000 parameters when DEBUG = True.
      f91b5a7e
  3. 07 Ock, 2016 1 kayıt (commit)
  4. 15 Ara, 2015 1 kayıt (commit)
  5. 14 Kas, 2015 1 kayıt (commit)
  6. 06 Eki, 2015 1 kayıt (commit)
  7. 17 Eyl, 2015 2 kayıt (commit)
  8. 12 Eyl, 2015 1 kayıt (commit)
  9. 11 Eyl, 2015 1 kayıt (commit)
  10. 09 Eyl, 2015 1 kayıt (commit)
  11. 31 Agu, 2015 1 kayıt (commit)
  12. 07 Agu, 2015 1 kayıt (commit)
  13. 27 Tem, 2015 1 kayıt (commit)
  14. 17 Tem, 2015 1 kayıt (commit)
  15. 15 Tem, 2015 1 kayıt (commit)
  16. 05 Haz, 2015 1 kayıt (commit)
    • Shai Berger's avatar
      Cleanup: Removed the try-except-fail antipattern from tests · 071801cc
      Shai Berger yazdı
      Found cases where testing code was doing
      
          try:
              whatever
          except (some excption type):
              self.fail("exception shouldn't be thrown")
      
      replaced it with just
      
          whatever
      
      as this makes the unexpected errors easier to debug, and the tests
      would fail just as much and aren't rendered less readable.
      
      Thanks Markus Holtermann for review
      071801cc
  17. 20 May, 2015 1 kayıt (commit)
  18. 17 May, 2015 1 kayıt (commit)
    • Aymeric Augustin's avatar
      Fixed #23820 -- Supported per-database time zone. · ed83881e
      Aymeric Augustin yazdı
      The primary use case is to interact with a third-party database (not
      primarily managed by Django) that doesn't support time zones and where
      datetimes are stored in local time when USE_TZ is True.
      
      Configuring a PostgreSQL database with the TIME_ZONE option while USE_TZ
      is False used to result in silent data corruption. Now this is an error.
      ed83881e
  19. 15 May, 2015 1 kayıt (commit)
  20. 25 Mar, 2015 1 kayıt (commit)
    • Anssi Kääriäinen's avatar
      Renamed Field.rel attribute to remote_field · 8f305563
      Anssi Kääriäinen yazdı
      Field.rel is now deprecated. Rel objects have now also remote_field
      attribute. This means that self == self.remote_field.remote_field.
      
      In addition, made the Rel objects a bit more like Field objects. Still,
      marked ManyToManyFields as null=True.
      8f305563
  21. 16 Şub, 2015 1 kayıt (commit)
  22. 14 Şub, 2015 1 kayıt (commit)
  23. 06 Şub, 2015 2 kayıt (commit)
  24. 27 Ock, 2015 1 kayıt (commit)
  25. 20 Ock, 2015 1 kayıt (commit)
  26. 17 Ock, 2015 1 kayıt (commit)
  27. 14 Ock, 2015 1 kayıt (commit)
  28. 07 Ock, 2015 1 kayıt (commit)
  29. 30 Ara, 2014 3 kayıt (commit)
  30. 29 Ara, 2014 1 kayıt (commit)
  31. 23 Ara, 2014 1 kayıt (commit)
  32. 13 Ara, 2014 1 kayıt (commit)
  33. 12 Ara, 2014 1 kayıt (commit)
  34. 03 Ara, 2014 1 kayıt (commit)
  35. 01 Ara, 2014 1 kayıt (commit)
  36. 04 Kas, 2014 1 kayıt (commit)