1. 03 May, 2014 3 kayıt (commit)
  2. 02 May, 2014 5 kayıt (commit)
  3. 01 May, 2014 2 kayıt (commit)
  4. 30 Nis, 2014 12 kayıt (commit)
  5. 29 Nis, 2014 5 kayıt (commit)
  6. 28 Nis, 2014 6 kayıt (commit)
  7. 27 Nis, 2014 3 kayıt (commit)
  8. 26 Nis, 2014 4 kayıt (commit)
    • Aymeric Augustin's avatar
      Documented django.setup(). · 58ed387d
      Aymeric Augustin yazdı
      Thanks Eric Holscher and Tim Graham for the review.
      58ed387d
    • Alex Gaynor's avatar
      2bcb8bfc
    • Aymeric Augustin's avatar
      Fixed #3214 -- Stopped parsing SQL with regex. · 8b5b199e
      Aymeric Augustin yazdı
      Avoided introducing a new regex-based SQL splitter in the migrations
      framework, before we're bound by backwards compatibility.
      
      Adapted this change to the legacy "initial SQL data" feature, even
      though it's already deprecated, in order to facilitate the transition
      to migrations.
      
      sqlparse becomes mandatory for RunSQL on some databases (all but
      PostgreSQL). There's no API to provide a single statement and tell
      Django not to attempt splitting. Since we have a more robust splitting
      implementation, that seems like a good tradeoff. It's easier to add a
      new keyword argument later if necessary than to remove one.
      
      Many people contributed to both tickets, thank you all, and especially
      Claude for the review.
      
      Refs #22401.
      8b5b199e
    • Claude Paroz's avatar
      2128b3a6